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, 9 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.

\label{TEXwidth_attribute}

\textbf{TeXwidth} attribute allows you to specify the width of 
\begin{itemize}
\item the table in \textbf{<table>} tag 
\item the table cell in \textbf{<td>} or \textbf{<th>} tags
\item the length of the line in \textbf{<hr>} tag
\end{itemize}

You can use the following units:
\begin{center}
\begin{tabular}{|c|c|}\hline
mm &          \\ \hline
cm & =10 mm   \\ \hline 
in & =25.4 mm \\ \hline 
pt & =0.35 mm \\ \hline
pc & =4.22 mm \\ \hline
\end{tabular}
\end{center}

Examples:

\begin{verbatim}
<hr TeXwidth="2 cm">
<td TeXwidth="1 in">
\end{verbatim}

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