diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-24 23:59:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-24 23:59:07 +0000 |
commit | 0cd28a83f858291b8e2421c64e44d7759e5b7f1b (patch) | |
tree | bb293fd7651ecfecc33aadbe4548b326069ad737 /Master/texmf-dist/doc/latex | |
parent | c5199a08bb8edc16006e6a5fc72cc704d7eae776 (diff) |
new latex package anyfontsize (3feb07)
git-svn-id: svn://tug.org/texlive/trunk@5272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/anyfontsize/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/anyfontsize/README b/Master/texmf-dist/doc/latex/anyfontsize/README new file mode 100644 index 00000000000..119f2375df6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/anyfontsize/README @@ -0,0 +1,10 @@ +anyfontsize.sty is a LaTeX2e package that lets the user select any +font size (via e.g. \fontsize{...}{...}\selectfont), even those +sizes that are not listed in the .fd file. If such a size is requested, +LaTeX will search the nearest listed size, and anyfontsize will scale +that font to the requested size. For a similar functionality that +works only for the CM fonts, try the type1cm.sty package, or, even +better, use the new Latin Modern (LM) fonts, which are available at +any size. + +License type: lppl |