A small LaTeX template for writing an online supplement or paper appendix.
The template uses a custom appendix document class with APA-style references, numbered appendix sections, table and figure numbering by section, and common packages for tables, algorithms, math, graphics, and cross-references.
main.tex- main appendix document.appendix.cls- custom document class and formatting.ref.bib- bibliography file used bybiblatexand Biber.table/notation.tex- example table included frommain.tex.figure/demo.jpg- example figure included frommain.tex.
- Edit the paper title and appendix content in
main.tex. - Add references to
ref.bib. - Put figures in
figure/and tables intable/. - Compile the document in VSCode
- Citations use
biblatexwithbackend=biber,style=apa, andnatbib=true. - Cross-references use
cleveref, so references such as\Cref{tab: notation}are formatted automatically. - Sections are labeled alphabetically (
A,B, ...), with equations, tables, and figures numbered within each section.
