diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/calcage/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/calcage/README')
-rw-r--r-- | macros/latex/contrib/calcage/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/latex/contrib/calcage/README b/macros/latex/contrib/calcage/README new file mode 100644 index 0000000000..c8cf343932 --- /dev/null +++ b/macros/latex/contrib/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 |