summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-26 22:26:13 +0000
committerKarl Berry <karl@freefriends.org>2007-12-26 22:26:13 +0000
commitd892fc1b7f46275b1e5c291db0305eac83abe9e3 (patch)
tree50dac7763bbe931304c867a5da111a3f324b0a89 /Master/texmf-dist/source/latex/koma-script/doc/scrguide.cls
parentadb11f7c6718f766a22dbb2ce1b196a36acc197d (diff)
koma-script update (25dec07)
git-svn-id: svn://tug.org/texlive/trunk@5924 c570f23f-e606-0410-a88d-b1316a301751
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}
%