Section Bonus: LaTeX to PreTeXt Quick Reference
Most of what you know from LaTeX transfers directly. The math inside the tags is still LaTeX. This table covers the patterns that come up most often.
| LaTeX | PreTeXt |
|---|---|
\(x^2\) |
<m>x^2</m> |
\[ \int f \] |
<md>\int f</md> |
\section{Title} |
<section><title>Title</title> |
\begin{itemize} |
<ul> |
\item text |
<li><p>text</p></li> |
\begin{definition} |
<definition><statement><p> |
\emph{word} |
<em>word</em> |
\textbf{word} |
<term>word</term> |
\ref{label} |
<xref ref="label"/> |
