From 8c1bf892556fbe32ad859685f7d44b1ef4a01f29 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:54:06 +0000 Subject: decimal git-svn-id: svn://tug.org/texlive/trunk@819 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/decimal/decimal.sty | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/decimal/decimal.sty (limited to 'Master/texmf-dist/tex/latex') 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'. -- cgit v1.2.3