Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

LaTeX template

A template for creating latex projects

Setup (optional)

Install Visual Studio Code, and install the LaTeX Workshop extension.

Setup the .vscode/settings.json file with the contents of the .vscode/settings.json.sample file

$ cp .vscode/settings.json.sample .vscode/settings.json

Compile the LaTeX project with TeX Live

$ make all