diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex index 78527b70039..2fda5f54e4d 100644 --- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex +++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbcodetips.tex @@ -18,6 +18,7 @@ \hfuzz=30pt +\setfootnoterule[\vfill]{3pt}{0.4\columnwidth}{\normalrulethickness} \usepackage{color} \usepackage[colorlinks,breaklinks]{hyperref} @@ -114,7 +115,7 @@ \begin{document} -\title{Code tips from ``Introduktion til \LaTeX''\\{\normalsize Or just the +\title{Code tips from ``Introduktion til \LaTeX''\thanks{Version: 0.2}\\{\normalsize Or just the \textsf{\jobname} package}} \author{Lars Madsen\thanks{Web: \url{http://home.imf.au.dk/daleif}\qquad Email: \url{daleif@imf.au.dk}}} @@ -162,7 +163,7 @@ text or mathematical material. A few extra symbols have been created. First of is \markup{bigtimes} which is a large operator version of \markup[nomk]{times}, but without -having to load special fonts. +having to load special fonts.\footnote{Updated version due to Enrico Gregorio.} \begin{sourcedisplay} $\bigtimes_{n=1}^k A_n$ \[ \bigtimes_{n=1}^k A_n \] @@ -174,7 +175,7 @@ $\bigtimes_{n=1}^k A_n$ The package creates \markup{nuparrow} and \markup{ndownarrow} by rotating and reflecting \markup[nomk]{nrightarrow} and \markup[nomk]{nleftarrow} -respectively. +respectively.\addtocounter{footnote}{-1}\footnotemark \begin{sourcedisplay} $ A \nuparrow B$ \qquad $ B \ndownarrow C$ @@ -198,7 +199,11 @@ It has exactly the same syntax as the ordinary \markup[nomk]{newtheorem}. Requirements: the \markup[nomk,sty]{framed}, \markup[nomk,sty]{ntheorem}, (\texttt{x})\markup[nomk,sty]{color} packages and the definition of -the >>\texttt{shadecolor}<< (required by the \markup[nomk,sty]{framed} package). +the >>\texttt{shadecolor}<< (required by the \markup[nomk,sty]{framed} +package). Inside the \cs{NewShadedTheorem} the environment surrounding +the theorem is given by the macro \markup{NSTshadeenvironment} which +is initialised to >>\texttt{shaded}<<. You can change it using +\cs{renewcommand}. \begin{sourcedisplay} \theoremheaderfont{\bfseries} \theoremseparator{.} |