Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appendix Template

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.

Files

  • main.tex - main appendix document.
  • appendix.cls - custom document class and formatting.
  • ref.bib - bibliography file used by biblatex and Biber.
  • table/notation.tex - example table included from main.tex.
  • figure/demo.jpg - example figure included from main.tex.

Preview

Preview

Usage

  1. Edit the paper title and appendix content in main.tex.
  2. Add references to ref.bib.
  3. Put figures in figure/ and tables in table/.
  4. Compile the document in VSCode

Notes

  • Citations use biblatex with backend=biber, style=apa, and natbib=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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages