<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowTo_NoParIndent</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/</link><description>Recent changes to HowTo_NoParIndent</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 25 Aug 2025 17:02:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_NoParIndent modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -16,7 +16,7 @@

 However, once you have decided against paragraph indentation, many users get the idea to simply disable it with `\setlength{\parindent}{0pt}`, `\parindent=0cm`, `\parindent0mm` or similar specifications. Why you should not use the second and third method can be found in [“Obsolete packages and commands”](https://www.ctan.org/pkg/l2tabu-english). Why you should not use the first method is already clear from the above explanations: The paragraph markup is lost with it. By chance the end of a paragraph can still be recognizable by a less filled line, but this is not mandatory:

-![Paragraphs without markup](HowTo_NoParIndent/attachment/parindent0.png)
+![Paragraphs without markup](attachment/parindent0.png)

 Where are the paragraphs here? The whole text consists of a single paragraph? In the end this is correct. However, four complete paragraphs were planned, as you can see from the source code of the example:
 ```latex
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Mon, 25 Aug 2025 17:02:02 -0000</pubDate><guid>https://sourceforge.net4970b54a0f09bfda104013b222cf5b8a6331399b</guid></item><item><title>HowTo_NoParIndent modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -52,7 +52,7 @@

 So what to do? One must activate at least one paragraph spacing when turning off the paragraph indentation. Theoretically, you could set `\parindent` to zero and `\parskip` to a suitable value. However, the choice for paragraph spacing has far-reaching effects. For example, it affects the typographically correct spacing between and before list elements. Therefore you should *not* change `\parindent` and `\parskip` yourself. Instead, it is best to use the options provided by the classes. The KOMA-Script classes provide different values for the `parskip` option for the two spacing options most commonly used in typography, one for a whole line and one for a half line. At the same time, this option can also be used to change the end line spacing. Many typographers consider it necessary to combine paragraph spacing with generous endline spacing. Also the package [`parskip`](https://www.ctan.org/pkg/parskip), which can be used if a class does not support paragraph spacing (so please *not* with a KOMA-Script class), offers appropriate options here.

-By the way, the KOMA-Script classes also offer the option `parskip=never` to disable the stretching of the paragraph spacing when choosing paragraph indentation as paragraph markup. More details can be found in the [KOMA-Script manual](https://komascript.de/scrguien) and of course also in the [German KOMA-Script book](https://komascript.de/komascriptbuch) in the paragraph markup sections.
+By the way, the KOMA-Script classes also offer the option `parskip=never` to disable the stretching of the paragraph spacing when choosing paragraph indentation as paragraph markup. More details can be found in the [KOMA-Script manual](wiki-en:HowTo_Manual) and of course also in the [German KOMA-Script book](https://komascript.de/komascriptbuch) in the paragraph markup sections.

 **Conclusion: Using `\setlength{\parindent}{0pt}` or a similar method to turn off paragraph indentation is always a mistake and an indication that a template or tutorial is dodgy!**.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Mon, 26 Jul 2021 07:10:15 -0000</pubDate><guid>https://sourceforge.netb441fc324862da435a6c95f11c0d8f1eba0a4ed3</guid></item><item><title>HowTo_NoParIndent modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Sun, 18 Jul 2021 07:31:07 -0000</pubDate><guid>https://sourceforge.net08c9642114f7cfb51f5bfbed20859adfc46268bb</guid></item><item><title>HowTo_NoParIndent modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -32,25 +32,27 @@
 \usepackage{blindtext}

 \begin{document}
-Dies ist ein Beispielabsatz mit Text, der nur zeigen soll, das hier
-tatsächlich ein Problem entsteht. \blindtext\unskip\footnote{Here the pararaph would have been.}
+This is an example pargraph with text that should only show the real
+existing problem.
+\blindtext\unskip\footnote{Here the pararaph would have been.}

-\blindtext Und hier verstecke ich den Absatz jetzt noch ein wenig besser,
-weil ganz ohne Fußnote.
+\blindtext
+Here the pagraph is also hidden and without the footnote at
+the end even more hidden.

-Hast\footnote{The paragraph was before this word.} Du den Absatz in der
-vorherigen Zeile gefunden? \blindtext Es geht noch ein weiteres Mal.
+Have\footnote{The paragraph was before this word.} you seen the paragraph at
+the end of the previous line? \blindtext Shall we do it again?

 \blindtext

 \end{document}
 ```

-This is an extreme example? It's certainly true, although it didn't take me five minutes. In fact, on the second and third paragraphs, I happened to hit the absolute annihilation of the paragraph markup right away. But even if a small space had been left at the end of the last line of a paragraph, this would not be clear. Thus, the last paragraph must be looked at very closely, and some readers may wonder whether the paragraph actually ends there at the end of the page. Even a larger space at the end of the last line would not really be sufficient. For example, even the lines preceding a paragraphed formula are usually not quite full. Therefore, an end line that is not full is not in itself a sufficient paragraph markup.
+This is an extreme example? It's certainly true, although it didn't take me five minutes. In fact, on the third and fourth paragraphs, I happened to hit the absolute annihilation of the paragraph markup right away. But even if a small space had been left at the end of the last line of a paragraph, this would not be clear. Thus, the last paragraph must be looked at very closely, and some readers may wonder whether the paragraph actually ends there at the end of the page. Even a larger space at the end of the last line would not really be sufficient. For example, even the lines preceding a paragraphed formula are usually not quite full. Therefore, an end line that is not full is not in itself a sufficient paragraph markup.

 So what to do? One must activate at least one paragraph spacing when turning off the paragraph indentation. Theoretically, you could set `\parindent` to zero and `\parskip` to a suitable value. However, the choice for paragraph spacing has far-reaching effects. For example, it affects the typographically correct spacing between and before list elements. Therefore you should *not* change `\parindent` and `\parskip` yourself. Instead, it is best to use the options provided by the classes. The KOMA-Script classes provide different values for the `parskip` option for the two spacing options most commonly used in typography, one for a whole line and one for a half line. At the same time, this option can also be used to change the end line spacing. Many typographers consider it necessary to combine paragraph spacing with generous endline spacing. Also the package [`parskip`](https://www.ctan.org/pkg/parskip), which can be used if a class does not support paragraph spacing (so please *not* with a KOMA-Script class), offers appropriate options here.

-By the way, the KOMA-Script classes also offer the option `parskip=never` to disable the stretching of the paragraph spacing when choosing paragraph indentation as paragraph markup. More details can be found in the [KOMA-Script manual](https://komascript.de/scrguide) and of course also in the [German KOMA-Script book](https://komascript.de/komascriptbuch) in the paragraph markup sections.
+By the way, the KOMA-Script classes also offer the option `parskip=never` to disable the stretching of the paragraph spacing when choosing paragraph indentation as paragraph markup. More details can be found in the [KOMA-Script manual](https://komascript.de/scrguien) and of course also in the [German KOMA-Script book](https://komascript.de/komascriptbuch) in the paragraph markup sections.

 **Conclusion: Using `\setlength{\parindent}{0pt}` or a similar method to turn off paragraph indentation is always a mistake and an indication that a template or tutorial is dodgy!**.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Sun, 18 Jul 2021 07:27:33 -0000</pubDate><guid>https://sourceforge.net405548e3c6a1cd781b6088d61404d6f0f9fcf047</guid></item><item><title>HowTo_NoParIndent modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_NoParIndent/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-correctly-prevent-paragraph-indentation"&gt;How to correctly prevent paragraph indentation&lt;/h1&gt;
&lt;p&gt;Again and again one sees documents, examples or templates where &lt;code&gt;\parindent&lt;/code&gt; is set to &lt;code&gt;0pt&lt;/code&gt; to prevent the indentation of the first line of a paragraph. With a little care, one can also find reactions to this, where exactly this is advised against. But why is that and what should you do instead if you don't want to have paragraph indentation?&lt;/p&gt;
&lt;p&gt;(La)TeX itself knows three ways to mark a paragraph. In this context it is also called a &lt;em&gt;paragraph markup&lt;/em&gt;. So there are three possible &lt;em&gt;paragraph markups&lt;/em&gt;, some of which can be combined.&lt;/p&gt;
&lt;p&gt;First and for many classes the default is the indentation of the first line of a new paragraph. So the new paragraph does not start at the left margin, but a horizontal space is inserted in the first line first. For this &lt;em&gt;paragraph indent&lt;/em&gt; the length &lt;code&gt;\parindent&lt;/code&gt; is responsible in TeX. The KOMA-Script classes set this length to &lt;code&gt;1em&lt;/code&gt; in the default setting, i.e. to a &lt;em&gt;quad&lt;/em&gt;. This is a unit depending on the respective font and its size, which originally once corresponded to the width of the letter M. In today's fonts, however, the actual size may differ from this.&lt;/p&gt;
&lt;p&gt;Second is a vertical spacing between paragraphs. This means that the new paragraph does not start immediately below the previous paragraph, but at a certain distance from it. The length &lt;code&gt;\parskip&lt;/code&gt; is responsible for this &lt;em&gt;paragraph distance&lt;/em&gt; in TeX. The standard classes and the KOMA-Script classes set this length to &lt;code&gt;0pt plus 1pt&lt;/code&gt; by default. So this position may be used in the default setting if necessary to insert additional spacing of up to 1 pt to move the last line of all pages to the same position when &lt;code&gt;\flushbottom&lt;/code&gt; is set. &lt;/p&gt;
&lt;p&gt;Less known is the possibility to set the last line of a paragraph with a minimum distance to the right margin of the text area. The last line of a paragraph is then not full, but contains a minimum free space at the end. For this &lt;em&gt;endline spacing&lt;/em&gt; the length &lt;code&gt;\parfillskip&lt;/code&gt; is responsible in TeX. LaTeX itself and also the KOMA-Script classes set this length to &lt;code&gt;0pt plus 1fil&lt;/code&gt; by default. So there does not need to be a free space at the end of a paragraph. The last line of the paragraph may be completely filled.&lt;/p&gt;
&lt;p&gt;By the way, in most languages it is common to omit the paragraph indentation for the first paragraph after a heading, because here the beginning of a new paragraph is clearly recognizable even without indentation. Most LaTeX classes therefore do this by default. Some publishers also think that you don't need a paragraph indent at the beginning of a page. Personally, however, I disagree with this, because it is impossible to tell whether a paragraph start is a paragraph start or not, especially when the beginning of a sentence and the beginning of a page happen to meet. The reason that a start of page is a stronger optical break than a start of paragraph is no reason for me to make virtually every start of sentence at a start of page a start of paragraph or to arbitrarily remove every start of paragraph at a start of page.&lt;/p&gt;
&lt;p&gt;By the way, many typographers believe that the best way to recognize a paragraph is by its beginning. An end line spacing of the previous paragraph has already been more or less forgotten at the beginning of the new paragraph. This is especially true if it was at the end of a page. At the beginning of the next page, the new paragraph is no longer recognizable. Likewise one has forgotten a paragraph distance at the end of a page, if one turned the page. You may even have completely overlooked the paragraph spacing at the end of the page. Likewise, the paragraph spacing is often overlooked after images, tables, formulas or other inserted elements. The paragraph indentation, on the other hand, is almost always recognized. This is one of the reasons why paragraph indentation is usually the default and also the tool of choice.&lt;/p&gt;
&lt;p&gt;However, once you have decided against paragraph indentation, many users get the idea to simply disable it with &lt;code&gt;\setlength{\parindent}{0pt}&lt;/code&gt;, &lt;code&gt;\parindent=0cm&lt;/code&gt;, &lt;code&gt;\parindent0mm&lt;/code&gt; or similar specifications. Why you should not use the second and third method can be found in &lt;a class="" href="https://www.ctan.org/pkg/l2tabu-english" rel="nofollow"&gt;“Obsolete packages and commands”&lt;/a&gt;. Why you should not use the first method is already clear from the above explanations: The paragraph markup is lost with it. By chance the end of a paragraph can still be recognizable by a less filled line, but this is not mandatory:&lt;/p&gt;
&lt;p&gt;&lt;img alt="Paragraphs without markup" src="../HowTo_NoParIndent/attachment/parindent0.png"/&gt;&lt;/p&gt;
&lt;p&gt;Where are the paragraphs here? The whole text consists of a single paragraph? In the end this is correct. However, four complete paragraphs were planned, as you can see from the source code of the example:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="c"&gt;% ATTENTION: This is a negative example! Please do not copy it!&lt;/span&gt;
&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scrartcl&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="na"&gt;[T1]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;fontenc&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;lmodern&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\setlength&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\parindent&lt;/span&gt;&lt;span class="nb"&gt;}{&lt;/span&gt;0pt&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="c"&gt;% or \parindent=0pt or \parindent0pt or&lt;/span&gt;
                           &lt;span class="c"&gt;% \parindent=0cm or \setparsizes{0pt}{0pt}{0pt plus 1fil} …&lt;/span&gt;

&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;blindtext&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
Dies ist ein Beispielabsatz mit Text, der nur zeigen soll, das hier
tatsächlich ein Problem entsteht. &lt;span class="k"&gt;\blindtext\unskip\footnote&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;Here the pararaph would have been.&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\blindtext&lt;/span&gt; Und hier verstecke ich den Absatz jetzt noch ein wenig besser,
weil ganz ohne Fußnote.

Hast&lt;span class="k"&gt;\footnote&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;The paragraph was before this word.&lt;span class="nb"&gt;}&lt;/span&gt; Du den Absatz in der
vorherigen Zeile gefunden? &lt;span class="k"&gt;\blindtext&lt;/span&gt; Es geht noch ein weiteres Mal.

&lt;span class="k"&gt;\blindtext&lt;/span&gt;

&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This is an extreme example? It's certainly true, although it didn't take me five minutes. In fact, on the second and third paragraphs, I happened to hit the absolute annihilation of the paragraph markup right away. But even if a small space had been left at the end of the last line of a paragraph, this would not be clear. Thus, the last paragraph must be looked at very closely, and some readers may wonder whether the paragraph actually ends there at the end of the page. Even a larger space at the end of the last line would not really be sufficient. For example, even the lines preceding a paragraphed formula are usually not quite full. Therefore, an end line that is not full is not in itself a sufficient paragraph markup.&lt;/p&gt;
&lt;p&gt;So what to do? One must activate at least one paragraph spacing when turning off the paragraph indentation. Theoretically, you could set &lt;code&gt;\parindent&lt;/code&gt; to zero and &lt;code&gt;\parskip&lt;/code&gt; to a suitable value. However, the choice for paragraph spacing has far-reaching effects. For example, it affects the typographically correct spacing between and before list elements. Therefore you should &lt;em&gt;not&lt;/em&gt; change &lt;code&gt;\parindent&lt;/code&gt; and &lt;code&gt;\parskip&lt;/code&gt; yourself. Instead, it is best to use the options provided by the classes. The KOMA-Script classes provide different values for the &lt;code&gt;parskip&lt;/code&gt; option for the two spacing options most commonly used in typography, one for a whole line and one for a half line. At the same time, this option can also be used to change the end line spacing. Many typographers consider it necessary to combine paragraph spacing with generous endline spacing. Also the package &lt;a class="" href="https://www.ctan.org/pkg/parskip" rel="nofollow"&gt;&lt;code&gt;parskip&lt;/code&gt;&lt;/a&gt;, which can be used if a class does not support paragraph spacing (so please &lt;em&gt;not&lt;/em&gt; with a KOMA-Script class), offers appropriate options here.&lt;/p&gt;
&lt;p&gt;By the way, the KOMA-Script classes also offer the option &lt;code&gt;parskip=never&lt;/code&gt; to disable the stretching of the paragraph spacing when choosing paragraph indentation as paragraph markup. More details can be found in the &lt;a class="" href="https://komascript.de/scrguide" rel="nofollow"&gt;KOMA-Script manual&lt;/a&gt; and of course also in the &lt;a class="" href="https://komascript.de/komascriptbuch" rel="nofollow"&gt;German KOMA-Script book&lt;/a&gt; in the paragraph markup sections.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion: Using &lt;code&gt;\setlength{\parindent}{0pt}&lt;/code&gt; or a similar method to turn off paragraph indentation is always a mistake and an indication that a template or tutorial is dodgy!&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;As a side note, the complex support of different paragraph indents in KOMA-Script requires internal knowledge of the chosen settings anyway, which cannot be achieved by directly changing &lt;code&gt;\parindent&lt;/code&gt;, &lt;code&gt;\parskip&lt;/code&gt; and &lt;code&gt;\parfillskip&lt;/code&gt;. Therefore, in addition to option &lt;code&gt;parskip&lt;/code&gt;, the KOMA-Script classes provide their own interface with the command &lt;code&gt;\setparsizes&lt;/code&gt; to adjust the three choices of paragraph markup. But of course the above hints have to be observed. Therefore settings where indentation &lt;em&gt;and&lt;/em&gt; spacing are set to zero are to be rejected!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Sun, 18 Jul 2021 07:15:38 -0000</pubDate><guid>https://sourceforge.nete02900911ecf9ebd8c16dadfd533a0554007a8f7</guid></item></channel></rss>