diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/fp/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fp/documentation.pdf | bin | 0 -> 213303 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/fp/fp-exp.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fp/lfp.sty | 2 |
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 Binary files differnew file mode 100644 index 00000000000..3c44ce904d4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fp/documentation.pdf 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 } |