summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-03 00:19:58 +0000
committerKarl Berry <karl@freefriends.org>2012-01-03 00:19:58 +0000
commitb335c8eb18249435672bc4d540525ace62021d0c (patch)
tree1bdda60bf32a3892448ee079b57a01b3309ef9fd /Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex
parente2de36e60fe8b2a0bd9716548bb190adc30c24b9 (diff)
thumbs (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25009 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.tex37
1 files changed, 18 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex b/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex
index ddec0e914c0..ac15925f96f 100644
--- a/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex
+++ b/Master/texmf-dist/doc/latex/thumbs/thumbs-example.tex
@@ -9,12 +9,12 @@
%% This is a generated file.
%%
%% Project: thumbs
-%% Version: 2011/10/19 v1.0j
+%% Version: 2012/01/01 v1.0k
%%
-%% Copyright (C) 2010, 2011 by
+%% Copyright (C) 2010 - 2012 by
%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
%%
-%% The usual disclaimer applys:
+%% The usual disclaimer applies:
%% If it doesn't work right that's your problem.
%% (Nevertheless, send an e-mail to the maintainer
%% when you find an error in this package.)
@@ -33,10 +33,10 @@
%%
%% The Current Maintainer of this work is H.-Martin Muench.
%%
-%% This work consists of the main source file thumbs.dtx
-%% and the derived files
+%% This work consists of the main source file thumbs.dtx,
+%% the README, and the derived files
%% thumbs.sty, thumbs.pdf, thumbs.ins, thumbs.drv,
-%% thumbs-example.tex.
+%% thumbs-example.tex, thumbs-example.pdf.
%%
\documentclass[twoside,british]{article}[2007/10/19]% v1.4h
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -59,15 +59,15 @@
hyperindex=false,%
pdflang={en},%
pdftitle={thumbs package example},%
- pdfauthor={Hans-Martin Muench},%
+ pdfauthor={H.-Martin Muench},%
pdfsubject={Example for the thumbs package},%
- pdfkeywords={LaTeX, thumbs, thumb marks, Hans-Martin Muench},%
+ pdfkeywords={LaTeX, thumbs, thumb marks, H.-Martin Muench},%
pdfview=Fit,pdfstartview=Fit,%
- linktoc=all]{hyperref}[2011/10/01]% v6.82j
+ linktoc=all]{hyperref}[2011/12/04]% v6.82m
\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}[2011/10/19]% v1.0j
+ hidethumbs=false,verbose=true]{thumbs}[2012/01/01]% v1.0k
\nopagecolor% use \pagecolor{white} if \nopagecolor does not work
\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
\makeatletter
@@ -84,13 +84,13 @@
\markboth{Example for thumbs}{Example for thumbs}
This example demonstrates the most common uses of package
-\textsf{thumbs}, v1.0j as of 2011/10/19 (HMM).
+\textsf{thumbs}, v1.0k as of 2012/01/01 (HMM).
The used options were \texttt{thumblink=rule}, \texttt{linefill=dots},
\texttt{height=auto}, \texttt{minheight=\{47pt\}}, \texttt{width={auto}},
\texttt{distance=\{2mm\}}, \newline
\texttt{topthumbmargin=\{auto\}}, \texttt{bottomthumbmargin=\{auto\}}, \newline
\texttt{nophantomsection=false},
-\texttt{ignorehoffset=true}, \texttt{ignorevoffset=true},
+\texttt{ignorehoffset=true}, \texttt{ignorevoffset=true}, \newline
\texttt{final=true},\texttt{hidethumbs=false}, and \texttt{verbose=true}.
\noindent These are the default options, except \texttt{verbose=true}.
@@ -125,7 +125,7 @@ the thumb mark width would be automatically increased.
For printing this example to another format of paper (e.\,g. A4)
it is necessary to add the according option (e.\,g. \verb|a4paper|)
to the document class and recompile it! (In that case the
-thumb marks column change will occure at another point, of course.)
+thumb marks column change will occur at another point, of course.)
With paper format equal to document format the document can be printed
without adapting the size, like e.\,g.
\textquotedblleft shrink to page\textquotedblright .
@@ -160,7 +160,7 @@ To include an overview page for the thumb marks,
\addthumbsoverviewtocontents{section}{Thumb marks overview}%
\thumbsoverview{Table of Thumbs}
\end{verbatim}
-is used, where \textbackslash addthumbsoverviewtocontents adds the thumb
+is used, where \verb|\addthumbsoverviewtocontents| adds the thumb
marks overview page to the table of contents.
\smallskip
@@ -170,7 +170,7 @@ to lead to the thumb mark and not to some earlier place. Therefore automatically
a \verb|\phantomsection| is placed before each thumb mark. But for example when
using the thumb mark after a \verb|\chapter{...}| command, it is probably nicer
to have the link point at the top of that chapter's title (instead of the line
-below it). The automatical placeing of the \verb|\phantomsection| can be disabled
+below it). The automatical placing of the \verb|\phantomsection| can be disabled
either globally by using option \texttt{nophantomsection}, or locally for the next
thumb mark by the command \verb|\thumbsnophantom|. (When disabled globally,
still manual use of \verb|\phantomsection| is possible.)
@@ -241,7 +241,7 @@ The command
\begin{verbatim}
\stopthumb
\end{verbatim}
-was used here. Until another addthumb (with parameters) or
+was used here. Until another \verb|\addthumb| (with parameters) or
\begin{verbatim}
\continuethumb
\end{verbatim}
@@ -346,7 +346,7 @@ You can, of course, keep the colour for more than one thumb mark.
I am just adding further thumb marks.
-If you are curiouse why the thumb mark between
+If you are curious why the thumb mark between
\textquotedblleft C mark\textquotedblright\ and \textquotedblleft E mark\textquotedblright\ has
not been named \textquotedblleft D mark\textquotedblright\ but
\textquotedblleft $1/1.\,955\,83$\, EUR\textquotedblright :
@@ -433,7 +433,7 @@ The thumb marks are also too large - on purpose! This has been done
to assure, that they cover the page up to its (paper) border,
therefore they are placed a little bit over the paper margin.
-Now I red somwhere in the net (should have remembered to note the url),
+Now I red somewhere in the net (should have remembered to note the url),
that white margins are presented, whenever there is some object outside
of the page. Thus, it is a feature, not a bug?!
What I do not understand: The same document sometimes is presented
@@ -463,7 +463,6 @@ Now let us have a look at \verb|\thumbsoverviewback|:
Text can be placed after any of the Tables of Thumbs, of course.
\end{document}
-
\endinput
%%
%% End of file `thumbs-example.tex'.