Welcome to the 2022 update of the Joyner Document Format official LaTeX class.
If you already have Tex installed and configured for your OS than you can likely skip to Quick Start section
brew install text-live-utility
# Ensure required packages are installed
sudo tlmgr install collection-latexrecommended collection-latexextra collection-fontsrecommended collection-fontsextra collection-mathscience# For Ubuntu (From https://github.com/iamjakewarner/jdf/pull/15/files)
sudo apt-get install texlive-fullCould possibly follow the Linux guide on WSL
You can clone this repo and try typesetting jdf-starter.tex
with the following commands:
biber jdf-starter
pdflatex jdf-starterThe result should look like jdf-starter.pdf.
bibercommand generates used references fromreferences.bibpdflatexcommand generates the final pdf
The jdf.cls file can be referenced by updating the TEXINPUTS with the path to the git checkout
export TEXINPUTS=/path/to/the/checkout/jdf/- Add the Latex Workshop Extension
- Ensure that
texlivefor your OS is installed. See additional instructions in the extensions' README
- Ensure that
- Use the preview icon (top left) or use the keyboard shortcut (Ctrl + Alt + V). This will open up a live preview.
- Once done, use the green play button, or use keyboard shortcut (Ctrl + Alt + B) to build the project and generate PDF.
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 🙀).