This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set standard engine to pdflatex | |
$pdf_mode = 1; | |
# 0 —> no pdf | |
# 1 —> pdflatex | |
# 2 —> ps2pdf | |
# 3 —> dvipdf | |
# 4 —> lualatex | |
# 5 —> xelatex & xdvipdfmx | |
# Enable system commands via \write18{...} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Additions to TeX.gitignore from https://github.com/github/gitignore | |
## PDF output: | |
repo.pdf | |
## GitTeX (https://github.com/mava/GitTeX): | |
*.gtx | |
### Copied from https://github.com/github/gitignore |