prev up next27
Features similar to those found in LaTeX, for handling simple common types of documents.
<ul> 
  <li>...</li> 
  <li>...</li> 
</ul>
\begin{itemize} 
\item ... 
\item ... 
\end{itemize}
<table 
   border="1"> 
<tr><td>...</td> 
  <td>...</td></tr> 
<tr><td>...</td> 
  <td>...</td></tr> 
</table>
\begin{tabular} 
          {|l|l|} 
   ... & 
   ... \\ 
   ... & 
   ... \\ 
\end{tabular}
<p>       <b>...</b> 
X<sup>...</sup> <hr> 
\par \textbf{...} 
X^{...}    \hrule