Created
May 20, 2019 13:50
-
-
Save smolkaj/6ddcb9a8749412978c923d0fbfef35db to your computer and use it in GitHub Desktop.
Sublime Text LaTeX settings
This file contains hidden or 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
Show hidden characters
| { | |
| "tab_size": 2, | |
| "spell_check": true, | |
| "auto-wrap": true, | |
| "auto-wrap-width": 100, | |
| "rulers": [80], | |
| "extensions" : ["tex", "sty", "bib"], | |
| // style | |
| "color_scheme": "Packages/Writing Color Scheme/Writing Color Scheme Light.tmTheme", | |
| "draw_centered": true, | |
| "mini-map": true, | |
| // line | |
| "line_padding_top": 2, | |
| "line_padding_bottom": 2, | |
| "line_numbers": false, | |
| "highlight_line": false, | |
| // carret | |
| "caret_style": "solid", | |
| "caret_extra_width": 10, | |
| // "font_face": "Roboto Mono Regular", | |
| // "font_face": "Courier Prime", | |
| "font_face": "Courier Prime Sans", | |
| // "font_face": "Anonymous Pro", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment