diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-23 22:22:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-23 22:22:33 +0000 |
commit | 7b64a1aead3e4e89f3d17737813d522ca8ec66d2 (patch) | |
tree | 4525682485730e6db7a15e451f1397145d75623b /Master/texmf-dist/doc/latex/relsize/README | |
parent | d532726dc875c573a3be147427a7d7f57b11249c (diff) |
relsize 4.0 (23sep11)
git-svn-id: svn://tug.org/texlive/trunk@24074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/relsize/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/relsize/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/relsize/README b/Master/texmf-dist/doc/latex/relsize/README new file mode 100644 index 00000000000..722c09eab22 --- /dev/null +++ b/Master/texmf-dist/doc/latex/relsize/README @@ -0,0 +1,33 @@ +relsize.sty 4.0 Sept 21, 2011 +This software is contributed to the public domain. + +LaTex2e version by Donald Arseneau <asnd@triumf.ca> and +Matt Swift <swift at bu.edu>. +Original LaTex2.09 smaller.sty author: Bernie Cosell + + +Setting the font size relative to the current size. + +commands are: + \relsize{n} where n gives the number of steps ("mag-step" = factor of 1.2) + to change the size by; n = 3 changes from \normalsize to + \LARGE size. Negative n selects smaller fonts. n is an + integer (or half-integer). + + \smaller == \relsize{-1}, \smaller[n] == \relsize{-n} + \larger == \relsize{1}, \larger[n] == \relsize{n} + + \textsmaller{text}, \textlarger{text} - versions that take an argument + + \relscale{f} like \relsize, but instead of scale-steps, + the parameter is a scale factor, such as .75 + \textscale{f}{text} + + The font-size command nearest the requested size will be used, and if + the size error is more than \RSpercentTolerance, then the size will + be adjusted more precisely using \fontsize. (The default empty + \RSpercentTolerance signals automatic handling, choosing the tolerance + based on the font declarations.) + + \mathsmaller{A}, \mathlarger{B} - math versions + (The math versions are entirely different from the text versions.) |