A simple APA7 LaTeX template in a flavor defined by the Truman State University Counseling Program.
This is built without the use of the apa7
LaTeX package and can be easily modified for your own purposes.
xelatex
biber
- the LaTeX packages in
truman-apa7-template.tex
- Clone this repository.
- Make your changes to
truman-apa7-template.tex
. Rename the file as desired. - Build a PDF using the
build
script.
./build
If making changes to references, build with the following command to incorporate those changes.
./build --bib
build
looks for the first .tex
file found in your current directory and runs xelatex
on it.
Adding the --bib
flag does everything build
does but it also
searches for the first .bcf
file in your current directory (which is
automatically generated from your .bib
file) and runs biber
on it before
building the PDF again to get the final product.