diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-27 23:57:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-27 23:57:06 +0000 |
commit | 2ba4346999fcbdfb469a19949498dae05c6444d3 (patch) | |
tree | 72453a2c5c4b50fdc0d1ce224a6feae317ccd6ad /Master/texmf-dist/doc/latex/datetime/README | |
parent | 195602d91056fb7b51f85f412dc049eb570cc68b (diff) |
restore datetime (27mar15)
git-svn-id: svn://tug.org/texlive/trunk@36650 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 | 55 |
1 files changed, 55 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..d9fd96a4bbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/datetime/README @@ -0,0 +1,55 @@ +LaTeX Package : datetime v2.60 + +Last Modified : 2015-03-20 + +Author : Nicola Talbot + +Package FAQ : http://www.dickimaw-books.com/faqs/datetimefaq.html + +Files : datetime.dtx - documented source file + datetime.ins - installation script + datetime.perl - LaTeX2HTML style file + dt-sampl.tex - sample files + dt-lang.tex / + + +The package datetime.sty provides various different +formats for \today, and provides commands for displaying +the time. + +See the documentation for further details. + +To extract the code do: + +latex datetime.ins + +This will create datetime.sty datetime-defaults.sty and lots of dt-*.def files, +(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 datetime.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 + +(If you want the documented source code, remove the command +\OnlyDescription from datetime.dtx before doing the above.) + +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/license/lppl1.3 for +the details of that license. + +http://www.dickimaw-books.com/ |