summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/decimal
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:54:06 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:54:06 +0000
commit8c1bf892556fbe32ad859685f7d44b1ef4a01f29 (patch)
tree6c4ba98631013f9d668ab6a6177c2548e4dbe1ae /Master/texmf-dist/tex/latex/decimal
parent8e3144f440d5dc8f7b1ae3bd01db67e10fab5eb2 (diff)
decimal
git-svn-id: svn://tug.org/texlive/trunk@819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/decimal')
-rw-r--r--Master/texmf-dist/tex/latex/decimal/decimal.sty45
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/decimal/decimal.sty b/Master/texmf-dist/tex/latex/decimal/decimal.sty
new file mode 100644
index 00000000000..abfe70c252c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/decimal/decimal.sty
@@ -0,0 +1,45 @@
+%%
+%% This is file `decimal.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% decimal.dtx (with options: `decimal')
+%%
+%% (c) copyright 2003 Apostolos Syropoulos and Dick Nickalls
+%% 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.
+%%
+%% Please report errors or suggestions for improvement to
+%%
+%% Apostolos Syropoulos Dick Nickalls
+%% apostolo@obelix.ee.duth.gr dicknickalls@compuserve.com
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+\ProvidesFile{decimal.sty}
+ [2003/07/12 v1.0 Package `decimal.sty']
+\let\peri@d\.
+\def\.{\ifmmode\mbox{.}\else\expandafter\peri@d\fi}
+\DeclareMathSymbol{\cd@t}{\mathord}{symbols}{"01}
+\mathcode`\.="8000
+{\catcode`\.=\active%
+ \gdef.{\cd@t} }
+\endinput
+%%
+%% End of file `decimal.sty'.