diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/ChangeLog | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/install.bat | 50 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/latex/isodate/install.sh | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/isodate.pdf | bin | 242045 -> 246336 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/isodate.xml | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/testdate.pdf | bin | 86628 -> 89120 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/testdate.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodate/testisodate_without_babel.pdf | bin | 11499 -> 0 bytes |
9 files changed, 10 insertions, 109 deletions
diff --git a/Master/texmf-dist/doc/latex/isodate/ChangeLog b/Master/texmf-dist/doc/latex/isodate/ChangeLog index 1e0ea150c46..3d9722aff32 100644 --- a/Master/texmf-dist/doc/latex/isodate/ChangeLog +++ b/Master/texmf-dist/doc/latex/isodate/ChangeLog @@ -1,3 +1,7 @@ +2005/04/15 v2.28 Harald Harders (h.harders@tu-bs.de) + - Add Italian language by Philip Ratcliffe. + - Introduce option cleanlook for English date format. + 2005/03/11 v2.27 Harald Harders (h.harders@tu-bs.de) - Add option british. diff --git a/Master/texmf-dist/doc/latex/isodate/README b/Master/texmf-dist/doc/latex/isodate/README index 0a43d34fa9c..656020c7509 100644 --- a/Master/texmf-dist/doc/latex/isodate/README +++ b/Master/texmf-dist/doc/latex/isodate/README @@ -23,10 +23,6 @@ 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'. -This package supports Danish, English (UK, US, Australian, New Zealand), -French, German (old and new orthography, Austrian), Norwegian (by Svend -Tollak Munkejord), and Swedish (by Christian Schlauer). - The idea for this package was taken from the akletter class. diff --git a/Master/texmf-dist/doc/latex/isodate/install.bat b/Master/texmf-dist/doc/latex/isodate/install.bat deleted file mode 100644 index 5c169c27781..00000000000 --- a/Master/texmf-dist/doc/latex/isodate/install.bat +++ /dev/null @@ -1,50 +0,0 @@ -rem This file is not tested due to not having DOS or Windows
-
-rem Generate package file
-latex isodate.ins
-latex isodateo.ins
-
-rem Generate documentation
-latex isodate.dtx
-latex isodate.dtx
-makeindex -s gind.ist isodate
-makeindex -s gglo.ist -o isodate.gls isodate.glo
-latex isodate.dtx
-dvips -o isodate.ps isodate
-del isodate.glo
-del isodate.gls
-del isodate.idx
-del isodate.ilg
-del isodate.ind
-del isodate.aux
-del isodate.log
-del isodate.toc
-
-latex isodateo.dtx
-latex isodateo.dtx
-makeindex -s gind.ist isodateo
-makeindex -s gglo.ist -o isodateo.gls isodateo.glo
-latex isodateo.dtx
-dvips -o isodateo.ps isodateo
-del isodateo.glo
-del isodateo.gls
-del isodateo.idx
-del isodateo.ilg
-del isodateo.ind
-del isodateo.aux
-del isodateo.log
-del isodateo.toc
-
-rem Generate example
-latex testdate
-dvips -o testdate.ps testdate
-del testdate.aux
-del testdate.log
-
-rem test the package
-latex tstlang
-
-echo .
-echo .
-echo "Please copy isodate.sty, *.idf, and isodateo.sty to a directory"
-echo "in the LaTeX search path"
diff --git a/Master/texmf-dist/doc/latex/isodate/install.sh b/Master/texmf-dist/doc/latex/isodate/install.sh deleted file mode 100755 index 72e1fd03d34..00000000000 --- a/Master/texmf-dist/doc/latex/isodate/install.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh -if [ -z `kpsewhich substr.sty` ] -then - echo - echo "Error installing isodate:" - echo "This version of isodate needs the package substr.sty" - echo "which cannot be found in your system." - echo - echo "Please download it from CTAN:/macros/latex/contrib/supported/substr/." - echo "One of the possible CTAN nodes is ftp.dante.de." - echo "Try to execute install.sh after installing substr.sty again." - echo - exit -fi - -# Generate package files -latex isodate.ins -latex isodateo.ins - -# Generate documentation -latex isodate.dtx -latex isodate.dtx -makeindex -s gind.ist isodate -makeindex -s gglo.ist -o isodate.gls isodate.glo -latex isodate.dtx -dvips -o isodate.ps isodate -rm isodate.{glo,gls,idx,ilg,ind,aux,log,toc} - -latex isodateo.dtx -latex isodateo.dtx -makeindex -s gind.ist isodateo -makeindex -s gglo.ist -o isodateo.gls isodateo.glo -latex isodateo.dtx -dvips -o isodateo.ps isodateo -rm isodateo.{glo,gls,idx,ilg,ind,aux,log,toc} - -# Generate example -latex testdate -dvips -o testdate.ps testdate -rm testdate.{aux,log} - -# test the package -latex tstlang - -echo -echo -echo "Please copy isodate.sty, *.idf, and isodateo.sty to a directory" -echo "in the LaTeX search path" diff --git a/Master/texmf-dist/doc/latex/isodate/isodate.pdf b/Master/texmf-dist/doc/latex/isodate/isodate.pdf Binary files differindex 117c3f2ef8e..1d6a2afd445 100644 --- a/Master/texmf-dist/doc/latex/isodate/isodate.pdf +++ b/Master/texmf-dist/doc/latex/isodate/isodate.pdf diff --git a/Master/texmf-dist/doc/latex/isodate/isodate.xml b/Master/texmf-dist/doc/latex/isodate/isodate.xml index 93e6de239bc..80f2a95797c 100644 --- a/Master/texmf-dist/doc/latex/isodate/isodate.xml +++ b/Master/texmf-dist/doc/latex/isodate/isodate.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE entry SYSTEM "../catalogue.dtd"> <entry id="isodate" - datestamp="2005/03/11" + datestamp="2005/04/15" modifier="h.harders@tu-bs.de"> <about> <name>isodate</name> @@ -12,7 +12,7 @@ </author> <license type="lppl"/> <version> - <number>2.27</number> + <number>2.28</number> </version> </about> <description> @@ -27,8 +27,6 @@ The commands \printdate and \printdateTeX print any date. The command \daterange prints a date range and leaves out unnecessary year or month entries. - This package supports German (old and new rules, Austrian), US - English, French, Danish, Swedish, and Norwegian. </abstract> <documentation location="http" type="pdf"> http://www.act.cmis.csiro.au/gjw/tex/docs/isodate.pdf diff --git a/Master/texmf-dist/doc/latex/isodate/testdate.pdf b/Master/texmf-dist/doc/latex/isodate/testdate.pdf Binary files differindex 7aa5112cb25..193cd75f042 100644 --- a/Master/texmf-dist/doc/latex/isodate/testdate.pdf +++ b/Master/texmf-dist/doc/latex/isodate/testdate.pdf diff --git a/Master/texmf-dist/doc/latex/isodate/testdate.tex b/Master/texmf-dist/doc/latex/isodate/testdate.tex index c7d8086589c..59daa5676b2 100644 --- a/Master/texmf-dist/doc/latex/isodate/testdate.tex +++ b/Master/texmf-dist/doc/latex/isodate/testdate.tex @@ -1,10 +1,10 @@ -\documentclass[spanish,swedish,norsk,danish,french,USenglish,english,newzealand,naustrian,ngerman,a4paper,fleqn,11pt]{article} +\documentclass[spanish,swedish,norsk,italian,danish,french,USenglish,english,newzealand,naustrian,ngerman,a4paper,fleqn,11pt]{article} \usepackage[T1]{fontenc} \usepackage{babel} -\usepackage[iso]{isodate} +\usepackage[iso,cleanlook]{isodate} %\usepackage{ngerman} %\usepackage{bibgerm} -\shortyearsign{'} +%\shortyearsign{'} %\printyearoff \setlength{\parindent}{0mm} @@ -83,6 +83,7 @@ %\example{american} \example{french} \example{danish} +\example{italian} \example{norsk} \example{swedish} \example[ (not defined in isodate)]{spanish} diff --git a/Master/texmf-dist/doc/latex/isodate/testisodate_without_babel.pdf b/Master/texmf-dist/doc/latex/isodate/testisodate_without_babel.pdf Binary files differdeleted file mode 100644 index 03a55b4db37..00000000000 --- a/Master/texmf-dist/doc/latex/isodate/testisodate_without_babel.pdf +++ /dev/null |