File:  [LON-CAPA] / loncom / html / adm / help / tex / TEXsize_attribute.tex
Revision 1.2: download - view: text, annotated - select for diffs
Thu Sep 23 13:11:13 2004 UTC (19 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_99_1, version_1_2_99_0, HEAD
Misprints are corrected. Examples are added.

    1: \label{TEXsize_attribute}
    2: 
    3: \textbf{TeXsize} attribute in \textbf{<h1>-<hN>},\textbf{<basefont>}, and
    4: \textbf{<font>} tags declares the size of LaTeX fonts used in printing.
    5: 
    6: Possible values of  \textbf{TeXsize} attribute:
    7: \begin{center}\begin{tabular}{|c|c|}\hline
    8: tiny & {\tiny smallest} \\ \hline
    9: scriptsize & {\scriptsize very small} \\ \hline
   10: footnotsize & {\footnotsize smaller} \\ \hline
   11: small & {\small small} \\ \hline
   12: normalsize & {\normalsize normal} \\ \hline
   13: large & {\large large} \\ \hline
   14: Large & {\Large larger} \\ \hline
   15: LARGE & {\LARGE even larger} \\ \hline
   16: huge & {\huge still larger} \\ \hline
   17: Huge & {\Huge largest} \\ \hline
   18: \end{tabular}\end{center}
   19:  
   20: Note, that all parameters coincide with standard LaTeX commands for changing font size though you do not escape  them.
   21: 
   22: Examples:
   23: 
   24: \begin{verbatim}
   25: <basefont size="4" TeXsize="Large" /> 
   26: <font color="#FFFFFF" TeXsize="small">
   27: <h1 align="center" TeXsize="Huge">
   28: \end{verbatim}

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