Questions tagged [sublime-text]

Sublime Text is a sophisticated cross-platform text editor for code, markup and prose. It supports TeX and variants via specialised plugins such as LaTeXTools and LaTeXing.

Sublime Text is a sophisticated text editor for code, markup and prose.

It is cross-platform, supports Unicode and allows for a high degree of customisation.

Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.

It features a minimalistic interface where most of the interaction is done via fully customizable keyboard shortcuts. Distinctive features are: simple but effective extension mechanism based on Python, configuration using JSON, multiple selections and the "goto anything" interface.

It supports TeX and variants via specialised plugins such as LaTeXTools and LaTeXing.

192 questions
16
votes
3 answers

LaTeXTools: you need to migrate your preferences. See the README file for instructions

I was given the following error in sublime text during the build process: LaTeXTools: you need to migrate your preferences. See the README file for instructions. What do I need to do to fix it?
4
votes
3 answers

LaTeX project together with Sublime Text 2

I am writing a paper divided into several sections. I would like to have one master file and then several file which I will only include. I would like to do it properly, since I am sending it to my professor and he has to work with on it too. Let me…
quapka
  • 329
3
votes
2 answers

Sublime Text with LaTeXTools sets wrong PATH for TeX in OSX Mavericks

I'm having a very bizarre problem with ST2 for Mac OSX. I just installed it today, along with the LaTeXTools plugin. With the standard classes it works just fine. My dissertation, however, uses a custom class (umthesis, which I renamed to…
Dennis
  • 3,855
2
votes
3 answers

Sublime thinks my whole text is an equation

I am currently writing in latex in Sublime 3; I am using the LaTeXTools package. In one of the first lines of my file I have redefined the square brackets as…
2
votes
0 answers

How can I make sublime text autoindent Latex?

In c++ or java I can make sublime reindent the code without any problems. But in latex it doesn't work, it just removes all indentation. How can I fix this? All I want is for this feature to work. I think that there is a package called latexindent…
user26420
2
votes
2 answers

Error: Failed to run 'pdflatex' to create pdf to preview

Error: Failed to run 'pdflatex' to create pdf to preview I keep getting this error in my build of sublime 3. To be clear, my files compile perfectly and I have no other problems with Latex but this. The problem is that sublime keeps putting this…
sfortney
  • 161
2
votes
1 answer

Lualatex with latexing

What Latexing file I have to modify and I can compile with LuaLatex by default? I only view build arguments but not how to modify from pdflatex to lualatex.
Tobal
  • 805
  • 8
  • 16
2
votes
0 answers

How to setup sublime text 2 (ST2) for latex

I just started using Sublime Text 2 and I want to use it to compile latex files. I found this tutorial from the official repository (my guess) : https://github.com/SublimeText/LaTeXTools#readme But my problem is that I don't know where to find the…
sokras
  • 121
1
vote
0 answers

Why does the line of the pdf jump to the wrong one of its tex file and vice versa sometimes?

I am using LaTeX with LaTeXTools on Sublime Text 4. It sometimes happens that when double-clicked, the line of the pdf jumps to the wrong line of its tex file, and when the tex compiled, the line of the tex file the cursor's focusing on jumps to the…
Optimal
  • 11
  • 1
1
vote
0 answers

First backslash disappears when using autocomplete

After I updated my Sublime, the first backslash will disappear when I use autocomplete. For example, if I type "\begin" and press "Enter", it will become begin{} \end{} How should I fix this problem?
1
vote
0 answers

How to disable suggestions when typing \usepackage

I don't want to see the list of suggestions when typing \usepackage in Latex, aka this thing: For reference, I am using Sublime Text 3 with MacTeX distribution and I have package control installed with very few other packages installed currently.
1
vote
1 answer

Sublime Text custom highlighting $

How can I customize the syntax highlighting in Sublime Text 3? In particular, I'd like to ignore text delimeted by $ (as well as suppressing the 'closing' $ whenever I type $). I am using LaTeXTools. I have tried to use PackageResourceViewer: Open…
Hugh
  • 2,374
  • 17
  • 30
1
vote
0 answers

How do I make Sublime+LatexTools generate .bbl and include references automatically when building the pdf?

I am migrating to sublime and using latexTool. I think it is easy, but no solution worked for me. How I modify my Latex.sublime.build so that, when I build the pdf file, it automatically include the bibliography in a generic .bib file that I have in…
Diogo
  • 407
1
vote
1 answer

Add file location (figure) in windows ST3

I have been using Sublime Text 3 with Latexing to produce my documents. However, I need to add lots of screenshots in my document. I am on windows and one can think how difficult it can be to get absolute paths right. Any Latexing or ST3 support…
deowood
  • 21
0
votes
1 answer

Skim does not pop up after building .tex file with LaTeXTools in Sublime Text 2

How do I make Skim pop up after a build for a LaTeX-document in Sublime Text 2, while using LaTeXTools? Currently, Skim opens or refreshes the window but stays in the background.
Tom
  • 35
  • 6
1
2