LaTeX paper authoring
- Scaffold:
\documentclass{amsart}(or the journal template),amsmath,amsthm,amssymb,mathtools,hyperref(last),cleveref. - Theorems:
\newtheorem{thm}{Theorem}[section]pluslem,prop,cor,defn,rem. - Cross-references through
\label{eq:foo}+\cref{eq:foo}— never hard-code numbers. - Compile with
latex_compile(tectonic in the sandbox); ship the PDF vialatex_get_pdf. - For Overleaf-hosted work, pull with
overleaf_pull_project, edit locally, push withoverleaf_push_project+ a clear commit message.