diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrdoc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/scrdoc.cls | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrdoc.cls b/Master/texmf-dist/tex/latex/koma-script/scrdoc.cls index 1dca5a839f9..8ebda7724e0 100644 --- a/Master/texmf-dist/tex/latex/koma-script/scrdoc.cls +++ b/Master/texmf-dist/tex/latex/koma-script/scrdoc.cls @@ -80,6 +80,15 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J% ^^J% }% + \DeclareRobustCommand{\KOMAScript}{\textsf{K\kern.05em O\kern.05em% + M\kern.05em A\kern.1em-\kern.1em Script}}% + \def\addsec{\section*}% + \newenvironment{labeling}[2][]{% + \description + }{% + \csname enddescription\endcsname + }% + \newcommand*{\marginline}{\marginpar}% } \LoadClassWithOptions{ltxdoc} |