<?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_addlistof</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_addlistof/</link><description>Recent changes to HowTo_addlistof</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_addlistof/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Jan 2022 14:19:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_addlistof/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_addlistof modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_addlistof/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -14,6 +14,7 @@
   \label{fig:square}
 \end{figure}
 \begin{table}
+  \centering
   \begin{tabular}{lcr}
   \hline
   left &amp;amp; center &amp;amp; right \\
&lt;/pre&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 14:19:21 -0000</pubDate><guid>https://sourceforge.net9814a6db04f1aeb76d52327ab59157782234ea7b</guid></item><item><title>HowTo_addlistof modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_addlistof/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -17,9 +17,10 @@
   \begin{tabular}{lcr}
   \hline
   left &amp;amp; center &amp;amp; right \\
-  one &amp;amp; two &amp;amp; three \
-  three &amp;amp; columns &amp;amp; table \
-  \hline  \end{tabular}
+  one &amp;amp; two &amp;amp; three \\
+  three &amp;amp; columns &amp;amp; table \\
+  \hline
+  \end{tabular}
   \caption{an example table}
   \label{tab:example}
 \end{table}
&lt;/pre&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 14:19:00 -0000</pubDate><guid>https://sourceforge.net023931ba0cbe00bf8f09cb3402a079c8dbd26ba9</guid></item><item><title>HowTo_addlistof modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_addlistof/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-create-a-list-of-figures-or-a-list-of-tables"&gt;How to create a list of figures or a list of tables&lt;/h1&gt;
&lt;p&gt;If a list of tables and a list of figures are desired, you insert—usually after &lt;code&gt;tableofcontents&lt;/code&gt;—the appropriate instructions:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\listoffigures&lt;/span&gt;&lt;span class="c"&gt;% List of figures&lt;/span&gt;
&lt;span class="k"&gt;\listoftables&lt;/span&gt;&lt;span class="c"&gt;% List of tables&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Of course, in order for the lists to be filled, appropriate &lt;code&gt;\caption&lt;/code&gt; commands are also needed in the &lt;code&gt;figure&lt;/code&gt; or &lt;code&gt;table&lt;/code&gt; environments, for example:&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;figure&lt;span class="nb"&gt;}&lt;/span&gt;
  &lt;span class="k"&gt;\centering&lt;/span&gt;
  &lt;span class="k"&gt;\rule&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;1cm&lt;span class="nb"&gt;}{&lt;/span&gt;1cm&lt;span class="nb"&gt;}&lt;/span&gt;
  &lt;span class="k"&gt;\caption&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;a black square&lt;span class="nb"&gt;}&lt;/span&gt;
  &lt;span class="k"&gt;\label&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;fig:square&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;figure&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;table&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;tabular&lt;span class="nb"&gt;}{&lt;/span&gt;lcr&lt;span class="nb"&gt;}&lt;/span&gt;
  &lt;span class="k"&gt;\hline&lt;/span&gt;
  left &lt;span class="nb"&gt;&amp;amp;&lt;/span&gt; center &lt;span class="nb"&gt;&amp;amp;&lt;/span&gt; right &lt;span class="k"&gt;\\&lt;/span&gt;
  one &lt;span class="nb"&gt;&amp;amp;&lt;/span&gt; two &lt;span class="nb"&gt;&amp;amp;&lt;/span&gt; three &lt;span class="k"&gt;\&lt;/span&gt;
  three &lt;span class="nb"&gt;&amp;amp;&lt;/span&gt; columns &lt;span class="nb"&gt;&amp;amp;&lt;/span&gt; table &lt;span class="k"&gt;\&lt;/span&gt;
  &lt;span class="k"&gt;\hline&lt;/span&gt;  &lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tabular&lt;span class="nb"&gt;}&lt;/span&gt;
  &lt;span class="k"&gt;\caption&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;an example table&lt;span class="nb"&gt;}&lt;/span&gt;
  &lt;span class="k"&gt;\label&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tab:example&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;table&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;It should be noted that after changes that affect the lists, two or three LaTeX runs are necessary until all cross-references and all lists are correct.&lt;/p&gt;
&lt;p&gt;By the way, using the &lt;code&gt;\captionof&lt;/code&gt; statement of the KOMA-Script classes, even not floating figures or tables can be captioned.  If headings instead of signatures should be used, not only the &lt;code&gt;\caption&lt;/code&gt; statement has to be set accordingly above the figure or table, but the formatting has to be adjusted with the help of option &lt;code&gt;captions&lt;/code&gt;. See 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; for more details.&lt;/p&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 14:18:34 -0000</pubDate><guid>https://sourceforge.neta819da9a4144ed85cc76df94d6f229f77b06d8e8</guid></item></channel></rss>