summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-15 21:40:15 +0000
committerKarl Berry <karl@freefriends.org>2019-01-15 21:40:15 +0000
commitd58ab9dc926b4cd7397cda2334aa13222dc4f15f (patch)
treee6d53d0c710570cbf96017274e7761ba6ce3c45f /Master
parentda62395886e9631f8639036d64e5164caa9f867b (diff)
fp (15jan19)
git-svn-id: svn://tug.org/texlive/trunk@49719 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/fp/README6
-rw-r--r--Master/texmf-dist/doc/latex/fp/documentation.pdfbin0 -> 213303 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fp/fp-exp.sty2
-rw-r--r--Master/texmf-dist/tex/latex/fp/lfp.sty2
4 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/fp/README b/Master/texmf-dist/doc/latex/fp/README
index 18a8e590525..f729cb69c41 100644
--- a/Master/texmf-dist/doc/latex/fp/README
+++ b/Master/texmf-dist/doc/latex/fp/README
@@ -219,6 +219,12 @@ KNOWN BUGS:
HISTORY:
Date By File New Version
+
+ Jan. 14, 2019 Peter Wang documentation V2.1d
+ improved documentation based on the original README.txt, with examples to show the syntax.
+
+ Jan. 14, 2019 Enrico Gregorio `fp-exp.sty' and `lfp.sty` V2.1d
+ Fixed two unprotected end-of-lines in the above files that can, under certain circumstances, add spaces in the output, causing unwanted drifting.
Oct. 21, 1996 Michael Mehlich fp-upn.sty V2.1c
better debug messages (especially giving results of one step computations)
diff --git a/Master/texmf-dist/doc/latex/fp/documentation.pdf b/Master/texmf-dist/doc/latex/fp/documentation.pdf
new file mode 100644
index 00000000000..3c44ce904d4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fp/documentation.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/fp/fp-exp.sty b/Master/texmf-dist/tex/latex/fp/fp-exp.sty
index 04a47384406..19da37ae461 100644
--- a/Master/texmf-dist/tex/latex/fp/fp-exp.sty
+++ b/Master/texmf-dist/tex/latex/fp/fp-exp.sty
@@ -441,7 +441,7 @@
\fi%
}
-\def\FP@pow#1#2#3{
+\def\FP@pow#1#2#3{%
% #1 macro, which gets the result
% #2 base
% #3 exponent
diff --git a/Master/texmf-dist/tex/latex/fp/lfp.sty b/Master/texmf-dist/tex/latex/fp/lfp.sty
index a560a645d6a..3b6728974c5 100644
--- a/Master/texmf-dist/tex/latex/fp/lfp.sty
+++ b/Master/texmf-dist/tex/latex/fp/lfp.sty
@@ -10,7 +10,7 @@
\edef\FP@loadedfiles{fp.tex}
\def\FP@alreadyloaded#1{}
-\def\FP@notyetloaded#1{
+\def\FP@notyetloaded#1{%
\edef\FP@loadedfiles{\FP@loadedfiles,#1}
\input #1.sty
}