--- loncom/html/adm/help/tex/TEXwidth_attribute.tex 2004/09/22 18:44:59 1.1 +++ loncom/html/adm/help/tex/TEXwidth_attribute.tex 2005/09/16 22:13:57 1.3 @@ -2,24 +2,25 @@ \textbf{TeXwidth} attribute allows you to specify the width of \begin{itemize} -\item the table in \textbf{} tag -\item the table cell in \textbf{
} or \textbf{} tags -\item the length of the line in \textbf{
} tag +\item the table in \texttt{} tag +\item the table cell in \texttt{
} or \texttt{} tags +\item the length of the line in \texttt{
} tag \end{itemize} You can use the following units: \begin{center} -\begin{table}{|c|c|}\hline +\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{table} +\end{tabular} \end{center} Examples: +\begin{verbatim}
- -
\ No newline at end of file + +\end{verbatim}