summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tablefootnote
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-03 00:19:43 +0000
committerKarl Berry <karl@freefriends.org>2012-01-03 00:19:43 +0000
commite2de36e60fe8b2a0bd9716548bb190adc30c24b9 (patch)
treec1f84b7e84f1a061cf9018ac596328a19041ea88 /Master/texmf-dist/doc/latex/tablefootnote
parent10c44cd99abef440f50a1da8973ae21a27664576 (diff)
tablefootnote (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tablefootnote')
-rw-r--r--Master/texmf-dist/doc/latex/tablefootnote/README40
-rw-r--r--Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.pdfbin144633 -> 144584 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex16
-rw-r--r--Master/texmf-dist/doc/latex/tablefootnote/tablefootnote.pdfbin341914 -> 354190 bytes
4 files changed, 33 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/tablefootnote/README b/Master/texmf-dist/doc/latex/tablefootnote/README
index 971b6823041..90316ce5178 100644
--- a/Master/texmf-dist/doc/latex/tablefootnote/README
+++ b/Master/texmf-dist/doc/latex/tablefootnote/README
@@ -1,4 +1,4 @@
-README for tablefootnote package, 2011/11/26, v1.0e
+README for tablefootnote package, 2012/01/01, v1.0f
TABLE OF CONTENTS
@@ -42,11 +42,11 @@ licenses.lppl.html for the details of that license.
Running
tex tablefootnote.dtx
generates the files
-tablefootnote.ins tablefootnote.drv tablefootnote.sty
+tablefootnote.ins, tablefootnote.drv, tablefootnote.sty,
and tablefootnote-example.tex.
Also a ZIP file is provided that contains these files,
-the manual (tablefootnote.pdf), the compiled example,
+the manual (tablefootnote.pdf), the compiled example
(tablefootnote-example.pdf), and this README, already
sorted in a TDS tree:
CTAN:install/macros/latex/contrib/tablefootnote.tds.zip
@@ -89,12 +89,22 @@ c) Install the file `*.sty' in your TDS tree:
cp *.sty TDS:tex/latex/tablefootnote/
Replace `TDS:' by the prefix of your TDS tree
(texmf directory).
-d) Copy the documentation files to
+d) Create the documentation (if necessary), e.g.
+ pdflatex tablefootnote.dtx
+ makeindex -s gind.ist tablefootnote.idx
+ pdflatex tablefootnote.dtx
+ makeindex -s gind.ist tablefootnote.idx
+ pdflatex tablefootnote.dtx
+e) Update the databases if necessary, e.g. for teTeX:
+ mktexlsr .../texmf
+f) Create the tablefootnote-example.pdf (if necessary), e.g.
+ pdflatex tablefootnote-example.tex
+ pdflatex tablefootnote-example.tex
+ pdflatex tablefootnote-example.tex
+g) Copy the documentation files to
"TDS:doc/latex/tablefootnote/":
README, tablefootnote.pdf, tablefootnote-example.tex,
tablefootnote-example.pdf.
-e) Update the databases if necessary, e.g. for teTeX:
- mktexlsr .../texmf
4 ADDITIONAL PACKAGES
@@ -118,7 +128,7 @@ of the example.)
hyperlinks of footnotes in sidewaystables to not lead
to the footnotes, due to a bug in pdfTeX,
computing wrong anchor coordinates (Heiko Oberdiek,
- 29. October 2011) The printed version is OK.
+ 29. October 2011). The printed version is OK.
- Footnotes in sidewaystables are printed one below the
other, even if the footmisc package with option "para"
is used.
@@ -133,7 +143,7 @@ of the example.)
6 AUTHOR/MAINTAINER
=====================
-* Hans-Martin Münch
+* H.-Martin Münch
7 BUG REPORTS
@@ -142,15 +152,15 @@ of the example.)
A bug report should contain:
* Comprehensive problem description. This includes error or
warning messages.
- * \errorcontextlines=\maxdimen can be added in the
- TeX code to get more information in TeX error messages.
+* \errorcontextlines=\maxdimen can be added in the
+ TeX code to get more information in TeX error messages.
* Minimal test file that shows the problem, but does not
contain any unnecessary packages and code.
* Used drivers/programs.
* Version information about used packages and programs.
- * If you are using LaTeX, then add "\listfiles". Then
- a list of version information is printed at the end
- of the LaTeX run.
+* If you are using LaTeX, then add "\listfiles". Then
+ a list of version information is printed at the end
+ of the LaTeX run.
* Please no other files than the minimal test file.
The other files .log, .dvi, .ps, .pdf are seldom
necessary, so send them only on request.
@@ -159,7 +169,7 @@ A bug report should contain:
Bug address
-----------
Bug reports can be send to the maintainer:
- Hans-Martin Münch
+ H.-Martin Münch
<Martin [dot] Muench [at] Uni-Bonn [dot] de>
@@ -183,4 +193,4 @@ Bug reports can be send to the maintainer:
result in any problem here.
Problem found by Arno Trautmann, 2011/11/15.
-Ideas for solutions are welcome!
+Ideas for solutions are welcome! \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.pdf b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.pdf
index 90ae2f5eac6..5ea92c8595c 100644
--- a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.pdf
+++ b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex
index c45e5583070..1344c037ff8 100644
--- a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex
+++ b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote-example.tex
@@ -9,12 +9,12 @@
%% This is a generated file.
%%
%% Project: tablefootnote
-%% Version: 2011/11/26 v1.0e
+%% Version: 2012/01/01 v1.0f
%%
-%% Copyright (C) 2011 by
+%% Copyright (C) 2011 - 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.)
@@ -51,9 +51,9 @@
hyperindex=false,%
pdflang={en},%
pdftitle={tablefootnote package example},%
- pdfauthor={Hans-Martin Muench},%
+ pdfauthor={H.-Martin Muench},%
pdfsubject={Example for the tablefootnote package},%
- pdfkeywords={LaTeX, tablefootnote, footnote, table, Hans-Martin Muench},%
+ pdfkeywords={LaTeX, tablefootnote, footnote, table, H.-Martin Muench},%
% pdfview=FitH and FitBH do not work: hyperlinks in sidewaystables
% do no lead to the footnotes, due to a bug in pdfTeX,
% computing wrong anchor coordinates (Heiko Oberdiek, 29. October 2011)
@@ -61,11 +61,11 @@
% print is OK for all those options
pdfstartview=FitH,%
pdfpagelayout=OneColumn%
-]{hyperref}[2011/10/01]% v6.82j
+]{hyperref}[2011/12/04]% v6.82m
% Due to the urls used in the example, either the hyperref or the url
% package are needed (or the urls must be removed before compiling).
-\usepackage{tablefootnote}[2011/11/26]% v1.0e
+\usepackage{tablefootnote}[2012/01/01]% v1.0f
\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
\listfiles
@@ -74,7 +74,7 @@
\section*{Example for tablefootnote}
This example demonstrates the use of package\newline
-\textsf{tablefootnote}, v1.0e as of 2011/11/26 (HMM).\newline
+\textsf{tablefootnote}, v1.0f as of 2012/01/01 (HMM).\newline
There were no options used. (The package provides no options.)\newline
\textbf{The \texttt{tablefootnote-example.tex} needs to be compiled
diff --git a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote.pdf b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote.pdf
index 4d4cb8669a4..4ca2cd69225 100644
--- a/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote.pdf
+++ b/Master/texmf-dist/doc/latex/tablefootnote/tablefootnote.pdf
Binary files differ