diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-29 22:11:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-29 22:11:55 +0000 |
commit | e48ac65d6b72086b22cb5f3d0297384c4ceef942 (patch) | |
tree | 2440af2f4582bc1ee0653f61266afa02c2588200 | |
parent | 7b94d07aa70170f7db4448e628b4510b3143889a (diff) |
ziffer (29nov13)
git-svn-id: svn://tug.org/texlive/trunk@32279 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/ziffer/README | 25 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ziffer/ziffer.sty | 4 |
2 files changed, 12 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/ziffer/README b/Master/texmf-dist/doc/latex/ziffer/README index f9130e55b0d..a509519d908 100644 --- a/Master/texmf-dist/doc/latex/ziffer/README +++ b/Master/texmf-dist/doc/latex/ziffer/README @@ -1,18 +1,11 @@ -README for the packages - eqlist: consisting of eqlist.dtx and eqlist.ins - varindex: consisting of varindex.dtx and varindex.ins - toolbox: consisting of toolbox.dtx and toolbox.ins - ushort: consisting of ushort.dtx and ushort.ins - guitar: consisting of guitar.dtx and guitar.ins - ziffer: consisting of ziffer.sty +The ziffer package modifies the behaviour of characters in maths mode so that: +‘.’ is used as a onethousand separator (as is common in Germany) +‘,’ is used as a decimal separator (as is common in Germany) +‘--’ is represented with spacing as appropriate to such constructs + as ‘1.000,--’. +These conversions may be switched on and off. -The above mentioned packages are - Copyright 2001--2002 Martin Vaeth -except for toolbox, which is - Copyright 2001--2004 Martin Vaeth +Author: M. V\"ath martin@mvath.de -and may be distributed and/or modified under the conditions of the -LaTeX Project Public License, either version 1.3c 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.3c or later is part of -all distributions of LaTeX version 2005/12/01 or later. +The package may be distributed and/or modified under the conditions of +the LaTeX Project Public License (version 1.3c or later). diff --git a/Master/texmf-dist/tex/latex/ziffer/ziffer.sty b/Master/texmf-dist/tex/latex/ziffer/ziffer.sty index 714ad04de76..3de9ce62c09 100644 --- a/Master/texmf-dist/tex/latex/ziffer/ziffer.sty +++ b/Master/texmf-dist/tex/latex/ziffer/ziffer.sty @@ -3,8 +3,10 @@ % % Author: % -% M. V\"ath vaeth@mathematik.uni-wuerzburg.de +% M. V\"ath martin@mvath.de % +% The package may be distributed and/or modified under the conditions of +% the LaTeX Project Public License (version 1.3c or later). % % This package provides the macros % \ZifferAn (equivalent with \ZifferPunktAn \ZifferStrichAn ) |