diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex index 23139c92d9b..0454d2a2a0d 100644 --- a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex +++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmisc.tex @@ -77,7 +77,7 @@ \begin{document} -\title{The \textsf{dlfltxbmisc} package\thanks{Version: 0.1}} +\title{The \textsf{dlfltxbmisc} package\thanks{Version: 0.3}} \author{Lars Madsen\thanks{Email: daleif@imf.au.dk}} \maketitle @@ -170,6 +170,20 @@ using } \end{verbatim} +Additionally, we also have a \markup[nomk]{addCTAN} macro where the +argument will be replaced by (if using \markup[nomk,sty]{hyperref}) +\begin{verbatim} +\href{http://mirror.ctan.org/#2}{#1\path{#2}} +\end{verbatim} +e.g. \verb+\addCTAN{/fonts/kpfonts/}+ $\to$ +\begin{verbatim} +\href{http://mirror.ctan.org/fonts/kpfonts}{\textsc{ctan}:\path{#2}} +\end{verbatim} + +Since \verb?\addCTAN? is also useful in the regular text, we also +support a \markup{CTAN}\marg{path} macro. + + \section{Example text in math} \label{sec:example-text-math} |