Annotation of loncom/html/adm/help/tex/TEXwidth_attribute.tex, revision 1.2

1.1       sakharuk    1: \label{TEXwidth_attribute}
                      2: 
                      3: \textbf{TeXwidth} attribute allows you to specify the width of 
                      4: \begin{itemize}
                      5: \item the table in \textbf{<table>} tag 
                      6: \item the table cell in \textbf{<td>} or \textbf{<th>} tags
                      7: \item the length of the line in \textbf{<hr>} tag
                      8: \end{itemize}
                      9: 
                     10: You can use the following units:
                     11: \begin{center}
1.2     ! sakharuk   12: \begin{tabular}{|c|c|}\hline
1.1       sakharuk   13: mm &          \\ \hline
                     14: cm & =10 mm   \\ \hline 
                     15: in & =25.4 mm \\ \hline 
                     16: pt & =0.35 mm \\ \hline
                     17: pc & =4.22 mm \\ \hline
1.2     ! sakharuk   18: \end{tabular}
1.1       sakharuk   19: \end{center}
                     20: 
                     21: Examples:
                     22: 
1.2     ! sakharuk   23: \begin{verbatim}
1.1       sakharuk   24: <hr TeXwidth="2 cm">
1.2     ! sakharuk   25: <td TeXwidth="1 in">
        !            26: \end{verbatim}

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