[OS X TeX] bbedit and xelatex

Scot Mcphee scot.mcphee at gmail.com
Tue Sep 17 23:47:38 CEST 2013


thank you Gary and Jonathon, I will have a good look at these resources in the next couple of days.

scot


On 18/09/2013, at 05:52 , Gary L. Gray <gray at psu.edu> wrote:

> On Sep 17, 2013, at 3:21 PM, Jonathan Lubin <jonathanlubin at mac.com> wrote:
> 
>> I use BBEdit as an external editor, and since I write only the simplest documents, one at a time, I make do with the simple AppleScript below. To use it, of course you have to configure for external editor, but also the .pdf window of the document in TeXShop has to be foremost, and you’ll be working in  BBEdit on a text document for your paper. The root TeX document will have the first line
>> %%!TEX TS-program = pdflatex
>> or whatever is appropriate to you.
>> 
>> the script:
>> 
>> tell application "BBEdit"
>> 	save text document 1
>> end tell
>> tell application "TeXShop"
>> 	typeset document of window 1
>> end tell
>> 
>> This is a script in the directory ~/Library/Application Support/BBEdit/Scripts , and it works like a charm.
> 
> People interested in using BBEdit as their editor for (La)TeX may also want to look at:
> 
> http://nathangrigg.net/latex-bbpackage/
> 
> https://github.com/nathangrigg/Latex.bbpackage
> 
> Gary
> 
> 
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex




More information about the macostex-archives mailing list