diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-14 13:44:43 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-14 13:44:43 +0000 |
commit | 1126b0b2fc4f6c72769f048ebe0f42dde3fcb38d (patch) | |
tree | 5c06f5a41812cb4f78c562732e123960e753bae2 /Master/texmf-dist/doc/latex | |
parent | 08f3b2dad37e6f0acf8b8090c3e2207acb0b940f (diff) |
varsfromjobname v0.4 (2008/05/12)
git-svn-id: svn://tug.org/texlive/trunk@8135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/varsfromjobname/README | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf | bin | 29271 -> 33585 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/varsfromjobname/README b/Master/texmf-dist/doc/latex/varsfromjobname/README index 2077fd693f1..f496249dc01 100644 --- a/Master/texmf-dist/doc/latex/varsfromjobname/README +++ b/Master/texmf-dist/doc/latex/varsfromjobname/README @@ -1,10 +1,12 @@ README --------- -varsfromjobname.sty extracts variables from the name of the LaTeX file. +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: +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 @@ -26,8 +28,8 @@ b) Load the package by putting \usepackage{varsfromjobname} in the preamble of 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 which are actually available. + only those tokens that are actually available. -If you find this package useful, please give me feedback: <http://www.uweziegenhagen.de> +If you find this package useful, feel free to give me feedback: <http://www.uweziegenhagen.de> -Uwe Ziegenhagen, 2008-04-14
\ No newline at end of file +Uwe Ziegenhagen, 2008-05-12
\ 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 Binary files differindex 3c6e4297795..3c61a551ec8 100644 --- a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf +++ b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.pdf diff --git a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex index e6031ad7ee5..0d21439e048 100644 --- a/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex +++ b/Master/texmf-dist/doc/latex/varsfromjobname/varsfromjobname.tex @@ -4,7 +4,7 @@ \usepackage{varsfromjobname} -\date{April 14th 2008} +\date{May 12th 2008} \author{Uwe Ziegenhagen} \title{Jobdate Description} @@ -18,6 +18,7 @@ \noindent and offers the following commands: \begin{itemize} + \item \verb|\|getfromjobname\{\textit{param}\}, with \textit{param} in the range of 1 to 9 (highlevel interface to the following commands) \item \verb|\|getonefromjobname \item \verb|\|gettwofromjobname \item \verb|\|getthreefromjobname |