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

1.1       sakharuk    1: \label{TEXwidth_attribute}
                      2: 
                      3: \textbf{TeXwidth} attribute allows you to specify the width of 
                      4: \begin{itemize}
1.3     ! felicia     5: \item the table in \texttt{<table>} tag 
        !             6: \item the table cell in \texttt{<td>} or \texttt{<th>} tags
        !             7: \item the length of the line in \texttt{<hr>} tag
1.1       sakharuk    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">
1.3     ! felicia    26: \end{verbatim}

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