summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/anyfontsize
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-11-23 17:29:10 +0000
committerKarl Berry <karl@freefriends.org>2007-11-23 17:29:10 +0000
commit0f9ce8207363d6d12558f13e816956e447551fbe (patch)
tree008dfedb22cae2cc0142c132472a038b718370c4 /Master/texmf-dist/tex/latex/anyfontsize
parent261ef52df7e5dfb6b21bedda05dbe72286b21771 (diff)
anyfontsize update (23nov07)
git-svn-id: svn://tug.org/texlive/trunk@5566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/anyfontsize')
-rw-r--r--Master/texmf-dist/tex/latex/anyfontsize/anyfontsize.sty11
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}%
}%