Ich habe eine Frage bezüglich des Absatzstils bei scrlartcl.
Und zwar schaffe ich es hier nicht, dass statt der Einrückung eine Leerzeile verwendet wird. Bei scrreprt hingegen funktioniert es, jedoch möchte ich scrlartcl verwenden.
Hier mein Minimalbeispiel:
\documentclass[a4paper,12pt,parskip=half*]{scrartcl} \usepackage[utf8]{inputenc} \usepackage{lmodern} \title{MyTitle} \author{MyAuthor} \date{\today} \begin{document} \maketitle \abstract{This will be an abstract.} \section{Introduction} My Introduction. I need an empty line. How is this done? \section{Section} Some more text\ldots And maybe some more empty lines? \end{document}