summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/varsfromjobname/README75
-rw-r--r--Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdfbin33585 -> 36992 bytes
-rw-r--r--Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex5
3 files changed, 43 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/varsfromjobname/README b/Master/texmf-dist/doc/latex/varsfromjobname/README
index f496249dc01..5352e8a6622 100644
--- a/Master/texmf-dist/doc/latex/varsfromjobname/README
+++ b/Master/texmf-dist/doc/latex/varsfromjobname/README
@@ -1,35 +1,40 @@
-README
----------
-
-varsfromjobname.sty is based on code by supplied by Friedrich Vosberg and Markus Kohm, help from Rolf Niepraschk, Sven Naumann, Ulrich Schwarz
-and Andreas Mathias was greatly appreciated. The package extracts variables from the name of the LaTeX file.
-
-If the name of the file consists of tokens separated by hyphen, the package offers the following commands:
-
-\getfromjobname{<param>} with <param> in the range of 1 to 9, which calls one of the following commands then, also available:
-
-\getonefromjobname
-\gettwofromjobname
-\getthreefromjobname
-\getfourfromjobname
-\getfivefromjobname
-\getsixfromjobname
-\getsevenfromjobname
-\geteightfromjobname
-\getninefromjobname
-
-Usage:
-
-a) Save your LaTeX-file under a name such as 2008-04-14-ziegenhagen.tex
-
-b) Load the package by putting \usepackage{varsfromjobname} in the preamble of
- your document
-
-c) Use the commands given above to address the specific parts of the filename.
-
-d) Adressing a token which is not available gives an error, so make sure to request
- only those tokens that are actually available.
-
-If you find this package useful, feel free to give me feedback: <http://www.uweziegenhagen.de>
-
-Uwe Ziegenhagen, 2008-05-12 \ No newline at end of file
+README
+---------
+
+varsfromjobname.sty is based on code by supplied by Friedrich Vosberg and Markus Kohm, help from Rolf Niepraschk, Sven Naumann, Ulrich Schwarz
+and Andreas Mathias was greatly appreciated. The package extracts variables from the name of the LaTeX file.
+
+If the name of the file consists of tokens separated by hyphen, the package offers the following commands:
+
+\getfromjobname{<param>} with <param> in the range of 1 to 9, which calls one of the following commands then, also available:
+
+\getonefromjobname
+\gettwofromjobname
+\getthreefromjobname
+\getfourfromjobname
+\getfivefromjobname
+\getsixfromjobname
+\getsevenfromjobname
+\geteightfromjobname
+\getninefromjobname
+
+Usage:
+
+a) Save your LaTeX-file under a name such as 2008-04-14-ziegenhagen.tex
+
+b) Load the package by putting \usepackage{varsfromjobname} in the preamble of
+ your document
+
+c) Use the commands given above to address the specific parts of the filename.
+
+d) Adressing a token which is not available gives an error, so make sure to request
+ only those tokens that are actually available.
+
+If you find this package useful, feel free to give me feedback: <http://www.uweziegenhagen.de>
+
+Version History:
+
+v0.5: Fixed a bug by inserting % at the right place. Thanks, Rolf.
+
+
+Uwe Ziegenhagen, 2009-01-11 \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf
index 3c61a551ec8..ade1eee0bda 100644
--- a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf
+++ b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex
index 0d21439e048..f3a4028b63c 100644
--- a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex
+++ b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex
@@ -4,9 +4,9 @@
\usepackage{varsfromjobname}
-\date{May 12th 2008}
+\date{January 11th 2009}
\author{Uwe Ziegenhagen}
-\title{Jobdate Description}
+\title{\texttt{varsfromjobname} Description}
\begin{document}
\maketitle
@@ -30,4 +30,5 @@
\item \verb|\|getninefromjobname
\end{itemize}
+
\end{document}