diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-18 23:42:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-18 23:42:21 +0000 |
commit | 7d3fe67946edf779c9af7cf56549b46e86255fe1 (patch) | |
tree | ea7d01bb0b6f8dc5825f4c2025a0bd5a5b5b4215 /Master/texmf-dist/doc | |
parent | e5b88ab6891e9bb2dc1ac846e942f5bf4e21dfe0 (diff) |
new latex package calcage (18sep12)
git-svn-id: svn://tug.org/texlive/trunk@27725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/calcage/README | 34 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/calcage/calcage.pdf | bin | 0 -> 279088 bytes |
2 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/calcage/README b/Master/texmf-dist/doc/latex/calcage/README new file mode 100644 index 00000000000..c8cf3439324 --- /dev/null +++ b/Master/texmf-dist/doc/latex/calcage/README @@ -0,0 +1,34 @@ +LaTeX package 'calcage' +~~~~~~~~~~~~~~~~~~~~~~~~ +Copyright (C) 2012 by Robin Schneider <ypid23@aol.de> + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +CTAN: http://www.ctan.org/pkg/calcage +Code repository: https://github.com/ypid/latex-packages/tree/master/calcage + + + DESCRIPTION +Calculates the age in years + +The calcage package can calculate the age of someone or something in years. +Internally it uses the datenumber package to calculate the age in days. The +conversion from days to years is implemented by this package. It is also taken +care about leap years and such odd things. + + GENERATING THE FILES +You can generate the calcage.sty file with: pdflatex calcage.ins + +The documentation can be generated with: +pdflatex calcage.dtx +makeindex -s gglo.ist -o calcage.gls calcage.glo +makeindex -s gind calcage +pdflatex calcage.dtx +thumbpdf calcage +pdflatex calcage.dtx diff --git a/Master/texmf-dist/doc/latex/calcage/calcage.pdf b/Master/texmf-dist/doc/latex/calcage/calcage.pdf Binary files differnew file mode 100644 index 00000000000..4667f2f2f2c --- /dev/null +++ b/Master/texmf-dist/doc/latex/calcage/calcage.pdf |