Tagged Questions
2
votes
0answers
75 views
Configure TeXShop to run a script on the document before typesetting
Is it possible to configure TeXshop to automatically run a script on a document at the beginning of the typesetting process? I am interested in having the application run a python script on the ...
1
vote
3answers
148 views
Script to delete a command and associated curly braces from source in TeXShop?
When I'm editing the source in TeXShop, I often find that I want to remove emphasis from a word or phrase. But deleting the \emph from the beginning of the word and the {} surrounding it is a bit more ...
5
votes
1answer
2k views
all-in-one-engine for TeXShop
I am trying to write my 'Matura work' for school in LaTeX. Therefore I am using MacTeX and TeXShop and normally it works fine.
But I am really annoyed with running all these different engines like ...
5
votes
2answers
994 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 ...