summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/varsfromjobname/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/varsfromjobname/README')
-rw-r--r--Master/texmf-dist/doc/latex/varsfromjobname/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/varsfromjobname/README b/Master/texmf-dist/doc/latex/varsfromjobname/README
new file mode 100644
index 00000000000..2077fd693f1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/varsfromjobname/README
@@ -0,0 +1,33 @@
+README
+---------
+
+varsfromjobname.sty 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:
+
+\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 which are actually available.
+
+If you find this package useful, please give me feedback: <http://www.uweziegenhagen.de>
+
+Uwe Ziegenhagen, 2008-04-14 \ No newline at end of file