Giter VIP home page Giter VIP logo

jdf's Introduction

Joyner Document Format

Welcome to the 2022 update of the Joyner Document Format official LaTeX class.

TeX Installation

If you already have Tex installed and configured for your OS than you can likely skip to Quick Start section

MacOS

brew install text-live-utility
# Ensure required packages are installed
sudo tlmgr install collection-latexrecommended collection-latexextra collection-fontsrecommended collection-fontsextra collection-mathscience

Linux

# For Ubuntu (From https://github.com/iamjakewarner/jdf/pull/15/files)
sudo apt-get install texlive-full

Windows

Could possibly follow the Linux guide on WSL

CLI Quick start

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.

  • biber command generates used references from references.bib
  • pdflatex command generates the final pdf

Adding jdf.cls to Global TeX

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/

VSCode Quick Start

  1. Add the Latex Workshop Extension
    • Ensure that texlive for your OS is installed. See additional instructions in the extensions' README
  2. Use the preview icon (top left) or use the keyboard shortcut (Ctrl + Alt + V). This will open up a live preview.
  3. Once done, use the green play button, or use keyboard shortcut (Ctrl + Alt + B) to build the project and generate PDF.

License

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 ๐Ÿ™€).

jdf's People

Contributors

kyleking avatar iamjakewarner avatar mrufrufin avatar alexsanjoseph avatar devikirang avatar dzsquared avatar ludwiktrammer avatar guava-mc avatar torylawson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.