diff options
-rw-r--r-- | Master/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty b/Master/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty index de5815136c9..dec982e702c 100644 --- a/Master/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty +++ b/Master/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty @@ -40,10 +40,13 @@ % \fontsize{23}{28}\selectfont foo % \end{document} % -% vvv Dat: test with: +% History: +% +% -- 2007/02/04: original release +% -- 2007/11/22: added space bugfix, as suggested by Christian Schroeppel % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{anyfontsize}[2006/02/04 anyfontsize.sty by pts] +\ProvidesPackage{anyfontsize}[2007/11/22 anyfontsize.sty by pts] %** Don't warn on font substitutions made. \def\fontsubfuzz{9999pt} @@ -55,8 +58,8 @@ %** Overrides \externalfont by specifying the ` at <requested-fontsize>pt' %** clause. The requested font size is in \f@user@size. -\def\anyfontsize@set#1 #2\hfuzz{ - \@tempdimb=\f@user@size\p@ +\def\anyfontsize@set#1 #2\hfuzz{% + \@tempdimb=\f@user@size\p@% \edef\external@font{#1 at\the\@tempdimb}% }% |