1

I'm using KOMA-Script class.

For section titles I use the option:

\RedeclareSectionCommand[runin=on]{section}

It works perfect. But Can I put a bullet ( before a section title? Ideally, it would be on the margin.

1
  • It would really be helpful, if you won't post only a code snippet (that is even not marked as code), but a minimal working example … Commented Dec 24, 2023 at 10:31

1 Answer 1

1

Based on How to print the heading numbers in the left margin:

\documentclass{scrartcl}

\usepackage{lipsum}

\RedeclareSectionCommand[runin=on]{section}
\renewcommand*{\sectionformat}{\makebox[0pt][r]{\textbullet\hskip\marginparsep}\thesection\autodot\enskip}

\begin{document}
\section{Test}
\lipsum
\end{document}

enter image description here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.