AZ logo

CTAN directory: /macros/latex/contrib/isodate

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
isodate Tune the output format of dates according to language.

Files

Name Size* Date UTC Notes
ChangeLog 4 KiB 2010-Jan-03
Makefile 3 KiB 2005-Mar-11
README 3 KiB 2010-Jan-03 Shown below
getversion.tex 151 bytes 2003-Dec-06
isodate.dtx 117 KiB 2010-Jan-03
isodate.ins 1 KiB 2010-Jan-03
isodate.pdf 255 KiB 2010-Jan-03
isodate.xml 1 KiB 2010-Jan-03
isodateo.dtx 18 KiB 2004-Feb-12
isodateo.pdf 132 KiB 2005-Mar-10
testdate.pdf 85 KiB 2010-Jan-03
testdate.tex 5 KiB 2010-Jan-03
testisodate_without_babel.tex 174 bytes 2001-Apr-30

  *File sizes in kibibytes.

Contents of README

isodate.sty
===========

Tune the output format of dates.

This package provides ten output formats of the 
commands \today, \printdate, \printdateTeX, and \daterange
(partly language dependent): 
ISO (yyyy-mm-dd),
numeric (e.g. dd.\,mm.~yyyy),
short (e.g. dd.\,mm.\,yy),
TeX (yyyy/mm/dd),
original (e.g. dd. mmm yyyy),
short original (e.g. dd. mmm yy),
as well as numerical formats with Roman numerals for the month.

The commands \printdate and \printdateTeX print any date.
The date is given as an argument using the actual date format for output: 
\printdate{yyyy-mm-dd}, \printdate{dd.mm.yyyy}, or \printdate{dd/mm/yyyy},
and \printdateTeX{yyyy/mm/dd}. 

The command \daterange prints a date range and leaves out unnecessary 
year or month entries. 
E.g. 2000-05-03 to 2000-05-08 leads to `2000-05-03 to 08'.

The idea for this package was taken from the akletter class. 


Version 2.0 was totally rewritten so that some incompatiblities may occur.
The old version is still available as isodateo.sty (`o' for old).


Copyright 2000--2010 Harald Harders

This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.



Installation:

before installing: - be sure that the package substr.sty is installed on your
                     system. If not download it from 
                     CTAN:/macros/latex/contrib/substr/ and install it.

automatic: - run "make".
           - copy isodate.sty and *.idf to a place where LaTeX can find them
             or run "make install".
           - run texhash or the corresponding command of your distribution.

by hand: - execute latex on isodate.ins.
         - run texhash or the corresponding command of your distribution.
	 You should not compile the documentation by yourself since it
         uses a non-standard package (morefloats.sty). If you still want
         to compile it by yourself, do the following:
         - execute latex on isodate.dtx (2x).
         - copy isodate.sty and *.idf to a place LaTeX can find them.
         - run texhash or the corresponding command of your distribution.



List of known errors:
    - The \printdate and \printdateTeX commands are not very good in 
      checking the argument for correct syntax.
    - Isodate and draftcopy do not work together.

To do:
    - add other languages
    - Format short given years to four digits and calculate reasonable
      first and second digits.


2010-01-03
Harald Harders
h.harders@tu-bs.de