Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,16 @@ 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](LICENSE)
(spoiler: it's the MIT License).

## Local Setup
- **OS**: Ubuntu Linux 20.04
- **Code Editor**: VS Code with [Latex Workshop](https://github.com/James-Yu/LaTeX-Workshop) Extension.

Finally, intsall texlive:
```
sudo apt-get install texlive-full
```

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.