summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/numprint
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-22 23:08:41 +0000
committerKarl Berry <karl@freefriends.org>2012-08-22 23:08:41 +0000
commite3d1f837f5d50080c27e5f7880de2b7fb2c78ccb (patch)
treee3c6a18be60e5ecb7835d663096f8fd9970a8ca8 /Master/texmf-dist/tex/latex/numprint
parent85f0c4bd18d5bdef009d8e78594cabf23d1df597 (diff)
numprint (22aug12)
git-svn-id: svn://tug.org/texlive/trunk@27498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/numprint')
-rw-r--r--Master/texmf-dist/tex/latex/numprint/nbaseprt.sty4
-rw-r--r--Master/texmf-dist/tex/latex/numprint/numprint.sty14
-rw-r--r--Master/texmf-dist/tex/latex/numprint/numprint032.sty4
3 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/numprint/nbaseprt.sty b/Master/texmf-dist/tex/latex/numprint/nbaseprt.sty
index 62e9194cb38..72e9a4d0a0f 100644
--- a/Master/texmf-dist/tex/latex/numprint/nbaseprt.sty
+++ b/Master/texmf-dist/tex/latex/numprint/nbaseprt.sty
@@ -8,14 +8,14 @@
%%
%% numprint package
%%
-%% Copyright 2000--2005, 2007, 2008 Harald Harders
+%% Copyright 2000--2005, 2007, 2008, 2012 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.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{nbaseprt}
diff --git a/Master/texmf-dist/tex/latex/numprint/numprint.sty b/Master/texmf-dist/tex/latex/numprint/numprint.sty
index 6cafa201ece..ee73c98a5d4 100644
--- a/Master/texmf-dist/tex/latex/numprint/numprint.sty
+++ b/Master/texmf-dist/tex/latex/numprint/numprint.sty
@@ -8,18 +8,18 @@
%%
%% numprint package
%%
-%% Copyright 2000--2005, 2007, 2008 Harald Harders
+%% Copyright 2000--2005, 2007, 2008, 2012 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.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{numprint}
- [2008/02/17 v1.38 Print numbers (HH)]
+ [2012/08/20 v1.39 Print numbers (HH)]
\RequirePackage{array}
\newif\ifnprt@numsepfour
\newif\ifnprt@errormessage
@@ -622,9 +622,9 @@
\fi
\fi
}%
-\expandafter\newcommand\csname nprt@sign@+\endcsname{\ensuremath{+}}
-\expandafter\newcommand\csname nprt@sign@-\endcsname{\ensuremath{-}}
-\expandafter\newcommand\csname nprt@sign@+-\endcsname{\ensuremath{\pm}}
+\expandafter\newcommand\csname nprt@sign@+\endcsname{{\ensuremath{+}}}
+\expandafter\newcommand\csname nprt@sign@-\endcsname{{\ensuremath{-}}}
+\expandafter\newcommand\csname nprt@sign@+-\endcsname{{\ensuremath{\pm}}}
\newcommand*\nprt@printsign[2]{%
\nprt@debug{\string\nprt@printsign: `#2'}%
\edef\nprt@marg{#2}%
@@ -640,7 +640,7 @@
Unknown sign `\nprt@marg'. Print as typed in}%
\nprt@marg
}{%
- {\csname nprt@sign@\nprt@marg\endcsname}%
+ \csname nprt@sign@\nprt@marg\endcsname%
}%
\fi
}
diff --git a/Master/texmf-dist/tex/latex/numprint/numprint032.sty b/Master/texmf-dist/tex/latex/numprint/numprint032.sty
index f9653be0ff2..40792b477c2 100644
--- a/Master/texmf-dist/tex/latex/numprint/numprint032.sty
+++ b/Master/texmf-dist/tex/latex/numprint/numprint032.sty
@@ -8,14 +8,14 @@
%%
%% numprint package
%%
-%% Copyright 2000--2005, 2007, 2008 Harald Harders
+%% Copyright 2000--2005, 2007, 2008, 2012 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.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
\def\packagename{numprint}
\def\nprtfileversion{0.32}