diff options
author | Norbert Preining <preining@logic.at> | 2013-05-27 01:45:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-05-27 01:45:35 +0000 |
commit | a60b23f4bbb7abb8d708e5b5b6aefd095152d536 (patch) | |
tree | 099665dfc9790b98845ff1a6c3774eecbb07533a /Master/texmf-dist/doc/latex/relsize | |
parent | c044e50ef0f17da73341e8a04a9180f043126a54 (diff) |
relsize update 5/27
git-svn-id: svn://tug.org/texlive/trunk@30707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/relsize')
-rw-r--r-- | Master/texmf-dist/doc/latex/relsize/README | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/relsize/relsize-doc.pdf | bin | 317217 -> 303698 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/relsize/relsize-doc.tex | 7 |
3 files changed, 28 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/relsize/README b/Master/texmf-dist/doc/latex/relsize/README index 722c09eab22..5cc16f9ec4d 100644 --- a/Master/texmf-dist/doc/latex/relsize/README +++ b/Master/texmf-dist/doc/latex/relsize/README @@ -1,33 +1,35 @@ -relsize.sty 4.0 Sept 21, 2011 -This software is contributed to the public domain. +relsize.sty 4.1 Mar 29, 2013 -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 +Authored by Donald Arseneau <asnd@triumf.ca> and Matt Swift <swift@bu.edu>. +(Inspired by smaller.sty author Bernie Cosell) -Setting the font size relative to the current size. +This software is contributed to the public domain by its authors, who disclaim +all copyrights. For people and jurisdictions that do not recognize contribution +to the public domain, this software is licensed by the terms of the unlicense, +<http://unlicense.org/> 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). +\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} +\smaller = \relsize{-1}, \smaller[n] = \relsize{-n} +\larger = \relsize{1}, \larger[n] = \relsize{n} - \textsmaller{text}, \textlarger{text} - versions that take an argument +\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} +\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.) +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.) +\mathsmaller{A}, \mathlarger{B} - math versions + (The math versions are entirely different from the text versions.) diff --git a/Master/texmf-dist/doc/latex/relsize/relsize-doc.pdf b/Master/texmf-dist/doc/latex/relsize/relsize-doc.pdf Binary files differindex b40a13c4ef5..31940bc74d9 100644 --- a/Master/texmf-dist/doc/latex/relsize/relsize-doc.pdf +++ b/Master/texmf-dist/doc/latex/relsize/relsize-doc.pdf diff --git a/Master/texmf-dist/doc/latex/relsize/relsize-doc.tex b/Master/texmf-dist/doc/latex/relsize/relsize-doc.tex index 5475609a5ba..6c63e7eaa78 100644 --- a/Master/texmf-dist/doc/latex/relsize/relsize-doc.tex +++ b/Master/texmf-dist/doc/latex/relsize/relsize-doc.tex @@ -26,15 +26,13 @@ \addtokomafont{title}{\rmfamily} \title{The \pkg{relsize} package\thanks - {This manual corresponds to \pkg{relsize.sty}~v4.0, dated~Sept 21, 2011.}} + {This manual corresponds to \pkg{relsize.sty}~v4.1, dated~March 29, 2013.}} \author{% by Donald Arseneau\thanks{\mail{asnd@triumf.ca}, Vancouver, Canada}% \and originally based on \pkg{smaller.sty} by Bernie Cosell -% \thanks{\mail{cosell@WILMA.BBN.COM}},% \and and combined with code by Matt Swift -%\thanks{\mail{swift@bu.edu}}.% } -\date{Sept 21, 2011} +\date{March 29, 2013} \begin{document} @@ -129,6 +127,7 @@ enough to overflow the range of sizes, depending on \cmd{\RSsmallest}, grouping to undo relative size changes because it is unsafe to counteract one change with an ``equal'' change in the opposite direction. Or just use the commands that take the text as arguments, like \verb+\textsmaller{this}+. + \end{small} Typically, the font-size commands do not select fonts at precise regular |