summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls22
1 files changed, 21 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
index e52be756be5..fca716d4663 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
+++ b/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
@@ -38,7 +38,7 @@
% \section{Identification}
%
% \begin{macrocode}
-\ProvidesClass{scrguide}[2007/10/12 v0.9f internal KOMA-Script guide class]
+\ProvidesClass{scrguide}[2007/12/15 v1.0 internal KOMA-Script guide class]
% \end{macrocode}
%
%
@@ -548,6 +548,14 @@
% \end{macrocode}
%
%
+% \section{Footnotes}
+%
+% \begin{macro}{\thempfootnote}
+% \begin{macrocode}
+\renewcommand*{\thempfootnote}{\textit{\@arabic{\c@mpfootnote}}}
+% \end{macrocode}
+% \end{macro}
+%
% \section{Math}
%
% I will not use real math. But there will be some »pseudo math code«. So I
@@ -943,6 +951,9 @@
\newcommand*{\feentry}[1]{%
\entry{\FontElement{##1}\IndexFontElement[indexmain]{##1}}%
}%
+ \newcommand*{\oentry}[1]{%
+ \entry{\Option{##1}\IndexOption[indexmain]{##1}}%
+ }%
}
% \end{macro}
%
@@ -1060,6 +1071,15 @@ KOMAScript \endcsname
\renewcommand*\@dotsep{2.5}
% \end{macrocode}
%
+% \section{Appendix}
+%
+% \begin{macro}{\appendix}
+% Use only first if used more than once. With this, every appendix file may
+% start with |\appendix|.
+% \begin{macrocode}
+\g@addto@macro\appendix{\global\let\appendix\relax}
+% \end{macrocode}
+% \end{macro}
%
% \section{Bibliography}
%