From d58ab9dc926b4cd7397cda2334aa13222dc4f15f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 15 Jan 2019 21:40:15 +0000 Subject: fp (15jan19) git-svn-id: svn://tug.org/texlive/trunk@49719 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fp/README | 6 ++++++ Master/texmf-dist/doc/latex/fp/documentation.pdf | Bin 0 -> 213303 bytes Master/texmf-dist/tex/latex/fp/fp-exp.sty | 2 +- Master/texmf-dist/tex/latex/fp/lfp.sty | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/fp/documentation.pdf 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fp/documentation.pdf 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 } -- cgit v1.2.3