diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-07 23:29:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-07 23:29:02 +0000 |
commit | 420c94dbde219df3a7055fb922a6dbe04ca875ad (patch) | |
tree | 606f647088a999c93f26716326c877e0fd4c9b26 /Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex | |
parent | 44edae68ae5421ecf63bfcc931a9e00fb208aea0 (diff) |
tablefootnote (7nov11)
git-svn-id: svn://tug.org/texlive/trunk@24536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex index b615d86c85f..26dd918305e 100644 --- a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex +++ b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: tablefootnote -%% Version: 2011/10/29 v1.0b +%% Version: 2011/11/06 v1.0c %% %% Copyright (C) 2011 by %% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de> @@ -43,11 +43,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{float}[2001/11/08]% v1.3d \usepackage{placeins}[2005/04/18]% v2.2 ; for \FloatBarrier - \usepackage{rotating}[2009/03/28]% v2.16a; for sidewaystable-environment - -\usepackage{tablefootnote}[2011/10/29]% v1.0b - +\usepackage{tablefootnote}[2011/11/06]% v1.0c \usepackage[% extension=pdf,% plainpages=false,% @@ -59,7 +56,8 @@ pdfsubject={Example for the tablefootnote package},% pdfkeywords={LaTeX, tablefootnote, footnote, table, Hans-Martin Muench},% % pdfview=FitH and FitBH do not work: hyperlinks in sidewaystables - % aim at the end of the document, not at the footnote + % do no lead to the footnotes, due to a bug in pdfTeX, + % computing wrong anchor coordinates (Heiko Oberdiek, 29. October 2011) % pdfview=Fit, FitV, FitR, FitB, FitBV work % print is OK for all those options pdfstartview=FitH,% @@ -73,7 +71,7 @@ \section*{Example for tablefootnote} This example demonstrates the use of package\newline -\textsf{tablefootnote}, v1.0b as of 2011/10/29 (HMM).\newline +\textsf{tablefootnote}, v1.0c as of 2011/11/06 (HMM).\newline There were no options used. (The package provides no options.)\newline \textbf{The \texttt{tablefootnote-example.tex} needs to be compiled @@ -95,9 +93,12 @@ Table~\ref{tab.floatH} uses the float specifier~\texttt{H} from the float package.\newline \texttt{Hyperref} option \verb|pdfview=FitH| and \verb|FitBH| do -not work: hyperlinks in sidewaystables aim at the end of the document, -not at the footnote. \verb|pdfview=Fit|, \verb|FitV|, \verb|FitR|, -\verb|FitB|, \verb|FitBV| work, print is OK for all those options. +not work due to a bug in pdf\TeX{}, computing wrong +anchor coordinates (\textsc{Heiko Oberdiek}, 29. October 2011). +Depending on used pdf-viewer, hyperlinks in sidewaystables lead +e.\,g.~at the end of the document, not at the footnote. +\verb|pdfview=Fit|, \verb|FitV|, \verb|FitR|, \verb|FitB|, +\verb|FitBV| work, print is OK for all those options. \bigskip |