A LaTeX template for (1) streamlined collaborative manuscript editing and (2) automated build pipelines for the various stages of academic paper publication. Adapted from ideas by Qi Sun, Li-Yi Wei, and Jane Hoffswell. Upstream references: official ACM template on Overleaf, Li-Yi Wei's research templates.
pdflatexviatexlive,texlive-latex-extra,texlive-fonts-recommended,texlive-science,texlive-xstringghostscript(optional, for manuscript/supplement PDF splitting)
make siggraph-internal # internal draft with comments and badges
make siggraph-submission # anonymous submission (no annotations)
make dissertation # NYU PhD dissertation
make clean # remove build artifactsAll build targets: siggraph-internal, siggraph-submission, siggraph-revision, siggraph-camready, siggraph-camauthor, dissertation.
Overleaf -- Set Menu > Main document to the desired target file inside targets/.
VS Code + LaTeX Workshop / TeXstudio -- The main.tex file is auto-detected as the root. To change the build target, copy the desired file from targets/ to overwrite main.tex.
See HOWTO.pdf for full documentation on file organization, collaborative editing macros, build pipeline details, and dissertation-specific features.