diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx b/Master/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx index d8be714835a..376ed6e5bf3 100644 --- a/Master/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx +++ b/Master/texmf-dist/doc/latex/einfuehrung/09-06-46.ltx @@ -1,9 +1,11 @@ %% %% Ein Beispiel der DANTE-Edition +%% +%% 1. Auflage %% %% Beispiel 09-06-46 auf Seite 437. %% -%% Copyright (C) 2012 Herbert Voss +%% Copyright (C) 2011 Herbert Voss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 @@ -15,18 +17,19 @@ %% ==== % Show page(s) 1 %% +%% \documentclass[]{exaarticle} \pagestyle{empty} \setlength\textwidth{352.81416pt} \AtBeginDocument{\setlength\parindent{0pt}} \usepackage[scaled=0.88]{beramono} - +\StartShownPreambleCommands \let\itemOld\item\makeatletter \renewcommand\item[1][]{\ifx\relax#1\relax \itemOld\else\boldmath\itemOld[#1]\unboldmath\fi} \newcommand\Section[2][]{\protect\boldmath\ifx\relax#1\relax\section[#2]{#2}\else \section[#1]{#2}\fi\protect\unboldmath} \makeatother - +\StopShownPreambleCommands \begin{document} \Section{Funktion $f(x)=x^2$} \begin{description} |