summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:46:03 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:46:03 +0000
commit873660d1a83ece926fe7206288dda9c36b349c1b (patch)
treea48f77125c309a355b5d0eb58d6b24446abe9d62 /Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty
parent2939242967231097459df0fc3150fabc2f639111 (diff)
generic 1
git-svn-id: svn://tug.org/texlive/trunk@613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty')
-rw-r--r--Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty b/Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty
new file mode 100644
index 00000000000..0c912c50c3d
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/fltpoint/fltpoint.sty
@@ -0,0 +1,31 @@
+%%
+%% This is file `fltpoint.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% fltpoint.dtx (with options: `package')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from fltpoint.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.)
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fltpoint}[2004/11/12 v1.1b floating point arithmetic]
+\DeclareOption{comma}{\AtBeginDocument{\fpDecimalSign,}}
+\DeclareOption{point}{\AtBeginDocument{\fpDecimalSign.}}
+\ProcessOptions*\relax
+\input{fltpoint}
+\endinput
+%%
+%% End of file `fltpoint.sty'.