diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf | bin | 117059 -> 113586 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.tex | 21 |
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 Binary files differindex ad75071b8cf..4f0fe29e5d0 100644 --- a/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf +++ b/Master/texmf-dist/doc/latex/getfiledate/getfiledate-guide.pdf 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 |