Welcome to the Joyner Document Format official LaTeX class. This class was written and tested using a default MacTeX installation, so it should work out of the box as long as you’re running an up-to-date LaTeX distribution.
You can clone this repo and try typesetting jdf-starter.tex
with the following commands:
biber jdf-starter
pdflatex jdf-starter
The result should look like jdf-starter.pdf.
bibercommand generates used referenes fromreferences.bibpdflatexcommand generates the final pdf
- Updated to work with
pandoc 2.14.0.2(other versions may work, no guarantees) - A current LaTeX distribution with appropriate packages.
tabularxis required.
- A
Makefilehas been included to produce the document.
# To generate the report, execute the following command from the commandline:
make- A customized
apa.cslcitation stylesheet has been included for enumerating the reference list. - The
jdf-template.pandochas been updated to address newCSLReferences[2]syntax and addtabularxpackage. - Table formatting has been broken, for anything other than simple tables, using LaTeX directly in the pandoc file is recommended.
- The example markdown file which can be edited is called
project_report.md. - The output file is a pdf called
project_report.pdf. - Working files are stored in
outand can be ignored. They may be useful for troubleshooting. - To remove publisher information from the reference list, change the
--csl=apa-6th-edition-numbered.cslto--csl=apa.cslin theMakefile. APA 7th edition removed the publisher info (https://forums.zotero.org/discussion/80984/changes-to-apa-style-in-7th-edition).
Copyright 2019 by Jake Warner.
You have my permission to use JDF in whatever projects you wish, whether commercial, personal, or otherwise, in whatever way you like. Official license information can be found in LICENSE (spoiler: it's the MIT License).