[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex TEXwidth_attribute.tex
sakharuk
lon-capa-cvs@mail.lon-capa.org
Thu, 23 Sep 2004 14:47:34 -0000
sakharuk Thu Sep 23 10:47:34 2004 EDT
Modified files:
/loncom/html/adm/help/tex TEXwidth_attribute.tex
Log:
Removed errors from file.
Index: loncom/html/adm/help/tex/TEXwidth_attribute.tex
diff -u loncom/html/adm/help/tex/TEXwidth_attribute.tex:1.1 loncom/html/adm/help/tex/TEXwidth_attribute.tex:1.2
--- loncom/html/adm/help/tex/TEXwidth_attribute.tex:1.1 Wed Sep 22 14:44:59 2004
+++ loncom/html/adm/help/tex/TEXwidth_attribute.tex Thu Sep 23 10:47:34 2004
@@ -9,17 +9,18 @@
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}
<hr TeXwidth="2 cm">
-
-<td TeXwidth="1 in">
\ No newline at end of file
+<td TeXwidth="1 in">
+\end{verbatim}
\ No newline at end of file