Tagged Questions
8
votes
2answers
181 views
replace often used Tex-Literals ($ and $$) for math regions into \( or \) and \[ or \]
Is there an editor or IDE (or a script) for substituting the TeX-Commands $ and $$ for opening and closing math regions into the corresponding LaTeX-Commands \(,\) and \[,\]?
I'm sure there is a tool ...
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 ...