https://github.com/zachsa/msc-2018-thesis
LaTeX source code
https://github.com/zachsa/msc-2018-thesis
Last synced: 4 months ago
JSON representation
LaTeX source code
- Host: GitHub
- URL: https://github.com/zachsa/msc-2018-thesis
- Owner: zachsa
- Created: 2020-03-08T08:42:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T08:44:15.000Z (over 6 years ago)
- Last Synced: 2025-08-03T20:57:04.904Z (11 months ago)
- Language: TeX
- Size: 7.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
Written and built using LaTeXTools - so there are some configurations that are specific to the original environment; specifically regarding the Minted (code highlighting) package.
https://github.com/SublimeText/LaTeXTools
### How do I get set up? ###
Install Sublime Text 3, LaTeXTools, Python (including Pip, Pygments and other libraries). Then, in Sublime, change the following LaTeXTools User configurations:
* Adjust your $PATH environment to include Pygments, pip, etc (Resolve error logs one-by-one)
* Adjust the LaTeXTools settings:
* * Set `aux_directory` to `C:\path\to\repo\_build` (this is an absolute path to this repository, + the `_build` folder that is created when the project is built)
* * Set `output_directory` to this same path as `aux_directory`
When the latex code is built, a directory `_build` should be created at the root of this repository containing PDF and temporary output.