Directory tex-archive/macros/latex/contrib/relsize
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.)
Files
| Name | Size | Date | Notes |
|---|---|---|---|
README |
1332 | 2011-09-22 01:54:33 | |
relsize-doc.pdf |
317217 | 2011-09-23 08:17:46 | |
relsize-doc.tex |
10358 | 2011-09-23 12:32:22 | |
relsize.sty |
14180 | 2011-09-23 01:57:05 |
Download the complete
contents of this directory in one zip archive
(306.2k).
relsize – Set the font size relative to the current font size
The basic command of the package is \relsize, whose argument is a number of \magsteps to change size; from this are defined commands \larger, \smaller, \textlarger, etc.
| Documentation |
Readme Package documentation |
| Version | 4 |
| License | Public Domain Software |
| Maintainer | Donald Arseneau Matt Swift (inactive) |
| Contained in | TeXLive as relsize |
| MiKTeX as relsize | |
| Topics |
support for development of TeX macros font selection schemes |
