File:  [LON-CAPA] / loncom / html / adm / help / tex / TEXsize_attribute.tex
Revision 1.3: download - view: text, annotated - select for diffs
Fri Sep 16 22:13:57 2005 UTC (18 years, 11 months ago) by felicia
Branches: MAIN
CVS tags: HEAD
Added Print_Library.tex for the new print section in the manual.  The rest of the changes were mostly formatting so the manual would print.

\label{TEXsize_attribute}

\textbf{TeXsize} attribute in \texttt{<h1>-<hN>},\texttt{<basefont>}, and
\texttt{<font>} tags declares the size of LaTeX fonts used in printing.

Possible values of  \textbf{TeXsize} attribute:
\begin{center}\begin{tabular}{|c|c|}\hline
tiny & {\tiny smallest} \\ \hline
scriptsize & {\scriptsize very small} \\ \hline
footnotsize & {\footnotsize smaller} \\ \hline
small & {\small small} \\ \hline
normalsize & {\normalsize normal} \\ \hline
large & {\large large} \\ \hline
Large & {\Large larger} \\ \hline
LARGE & {\LARGE even larger} \\ \hline
huge & {\huge still larger} \\ \hline
Huge & {\Huge largest} \\ \hline
\end{tabular}\end{center}
 
Note, that all parameters coincide with standard LaTeX commands for changing font size though you do not escape  them.

Examples:

\begin{verbatim}
<basefont size="4" TeXsize="Large" /> 
<font color="#FFFFFF" TeXsize="small">
<h1 align="center" TeXsize="Huge">
\end{verbatim}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>