Skip to main content

Getting Started with PreTeXt

Section Bonus: to PreTeXt Quick Reference

Most of what you know from transfers directly. The math inside the tags is still . This table covers the patterns that come up most often.
Table 15. Common patterns and their PreTeXt equivalents
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"/>