[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex TEXsize_attribute.tex

sakharuk lon-capa-cvs@mail.lon-capa.org
Thu, 23 Sep 2004 13:11:14 -0000


sakharuk		Thu Sep 23 09:11:14 2004 EDT

  Modified files:              
    /loncom/html/adm/help/tex	TEXsize_attribute.tex 
  Log:
  Misprints are corrected. Examples are added.
  
  
Index: loncom/html/adm/help/tex/TEXsize_attribute.tex
diff -u loncom/html/adm/help/tex/TEXsize_attribute.tex:1.1 loncom/html/adm/help/tex/TEXsize_attribute.tex:1.2
--- loncom/html/adm/help/tex/TEXsize_attribute.tex:1.1	Wed Sep 22 14:30:09 2004
+++ loncom/html/adm/help/tex/TEXsize_attribute.tex	Thu Sep 23 09:11:13 2004
@@ -1,13 +1,13 @@
 \label{TEXsize_attribute}
 
-\textbf{TeXsize} attribute in \texbf{<h1>-<hN>},\texbf{<basefont>}, and
-\texbf{<font>} tags declares the size of LaTeX fonts used in printing.
+\textbf{TeXsize} attribute in \textbf{<h1>-<hN>},\textbf{<basefont>}, and
+\textbf{<font>} tags declares the size of LaTeX fonts used in printing.
 
 Possible values of  \textbf{TeXsize} attribute:
 \begin{center}\begin{tabular}{|c|c|}\hline
-tyne & {\tyne smallest} \\ \hline
+tiny & {\tiny smallest} \\ \hline
 scriptsize & {\scriptsize very small} \\ \hline
-footnotsize & {\footnotsiz smaller} \\ \hline
+footnotsize & {\footnotsize smaller} \\ \hline
 small & {\small small} \\ \hline
 normalsize & {\normalsize normal} \\ \hline
 large & {\large large} \\ \hline
@@ -17,4 +17,12 @@
 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.
\ No newline at end of file
+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}
\ No newline at end of file