2
votes
2answers
65 views

Other editors with autocompletion shortcuts similar to those in TeXShop [duplicate]

There's one particular feature I really like about TeXShop. It's the ability to type something like \bali + escand you get the entire \begin{align} structure or try typing something like \bite + esc. ...
1
vote
3answers
226 views

A LaTeX editor between TexShop and Texmaker for Mac OS?

I was using TexShop for a while due to its simplicity. But recently discovered Texmaker which makes it so much easier to type common functions (auto completion) and double compile before exporting as ...
4
votes
1answer
360 views

Bypass % !TEX TS-program =

Some LaTeX editors (TeXShop and TeXworks, for instance) allow a special comment line to define a default engine to use with a current document, like this : % !TEX TS-program = pdflatex It's really ...
5
votes
1answer
217 views

Spellchecker does not recognize amsmath commands such as \cdot, \binom

Why are basic amsmath commands like \binom and \cdot treated as if they are misspelled in the TeX editor? I have included the amsmath package, and the code works fine. I'm curious as to why those red ...
1
vote
2answers
629 views

Is it possible to use an external editor with TeXShop, while keeping its sync features?

I'm not completely satisfied with TeXShop's internal editor (especially about line breaking), but I would like to keep using TeXShop for its neat visualization engine and sync features (inverse and ...
5
votes
2answers
963 views

External scripts when using TeXShop

As I wrote in this answer to my question, I decided to use a shell script in order to concatenate the bunch of .tex files and compile them. However, this way, when ever I want to compile the whole ...