diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-25 23:47:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-25 23:47:39 +0000 |
commit | 6b4264f45f77531796d8d090f09358be4dff8854 (patch) | |
tree | e54390ed504902433a59714fb1f122952e7d7541 /Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex | |
parent | cf14f5105f11423b57d40e15b2fe1f14cfa195d0 (diff) |
thumbs (25feb12)
git-svn-id: svn://tug.org/texlive/trunk@25506 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 | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex b/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex index ab71ab82a10..919219edc23 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/02/23 v1.0m +%% Version: 2012/02/25 v1.0n %% %% Copyright (C) 2010 - 2012 by %% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de> @@ -67,14 +67,14 @@ \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/02/23]% v1.0m + hidethumbs=false,verbose=true]{thumbs}[2012/02/25]% v1.0n \nopagecolor% use \pagecolor{white} if \nopagecolor does not work -\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}% +\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}} \makeatletter \ltx@ifpackageloaded{hyperref}{% hyperref loaded }{% hyperref not loaded -\@ifundefined{\url}{\let\url\verb}% neither url -}% + \usepackage{url}% otherwise the "\url"s in this example must be removed manually +} \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.0m as of 2012/02/23 (HMM). +\textsf{thumbs}, v1.0n as of 2012/02/25 (HMM). The used options were \texttt{thumblink=rule}, \texttt{linefill=dots}, \texttt{height=auto}, \texttt{minheight=\{47pt\}}, \texttt{width={auto}}, \texttt{distance=\{2mm\}}, \newline @@ -277,15 +277,18 @@ Time for another thumb, and another. -\addthumb{Huge Text}{\Huge{Huge Text}}{yellow}{green} +\addthumb{Huge Text paragraph}{\Huge{Huge\\ \ Text}}{yellow}{green} \bigskip \textquotedblleft {\Huge{Huge Text}}\textquotedblright\ is too large for the thumb mark. When option \texttt{width=\{autoauto\}} would be used, -the thumb mark width would be automatically increased.\label{HugeText} +the thumb mark width would be automatically increased. Now the text is +either split over two lines (use \verb|Huge\\ \ Text| for better format) +or (in case \verb|Huge~Text| is used) is written over the border of the +thumb mark.\label{HugeText} -\addthumb{bold text }{\textbf{Bf Text}}{pink}{blue} +\addthumb{Huge Text}{\Huge{Huge~Text}}{red}{blue} \addthumb{Huge Bold Text}{\Huge{\textbf{HBT}}}{black}{yellow} |