tmp: migration to wsl
Compare changes
+ 29
− 25
@@ -61,20 +61,29 @@
@@ -61,20 +61,29 @@
% All unkown options get passed on to the base class. This allows all options of the base KOMAScript classes to be used.
% \ClassWarning{ic-book}{ Passing~unknown~option~'#1'~to~base~class~'\str_use:N \g_icbook__base_class_str' }
% \ClassWarning{ic-book}{ Passing~unknown~key~'#1'~with~value~'#2'~to~base~class~'\str_use:N \g_icbook__base_class_str' }
% \ProcessKeysOptions also handles global "class" options. This is the intended way, as we want to react to global changes e.g. language selections
@@ -88,21 +97,6 @@
@@ -88,21 +97,6 @@
% scrbook uses a grid to divide the page into typearea and margins. A default sizing is to divide this grid into 9 divisions. For a more detailed explanation, have a look at the documentation of scrbook and typearea in scrguide.
% scrlayer-scrpage is loaded by base class scrbook. It needs to be configured to correctly display section titles in headers
@@ -147,6 +141,10 @@
@@ -147,6 +141,10 @@
% general development paradigm: load the packages with as few options as possible here. If options needs to be given, define them in the ``%% Pre-Package-Loading`` section using ``\PassOptionsToPackage{<option>}{<package>}''. Preferrably, you should use the package's own setup macro.
@@ -497,6 +495,10 @@
@@ -497,6 +495,10 @@
% always print sectioning numbers without trailing dot (normally, KOMA decides and handles this in different ways)
% by default, every sectioning should be numbered. If this is not desired, the author should use the starred sectioning commands or manually override the secnumdepth value according to
@@ -514,7 +516,9 @@
@@ -514,7 +516,9 @@