1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
# scrextend package
# Matthew Bertucci 2022/05/18 for v3.36
#include:scrkbase
#include:scrlogo
#keyvals:\KOMAoptions#c
draft=#true,on,yes,false,off,no
overfullrule=#true,on,yes,false,off,no
fontsize=##L
titlepage=#true,on,yes,false,off,no,firstiscover
cleardoublepage=#empty,headings,letter,myheadings,plain,plain.letter,scrheadings,plain.scrheadings,current
footnotes=#multiple,nomultiple
egregdoesnotlikesansseriftitles
#endkeyvals
#keyvals:\setkomafont#c,\addtokomafont#c,\usekomafont#c,\usesizeofkomafont#c,\usefamilyofkomafont#c,\useseriesofkomafont#c,\useshapeofkomafont#c,\useencodingofkomafont#c,\usefontofkomafont#c
subtitle
titlehead
author
date
publishers
dedication
sectioning
disposition
dictum
dictumauthor
dictumtext
labelinglabel
labelingseparator
#endkeyvals
\begin{addmargin*}[inner indent%l]{indent%l}
\begin{addmargin*}{indent%l}
\begin{addmargin}[left indent%l]{indent%l}
\begin{addmargin}{indent%l}
\begin{labeling}[delimiter]{widest pattern}
\begin{labeling}{widest pattern}
\changefontsizes{font size}#*
\cleardoubleemptypage
\cleardoubleevenemptypage
\cleardoubleevenpage
\cleardoubleevenpageusingstyle{pagestyle%keyvals}
\cleardoubleevenplainpage
\cleardoubleevenstandardpage
\cleardoubleoddemptypage
\cleardoubleoddpage
\cleardoubleoddpageusingstyle{pagestyle%keyvals}
\cleardoubleoddplainpage
\cleardoubleoddstandardpage
\cleardoublepageusingstyle{pagestyle%keyvals}
\cleardoubleplainpage
\cleardoublestandardpage
\coverpagebottommargin#*
\coverpageleftmargin#*
\coverpagerightmargin#*
\coverpagetopmargin#*
\dedication{dedication%text}
\deffootnote[mark width%l]{indent%l}{parindent%l}{definition}#*
\deffootnote{indent%l}{parindent%l}{definition}#*
\deffootnotemark{definition}#*
\dictum[author]{text}
\dictum{text}
\dictumauthorformat{author}#*
\dictumrule#*
\dictumwidth#*
\end{addmargin*}
\end{addmargin}
\end{labeling}
\extratitle{short title}
\FamilyElseValue#*
\frontispiece{frontispiece%text}
\Ifthispageodd{true code}{false code}#*
\ifthispagewasodd#*
\labelinglabel{arg}#*
\lowertitleback{titlebackfoot%text}
\maketitle[page number]
\marginline{margin note%text}
\multfootsep#*
\multiplefootnotemarker#*
\multiplefootnoteseparator#*
\publishers{publisher}
\raggeddictum#*
\raggeddictumauthor#*
\raggeddictumtext#*
\raggedfootnote#*
\sectfont#*
\subject{subject%text}
\subtitle{subtitle%text}
\thefootnotemark#*
\thispagewasoddfalse#*
\thispagewasoddtrue#*
\titlefont#*
\titlehead{title head%text}
\uppertitleback{titlebackhead%text}
#keyvals:\cleardoubleevenpageusingstyle#c,\cleardoubleoddpageusingstyle#c,\cleardoublepageusingstyle#c
headings
myheadings
empty
plain
#endkeyvals
# deprecated
\ifthispageodd#S
|