Annotation of loncom/html/adm/help/tex/TEXsize_attribute.tex, revision 1.4

1.1       sakharuk    1: \label{TEXsize_attribute}
                      2: 
1.3       felicia     3: \textbf{TeXsize} attribute in \texttt{<h1>-<hN>},\texttt{<basefont>}, and
                      4: \texttt{<font>} tags declares the size of LaTeX fonts used in printing.
1.1       sakharuk    5: 
                      6: Possible values of  \textbf{TeXsize} attribute:
                      7: \begin{center}\begin{tabular}{|c|c|}\hline
1.2       sakharuk    8: tiny & {\tiny smallest} \\ \hline
1.1       sakharuk    9: scriptsize & {\scriptsize very small} \\ \hline
1.4     ! albertel   10: footnotesize & {\footnotesize smaller} \\ \hline
1.1       sakharuk   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:  
1.2       sakharuk   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">
1.3       felicia    28: \end{verbatim}

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