Skip to content

Instantly share code, notes, and snippets.

@smolkaj
Created May 20, 2019 13:50
Show Gist options
  • Select an option

  • Save smolkaj/6ddcb9a8749412978c923d0fbfef35db to your computer and use it in GitHub Desktop.

Select an option

Save smolkaj/6ddcb9a8749412978c923d0fbfef35db to your computer and use it in GitHub Desktop.
Sublime Text LaTeX settings
{
"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