diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/datetime/README | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datetime/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime/README | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime/README b/Master/texmf-dist/doc/latex/datetime/README new file mode 100644 index 00000000000..ef53445b4b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/datetime/README @@ -0,0 +1,48 @@ +LaTeX Package : datetime v 2.46 + +Last Modified : 30 September 2005 + +Author : Nicola Talbot + +Files : datetime.dtx - documented source file + datetime.ins - installation script + + +The package datetime.sty provides various different +formats for \today, and provides commands for displaying +the current time. + +See the documentation for more details. + +To extract the code do: + +latex datetime.ins + +This will create datetime.sty, lots of .def files, +datetime.perl files and one sample file: dt-sampl.tex. +(NB it may take a while to extract if you have a slow computer!) + +Move the .sty and .def files to somewhere LaTeX will find it +(e.g. texmf/tex/latex/datetime/) and remember to update the TeX +database. + +Copy the .perl file to somewhere where LaTeX2HTML will find it +(e.g. latex2html/styles/). + +To extract the documentation do: + +latex datetime.dtx +makeindex -s gglo.ist -t datetime.glg -o datetime.gls datetime.glo +latex datetime.dtx +latex datetime.dtx + +Place the resulting file (datetime.dvi) into the documentation +directory (e.g. texmf/doc/latex/datetime/). + +Read the file CHANGES for version changes. + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for +the details of that license. + +http://theoval.cmp.uea.ac.uk/~nlct/ |