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
|
# scrdoc class
# Matthew Bertucci 3/24/2022 for v0.1e
#include:class-ltxdoc
#include:class-scrartcl
# all options passed to ltxdoc class
#keyvals:\documentclass/scrdoc#c
nocfg
# options passed to article class
a4paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
openbib
#endkeyvals
\begin{Counter}{counter}
\begin{KOMAfont}{KOMA font}
\begin{KOMAvar}{KOMA var}
\begin{Length}{length}
\begin{option}{option}
\Class{class}
\CounterName
\CountersName
\end{Counter}
\end{KOMAfont}
\end{KOMAvar}
\end{Length}
\end{option}
\EnvName
\EnvsName
\eTeX
\File{file%definition}
\KOMAfontName
\KOMAfontsName
\KOMAvarName
\KOMAvarsName
\LengthName
\LengthsName
\Macro{csname}
\newDescribe{type}
\Option{option}
\OptionName
\OptionsName
\Package{package}
\PrintCounterName{counter}
\PrintDescribeCounter{counter}
\PrintDescribeKOMAfont{KOMA font}
\PrintDescribeKOMAvar{KOMA var}
\PrintDescribeLength{length}
\PrintDescribeOption{option}
\PrintKOMAfontName{KOMA font}
\PrintKOMAvarName{KOMA var}
\PrintLengthName{length}
\PrintOptionName{option}
\SpecialCounterIndex{counter}
\SpecialKOMAvarIndex{KOMA var}
\SpecialLengthIndex{length}
\SpecialMainCounterIndex{counter}
\SpecialMainKOMAfontIndex{KOMA font}
\SpecialMainKOMAvarIndex{KOMA var}
\SpecialMainLengthIndex{length}
\SpecialMainOptionIndex{option}
\SpecialOptionIndex{option}
|