diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-20 22:00:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-20 22:00:10 +0000 |
commit | 981e20a02434edda9867f29554a6aaa1bceaea6a (patch) | |
tree | 981dee437539926d8748a1425a425273066b10c0 /Master/texmf-dist/tex/generic/pstricks/pst-fp.tex | |
parent | f4d96694b3a55642f9176423a040d4312b599959 (diff) |
pstricks (20oct13)
git-svn-id: svn://tug.org/texlive/trunk@31955 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks/pst-fp.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pst-fp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pst-fp.tex b/Master/texmf-dist/tex/generic/pstricks/pst-fp.tex index 03252b6454e..c8c6686255b 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pst-fp.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pst-fp.tex @@ -47,7 +47,7 @@ \def\pst@@Int#1.#2\@nil{#1} % -\def\pstFPMul#1#2#3{\pstFP@callc\pstFP@mul#1{#2}{#3}% % #1 := int(#2/#3) +\def\pstFPMul#1#2#3{\pstFP@callc\pstFP@mul#1{#2}{#3}% % #1 := int(#2*#3) \edef#1{\pst@int{#1}}}% \def\pstFPDiv#1#2#3{\pstFP@callc\pstFP@div#1{#2}{#3}% % #1 := int(#2/#3) \edef#1{\pst@int{#1}}}% |