diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-24 23:45:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-24 23:45:03 +0000 |
commit | ab3cc094064444f0ca192823496de66c71d06710 (patch) | |
tree | f21d2d16e85e15848255e9a4798e202cc8de3f09 /Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex | |
parent | 63adbb64d2b9021aad1f190588588f3d47dfe8a2 (diff) |
thumbs (24feb12)
git-svn-id: svn://tug.org/texlive/trunk@25498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex b/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex index 7470b2a2bbb..ab71ab82a10 100644 --- a/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex +++ b/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: thumbs -%% Version: 2012/01/07 v1.0l +%% Version: 2012/02/23 v1.0m %% %% Copyright (C) 2010 - 2012 by %% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de> @@ -49,7 +49,7 @@ %% \usepackage[math]{cellspace} % %% \usepackage{xcolor} % %% \pagecolor{white} % -%% \newcommand{\QTO}[2]{#2} % +%% \providecommand{\QTO}[2]{#2} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{lipsum}[2011/04/14]% v1.2 \usepackage{eurosym}[1998/08/06]% v1.1 @@ -63,18 +63,18 @@ pdfsubject={Example for the thumbs package},% pdfkeywords={LaTeX, thumbs, thumb marks, H.-Martin Muench},% pdfview=Fit,pdfstartview=Fit,% - linktoc=all]{hyperref}[2011/12/04]% v6.82m + linktoc=all]{hyperref}[2012/02/06]% v6.82o \usepackage[thumblink=rule,linefill=dots,height={auto},minheight={47pt},% width={auto},distance={2mm},topthumbmargin={auto},bottomthumbmargin={auto},% nophantomsection=false,ignorehoffset=true,ignorevoffset=true,final=true,% - hidethumbs=false,verbose=true]{thumbs}[2012/01/07]% v1.0l + hidethumbs=false,verbose=true]{thumbs}[2012/02/23]% v1.0m \nopagecolor% use \pagecolor{white} if \nopagecolor does not work \gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}% \makeatletter - \@ifundefined{Hy@Warning}{% hyperref not loaded - \@ifundefined{\url}{\let\url\verb}% neither url - }{% hyperref loaded - }% +\ltx@ifpackageloaded{hyperref}{% hyperref loaded +}{% hyperref not loaded +\@ifundefined{\url}{\let\url\verb}% neither url +}% \makeatother \listfiles \begin{document} @@ -84,7 +84,7 @@ \markboth{Example for thumbs}{Example for thumbs} This example demonstrates the most common uses of package -\textsf{thumbs}, v1.0l as of 2012/01/07 (HMM). +\textsf{thumbs}, v1.0m as of 2012/02/23 (HMM). The used options were \texttt{thumblink=rule}, \texttt{linefill=dots}, \texttt{height=auto}, \texttt{minheight=\{47pt\}}, \texttt{width={auto}}, \texttt{distance=\{2mm\}}, \newline @@ -401,9 +401,10 @@ I just added another thumb mark. \pagecolor{green} \makeatletter - \@ifundefined{Hy@Warning}{% hyperref not loaded - }{\phantomsection% hyperref loaded - }% +\ltx@ifpackageloaded{hyperref}{% hyperref loaded +\phantomsection% +}{% hyperref not loaded +}% \makeatother \label{greenpage} |