<?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_HeadSepLine</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_HeadSepLine/</link><description>Recent changes to HowTo_HeadSepLine</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_HeadSepLine/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 28 Jul 2021 09:18:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_HeadSepLine/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_HeadSepLine modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_HeadSepLine/</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>Wed, 28 Jul 2021 09:18:39 -0000</pubDate><guid>https://sourceforge.net1ca46b080a5b991feb5e7ac55a8283b04675ac86</guid></item><item><title>HowTo_HeadSepLine modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_HeadSepLine/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-insert-a-separator-between-header-and-text-area"&gt;How to insert a separator between header and text area&lt;/h1&gt;
&lt;p&gt;The KOMA-Script classes provide the &lt;code&gt;headsepline&lt;/code&gt; option to switch on a separator between the header and the text area in page style headings or &lt;code&gt;myheadings&lt;/code&gt;:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="na"&gt;[headsepline]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scrbook&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;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;
&lt;span class="k"&gt;\blinddocument&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;Since the first page of a chapter is set in page style plain by default, the separator is missing there. As you can see, this is a good thing. If you insist on the separator on these pages as well, the package &lt;a class="" href="https://www.ctan.org/pkg/scrlayer-scrpage" rel="nofollow"&gt;&lt;code&gt;scrlayer-scrpage&lt;/code&gt;&lt;/a&gt; is needed, which takes over the setting of &lt;code&gt;headsepline&lt;/code&gt; with the additional option &lt;code&gt;plainheadsepline&lt;/code&gt; also for pages in the style &lt;code&gt;plain&lt;/code&gt;:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="na"&gt;[headsepline]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scrbook&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="na"&gt;[automark,plainheadsepline]&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scrlayer-scrpage&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;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;
&lt;span class="k"&gt;\blinddocument&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;As you can see from the example, this is not a good idea if you stick to the default settings regarding the content of the header.&lt;/p&gt;
&lt;p&gt;If you want to change the thickness of the line, you should also use the &lt;code&gt;scrlayer-scrpage&lt;/code&gt; package. With this package you can, for example, pass values for the thickness of the line to the &lt;code&gt;headsepline&lt;/code&gt; option. The length and orientation of the line can also be influenced by the package. For more details see the manual.&lt;/p&gt;
&lt;p&gt;A side effect of using the separator is that the header is automatically considered to be part of the type area. This has optical reasons and is explained in detail in the manual.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Tue, 27 Apr 2021 07:43:25 -0000</pubDate><guid>https://sourceforge.net29af3b958a25aebe1ded527a372fa595803f363c</guid></item></channel></rss>