| Geoff Cox |
|---|
| Applied Mathematics @ Virginia Military Institute |
Thanks for being here. Over the next two hours, you will author, build, and publish a small lesson using PreTeXt entirely in your web browser.
This workshop assumes you are:
By the end of this session, you will have:
Running in your browser, ready to use again tomorrow.
Built from real PreTeXt source, on a topic you actually teach.
A public URL you can send to a colleague or a student.
That’s the whole goal. Everything else is a bonus.
PreTeXt is a free, open-source authoring system for textbooks, lecture notes, worksheets, and articles.
The key idea is simple: you describe what your content is, such as a definition, an example, or an exercise, and PreTeXt decides how it should look.
One source file. Many polished outputs.
From a single PreTeXt source, you can generate:
You write your content once. When tomorrow’s format comes along, your source is ready for it.
Screen-reader friendly, keyboard navigable, and ready for students who need alternative formats, all without extra work from you.
Free, open, and yours to adapt, remix, and share.
Structured source that will still be usable in ten years.
Much of what you already know transfers directly.
Inline math |
$*$ |
<m>*</m> |
Displayed math |
$$*$$ |
<md>*</md> |
Ordered Lists |
\begin{enumerate}
\item *
\end{enumerate}
|
<ol> <li>*</li> </ol> |
The math inside the tags is still LaTeX. You are mostly learning a new wrapper, not a new language.
The goal is finished, not perfect.