File:  [LON-CAPA] / loncom / html / adm / help / tex / TEXwidth_attribute.tex
Revision 1.2: download - view: text, annotated - select for diffs
Thu Sep 23 14:47:34 2004 UTC (19 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_99_1, version_1_2_99_0, HEAD
Removed errors from file.

    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{tabular}{|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{tabular}
   19: \end{center}
   20: 
   21: Examples:
   22: 
   23: \begin{verbatim}
   24: <hr TeXwidth="2 cm">
   25: <td TeXwidth="1 in">
   26: \end{verbatim}

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