File:  [LON-CAPA] / loncom / html / adm / help / tex / TEXwidth_attribute.tex
Revision 1.1: download - view: text, annotated - select for diffs
Wed Sep 22 18:44:59 2004 UTC (19 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: HEAD
Added one more 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{table}{|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{table}
\end{center}

Examples:

<hr TeXwidth="2 cm">

<td TeXwidth="1 in">

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