<?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_MigrateFromStandardClass</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_MigrateFromStandardClass/</link><description>Recent changes to HowTo_MigrateFromStandardClass</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_MigrateFromStandardClass/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Jul 2021 06:59:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_MigrateFromStandardClass/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_MigrateFromStandardClass modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_MigrateFromStandardClass/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,8 @@
 # How to approximate the printing to the standard classes

 When people are advised to use one of the KOMA-Script classes instead of one of the standard classes, they often refuse to do so because they claim that everything changes when they switch. In fact, the standard classes have a different page mirror, i.e. a different distribution of text and margins, a different form of chapter headings and also different fonts preset in a few other places. So by no means everything changes, only the paragraph and page breaks, the headings, the header and footer and of course you have a whole lot of new possibilities. But also here KOMA-Script classes can show its power: the easy changeability of many things. That's why all these defaults in KOMA-Script can be adjusted very far in the direction of the standard classes.
+
+## Maximum approach

 As of version 3.12, the KOMA-Script classes `scrbook`, `scrreprt` and `scrartcl` also provide a kind of general answer to this rejection: class option `emulatestandardclasses`. Currently, the option makes the following changes:

@@ -19,4 +21,10 @@

 It is possible that other changes will be added in the future besides the ones mentioned above. This will then be at the expense of compatibility with earlier KOMA-Script versions, but with a gain in compatibility with the standard classes.

+# Fonts
+
 Sometimes users do not even want a complete return to the representation of the standard classes. For the most frequently requested change, namely the abandonment of Grotesk, aka sans serif fonts, there is therefore another option: `egregdoesnotlikesansseriftitles`.
+
+# Headings
+
+For the headings only, there is also option `headings=standardclasses`. This adjusts the font size increments of all heading levels to those of the standard classes. Also, no Grotesk, aka sans serif font, is used, but the bold variant of the basic font. Chapter headings of `scrbook` and `scrreprt` are also set with prefix line and always start on a right-hand page in double-page typesetting.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Mon, 12 Jul 2021 06:59:13 -0000</pubDate><guid>https://sourceforge.net51e7c2702e031a0554512f7ed9cf379b996e6deb</guid></item><item><title>HowTo_MigrateFromStandardClass modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_MigrateFromStandardClass/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-approximate-the-printing-to-the-standard-classes"&gt;How to approximate the printing to the standard classes&lt;/h1&gt;
&lt;p&gt;When people are advised to use one of the KOMA-Script classes instead of one of the standard classes, they often refuse to do so because they claim that everything changes when they switch. In fact, the standard classes have a different page mirror, i.e. a different distribution of text and margins, a different form of chapter headings and also different fonts preset in a few other places. So by no means everything changes, only the paragraph and page breaks, the headings, the header and footer and of course you have a whole lot of new possibilities. But also here KOMA-Script classes can show its power: the easy changeability of many things. That's why all these defaults in KOMA-Script can be adjusted very far in the direction of the standard classes.&lt;/p&gt;
&lt;p&gt;As of version 3.12, the KOMA-Script classes &lt;code&gt;scrbook&lt;/code&gt;, &lt;code&gt;scrreprt&lt;/code&gt; and &lt;code&gt;scrartcl&lt;/code&gt; also provide a kind of general answer to this rejection: class option &lt;code&gt;emulatestandardclasses&lt;/code&gt;. Currently, the option makes the following changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grotesk (aka sans serif) is no longer used.&lt;/li&gt;
&lt;li&gt;Heading font sizes are the same as the standard classes.&lt;/li&gt;
&lt;li&gt;Chapter level headings are again with prefix line (“Chapter &lt;em&gt;No&lt;/em&gt;” in the respective language).&lt;/li&gt;
&lt;li&gt;The spacing before and after a chapter heading is the same as the standard classes, so it is larger.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;scrlayer-scrpage&lt;/code&gt; package is loaded and the page style is adapted to the standard classes (incl. inelegant capitalization in the column title if used)&lt;/li&gt;
&lt;li&gt;The default paper size is no longer A4, but letter.&lt;/li&gt;
&lt;li&gt;The default base font size is 10pt.&lt;/li&gt;
&lt;li&gt;The text area is the same size as in the standard classes, but the margins are set according to KOMA-Script method with &lt;code&gt;\areaset&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All these settings can be changed, of course. Deviations should be specified after the class option &lt;code&gt;emulatestandardclasses&lt;/code&gt;. This new option cannot be set by &lt;code&gt;\KOMAoption&lt;/code&gt; or &lt;code&gt;\KOMAoptions&lt;/code&gt;, but only as a class option.&lt;/p&gt;
&lt;p&gt;By the way, the page break will not necessarily be identical even with the new option, since quite a number of vertical distances are still not identical in KOMA-Script. However, the paragraph break of normal paragraphs should remain unchanged.&lt;/p&gt;
&lt;p&gt;It is possible that other changes will be added in the future besides the ones mentioned above. This will then be at the expense of compatibility with earlier KOMA-Script versions, but with a gain in compatibility with the standard classes.&lt;/p&gt;
&lt;p&gt;Sometimes users do not even want a complete return to the representation of the standard classes. For the most frequently requested change, namely the abandonment of Grotesk, aka sans serif fonts, there is therefore another option: &lt;code&gt;egregdoesnotlikesansseriftitles&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Fri, 02 Jul 2021 13:28:23 -0000</pubDate><guid>https://sourceforge.net4690c6142d4da45c16e606df2f18af46b5b8cd73</guid></item></channel></rss>