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

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}
        !            12: \begin{table}{|c|c|}\hline
        !            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
        !            18: \end{table}
        !            19: \end{center}
        !            20: 
        !            21: Examples:
        !            22: 
        !            23: <hr TeXwidth="2 cm">
        !            24: 
        !            25: <td TeXwidth="1 in">

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