diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/fltpoint/deccomma.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/fltpoint/deccomma.sty | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/fltpoint/deccomma.sty b/Master/texmf-dist/tex/generic/fltpoint/deccomma.sty new file mode 100644 index 00000000000..d9e8423949e --- /dev/null +++ b/Master/texmf-dist/tex/generic/fltpoint/deccomma.sty @@ -0,0 +1,31 @@ +%% +%% This is file `deccomma.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% fltpoint.dtx (with options: `deccomma') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from deccomma.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file fltpoint.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +\mathchardef\CommaOrdinary="013B +\mathchardef\CommaPunct ="613B +\mathcode`,="8000 +{\catcode`\,=\active + \gdef ,{\obeyspaces\futurelet\next\CommaCheck}} +\def\CommaCheck{\if\space\next\CommaPunct\else\CommaOrdinary\fi} +\endinput +%% +%% End of file `deccomma.sty'. |