<?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_Abstract</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Abstract/</link><description>Recent changes to HowTo_Abstract</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_Abstract/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Jan 2022 13:21:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_Abstract/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_Abstract modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Abstract/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-add-an-abstract"&gt;How to add an abstract&lt;/h1&gt;
&lt;p&gt;Sometimes, in addition to the detailed motivation, a teaser text (aka summary or abstract) is desired. This is achieved with the classes &lt;code&gt;scrartcl&lt;/code&gt; or &lt;code&gt;scrreprt&lt;/code&gt; with&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;abstract&lt;span class="nb"&gt;}&lt;/span&gt;
  This is a teaser text, also known as an abstract. It is set in
  special formatting and should be placed before the table of contents.
  Although it can be considered part of the title, it is not generated
  by &lt;span class="k"&gt;\verb&lt;/span&gt;|&lt;span class="k"&gt;\maketitle&lt;/span&gt;|, but directly by the &lt;span class="k"&gt;\texttt&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;abstract&lt;span class="nb"&gt;}&lt;/span&gt; environment.
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;abstract&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;immediately after &lt;code&gt;\maketitle&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;By the way, in my opinion the &lt;code&gt;abstract&lt;/code&gt; environment is less useful when using a &lt;code&gt;titlepage&lt;/code&gt; environment or when using option &lt;code&gt;titlepage&lt;/code&gt; (default for &lt;code&gt;scrreprt&lt;/code&gt;). In these cases, however, you can use the &lt;code&gt;abstract&lt;/code&gt; option to slightly improve it. Instead, I recommend using an unnumbered heading (see &lt;code&gt;\chapter*&lt;/code&gt;, &lt;code&gt;\addchap&lt;/code&gt;, &lt;code&gt;\section*&lt;/code&gt; and &lt;code&gt;\addsec&lt;/code&gt; in the &lt;a class="" href="http://mirrors.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf" rel="nofollow"&gt;KOMA-Script manual&lt;/a&gt;) instead of the &lt;code&gt;abstract&lt;/code&gt; environment. When using &lt;code&gt;scrbook&lt;/code&gt;, such an unnumbered chapter is the means of choice anyway, since this class does not provide an &lt;code&gt;abstract&lt;/code&gt; environment:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\addchap&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;Abstract&lt;span class="nb"&gt;}&lt;/span&gt;
This is a teaser text, also known as an abstract. It is used without
formatted specially as an unnumbered chapter and should be placed before
the table of contents. Alternative headings would be for example Motivation
or Overview.
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Wed, 05 Jan 2022 13:21:16 -0000</pubDate><guid>https://sourceforge.netd6556bd90212b617e993680a6caae1e8cf32e8fa</guid></item></channel></rss>