summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/getfiledate
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-21 21:26:28 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-21 21:26:28 +0000
commited96b79e1fb8ebdfdfd29b3f953aede1518d22ec (patch)
tree2e2c28edf5750f1b8612b482b1e5ca08ea4190da /Master/texmf-dist/doc/latex/getfiledate
parent680632df2815ae5a1aec3f0f04f353c2e88cec42 (diff)
getfiledate update
git-svn-id: svn://tug.org/texlive/trunk@16112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/getfiledate')
-rw-r--r--Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdfbin117059 -> 113586 bytes
-rw-r--r--Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex21
2 files changed, 10 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf b/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf
index ad75071b8cf..4f0fe29e5d0 100644
--- a/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf
+++ b/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex b/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex
index 147523a9e43..dd7803b18c2 100644
--- a/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex
+++ b/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex
@@ -1,13 +1,12 @@
-%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
-% This is file getfiledate-guide.tex, the documentation for the %
-% getfiledate package. %
-% %
-% DON'T RUN: For demonstration only. %
-% %
-% (c) Ahmed Musa 2009 %
-%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
+%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
+% This is file getfiledate-guide.tex, the documentation for the getfiledate %
+% package. %
+% %
+% (c) Ahmed Musa 2009 %
+%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%
\documentclass[a4paper,11pt,final]{article}
\usepackage[scaled=0.9]{helvet}
+\usepackage{mathpazo}
\usepackage{getfiledate}
\usepackage[left=3.5cm,right=3.5cm,top=3.5cm,bottom=3.5cm]{geometry}
\usepackage{fancyvrb,shortvrb}
@@ -118,7 +117,7 @@ The package options are listed in Table~\ref{tab:Package-options} below.
+width+ & +\hsize+ & The width of the parbox or boxedminipage containing the filedate.\\
+head+ & +0ex+ & The vertical separation between the paragraph before the filedate and the filedate itself. When this option is passed to package without value, its default becomes the +\baselineskip+.\\
+foot+ & +0ex+ & The vertical skip between the filedate's line and the paragraph after filedate. When this option is passed to package without value, its default becomes the +\baselineskip+.\\
-+marker+ & +\blacktriangle-+ +right+ & The mark before the filename, on the same line with the filedate.\\
++marker+ & +\@empty+ & The mark before the filename, on the same line with the filedate.\\
+markercolor+ & +blue+ & The color of the marker.\\
+filenamecolor+ & +blue+ & The color of the filename.\\
+datecolor+ & +blue+ & The color of filedate.\\
@@ -129,7 +128,7 @@ The package options are listed in Table~\ref{tab:Package-options} below.
+framesep+ & +3pt+ & The +\fboxsep+ for the boxedminipage.\\
+framerule+ & +0.4pt+ & The +\fboxrule+ for the boxedminipage.\\
+align+ & +justified+ & Alignment of the boxedminipage (possible values are \stya{center}, \stya{left}, \stya{right} and \stya{justified}).\\
-+putprefix+ & +false+ & The boolean switch for placing prefix and postfix before the filedate. If this option is not entered in the call to \cmda{\getfiledate}, no prefix and no postfix will be inserted (even if the user specifies prefix and postfix in the call to \cmda{\getfiledate}). This option has been necessitated by users who just want to get filedate without any prefix, postfix or filename.\\
++putprefix+ & +true+ & The boolean switch for placing prefix and postfix before the filedate. If this option is not entered in the call to \cmda{\getfiledate}, or if it is entered as \stya{putprefix=true}, both prefix and postfix will be inserted. On the other hand, if the user sets \stya{putprefix=false}, then no prefix and postfix will be inserted (even if the user specifies prefix and postfix in the call to \cmda{\getfiledate}). This option has been necessitated by users who just want to get filedate without any prefix, postfix or filename.\\
+notime+ & +false+ & The boolean switch for turning the display of time on or off.\\
+boxed+ & +false+ & The boolean switch for enclosing the filedate in a box. If the user simply enters this option without value, it will be assumed to be +true+. If it doesn't appear in the options list, its value is +false+.
\end{longtable}
@@ -145,7 +144,7 @@ The simplest example is to use the \cmda{\getfiledate} macro in the following wa
for which the default values of the package options will be used. For the sample file \styb{misc-test1.tex}, the outcome of this will be:
\small
-\getfiledate[putprefix]{misc-test1.tex}
+\getfiledate{misc-test1.tex}
\normalsize
\bigskip