summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thumbs/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-19 22:28:08 +0000
committerKarl Berry <karl@freefriends.org>2011-10-19 22:28:08 +0000
commit772976b31dcc12f45676b472887bd330bff5b9d7 (patch)
tree07ac899623525d86c15a80c484cf2e9d6938396c /Master/texmf-dist/doc/latex/thumbs/README
parent19492a456e1fc5b19603e0d9b96cf10fb5195b52 (diff)
thumbs (19oct11)
git-svn-id: svn://tug.org/texlive/trunk@24332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thumbs/README')
-rw-r--r--Master/texmf-dist/doc/latex/thumbs/README34
1 files changed, 23 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/thumbs/README b/Master/texmf-dist/doc/latex/thumbs/README
index e33c28a20d4..3832f2b6f2d 100644
--- a/Master/texmf-dist/doc/latex/thumbs/README
+++ b/Master/texmf-dist/doc/latex/thumbs/README
@@ -1,4 +1,4 @@
-README for thumbs package, 2011/08/22, v1.0i
+README for thumbs package, 2011/10/19, v1.0j
TABLE OF CONTENTS
@@ -76,17 +76,28 @@ Manual installation
a) Download the thumbs files from CTAN or the TUG server.
If necessary, unpack them.
b) Generate the package and driver files:
- tex thumbs.ins
+ tex thumbs.dtx
c) Install the file `*.sty' in your TDS tree:
cp *.sty TDS:tex/latex/thumbs/
Replace `TDS:' by the prefix of your TDS tree
(texmf directory).
-d) Copy the documentation files to
+d) Create the documentation, e.g.
+ pdflatex thumbs.dtx
+ makeindex -s gind.ist thumbs.idx
+ pdflatex thumbs.dtx
+ makeindex -s gind.ist thumbs.idx
+ pdflatex thumbs.dtx
+e) Update the databases if necessary, e.g. for teTeX:
+ mktexlsr .../texmf
+f) Create the thumbs-example.pdf, e.g.
+ pdflatex thumbs-example.tex
+ pdflatex thumbs-example.tex
+ pdflatex thumbs-example.tex
+ pdflatex thumbs-example.tex
+g) Copy the documentation files to
"TDS:doc/latex/thumbs/":
README, thumbs.pdf, thumbs-example.tex,
thumbs-example.pdf.
-e) Update the databases if necessary, e.g. for teTeX:
- mktexlsr .../texmf
4 ADDITIONAL PACKAGES
@@ -122,15 +133,15 @@ for example geometry.
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.
@@ -149,4 +160,5 @@ Bug reports can be send to the maintainer:
TeX 2011/06/27 has changed \enddocument and
thus broken the \AtVeryVeryEnd command/hooking
of atveryend package as of 2011/04/23, v1.7.
-Until it is fixed, \AtEndAfterFileList is used.
+Until its fixed version (2011/06/30, v1.8) is
+available at CTAN, \AtEndAfterFileList is used.