Consider, with Input = Selected text or Line,
#!/usr/bin/env ruby
require ENV["TM_SUPPORT_PATH"] + "/lib/exit_codes.rb"
TextMate.exit_insert_snippet ENV["TM_CURRENT_LINE"]
This changes
asd $ \\
into
asd \
and I am not surprised. But what is the cleanest way
to get back the original line unchanged? I can manage
the slashes but not the dollar. And e_sh is not
a solution since it adds spurious slashes which I have
to take care of.
Thanks,
Piero
PS what I need is a way to pass to TextMate.exit_insert_snippet
a string containing dollars slashes etc in such a way that the
strings is inserted without any change. I know someone can do
this
Ok
this post from October did help me:
------------------------------
Message: 6
Date: Mon, 13 Oct 2008 20:06:33 +0200
From: Alex Ross <tm-alex(a)rosiba.com>
Subject: [TxMt] Re: Latex Bundle Stop to work on MacTex 2008 installed
To: TextMate users <textmate(a)lists.macromates.com>
Message-ID: <601AFE08-73AB-402B-98F9-BD4DABC66805(a)rosiba.com>
Content-Type: text/plain; charset=WINDOWS-1252; format=flowed;
delsp=yes
On Oct 13, 2008, at 7:07 PM, Jose Lobato wrote:
>
> Hi,
>
> I completely removed the MacTex 2007 and install 2008. Once this is
> done it
> stops working when I try to build (cmd+R) Get a big red mesage:
>
> Error: Could not open to check for packages
> This is most likely a problem with TM_LATEX_MASTER
>
> The text is over a small message that says something like (I have
> hardly
> read it):/bin/sh: kpsewich: cdmmarck not open
>
> ( please do not trust this last sentece because as I say I can not
> see it
> well)
>
> So, on: echo $PATH I have:
> /usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/
> usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin
TextMate no longer sources the shell profile so you need to set PATH
in TextMate's preferences. Just copy the above PATH to TextMate's
Shell Variables preference pane and all should be working again.
?Alex
I did copy the results from PATH into the TM Shell Variables PrefPane
and it seems to work ok now.
Sorry for this little flury of emails...
Cheers!
Claus
On 16-Oct-08, at 2:00 PM, textmate-request(a)lists.macromates.com wrote:
> Message: 4
> Date: Wed, 15 Oct 2008 22:00:09 +0200
> From: Alex Ross <tm-alex(a)rosiba.com>
> Subject: [TxMt] Re: problem running latex after svn up
> To: TextMate users <textmate(a)lists.macromates.com>
> Message-ID: <FDE0695F-B385-4188-A09C-341AC2CD0B2B(a)rosiba.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On Oct 15, 2008, at 9:43 PM, Claus wrote:
>
>> Hi,
>> after svn updating all my *.tmbundle, including the latex bundle,
>> after running a previously working latex-project, I got after cmd-R:
>>
>> /tmp/temp_textmate.hXj0XQ:3:in `require': no such file to load -- /
>> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
>> process (LoadError) from /tmp/temp_textmate.hXj0XQ:3
>>
>> I looked around, and found that likely I have to also svn up the
>> "Support Folder":
>> cd /Library/Application\ Support/TextMate
>> svn co http://macromates.com/svn/Bundles/trunk/Support
>>
>> so I did, however, when I run
>> echo "$TM_SUPPORT_PATH"
>> I get
>> /Users/clausman/Library/Application Support/TextMate/Support
> What have you got in this directory? You can just delete /Users/
> clausman/Library/Application Support/TextMate/Support and I bet things
> will start working.
Hi again,
so, it turns out that some things work again, for example a python
script from the templates runs fine (which didn't work before the
checkout).
My key issue is still with compiling latex. Even with a file from the
templates, without a project it gives the error shown in the attached
screenshot.
Cheers,
Claus
On 17-Oct-08, at 6:40 AM, textmate-request(a)lists.macromates.com wrote:
> Message: 2
> Date: Thu, 16 Oct 2008 16:13:16 +0200
> From: Alex Ross <tm-alex(a)rosiba.com>
> Subject: [TxMt] Re: textmate Digest, Vol 5, Issue 25
> To: TextMate users <textmate(a)lists.macromates.com>
> Message-ID: <C95F684D-7D16-4914-BE2C-85ED5D71A67D(a)rosiba.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
>
> On Oct 16, 2008, at 3:53 PM, Claus wrote:
>
>> Hm,
>> when I delete that folder (move it to a different place), I get the
>> original error:
>> /tmp/temp_textmate.78au0T:3:in `require': no such file to load -- /
>> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
>> process (LoadError) from /tmp/temp_textmate.78au0T:3
>>
>> when I move the folder back, I still get the
>> Error: Could not open to check for packages
>>
>> This is most likely a problem with TM_LATEX_MASTER
>>
>> /bin/sh: kpsewhich: command not found
>>
>> Note: I didn't see the third line last night, cause it was printed
>> white on white in the latex/textmate output window.
>>
>> Inside /Users/clausman/Library/Application Support/TextMate/Support
>> there are 5 folders:
>> Bundles
>> PlugIns
>> Pristine Copy
>> Support
>> Themes
>
> So you have a checkout of the entire textmate repository in your
> Support folder.
>
> Erase the folder /Users/clausman/Library/Application Support/TextMate/
> and do a clean svn checkout with:
>
> cd ~/Application\ Support/
> svn co http://macromates.com/svn/Bundles/trunk TextMate
>
> ?Alex
On 17-Oct-08, at 6:40 AM, textmate-request(a)lists.macromates.com wrote:
> Message: 2
> Date: Thu, 16 Oct 2008 16:13:16 +0200
> From: Alex Ross <tm-alex(a)rosiba.com>
> Subject: [TxMt] Re: textmate Digest, Vol 5, Issue 25
> To: TextMate users <textmate(a)lists.macromates.com>
> Message-ID: <C95F684D-7D16-4914-BE2C-85ED5D71A67D(a)rosiba.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
>
> On Oct 16, 2008, at 3:53 PM, Claus wrote:
>
>> Hm,
>> when I delete that folder (move it to a different place), I get the
>> original error:
>> /tmp/temp_textmate.78au0T:3:in `require': no such file to load -- /
>> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
>> process (LoadError) from /tmp/temp_textmate.78au0T:3
>>
>> when I move the folder back, I still get the
>> Error: Could not open to check for packages
>>
>> This is most likely a problem with TM_LATEX_MASTER
>>
>> /bin/sh: kpsewhich: command not found
>>
>> Note: I didn't see the third line last night, cause it was printed
>> white on white in the latex/textmate output window.
>>
>> Inside /Users/clausman/Library/Application Support/TextMate/Support
>> there are 5 folders:
>> Bundles
>> PlugIns
>> Pristine Copy
>> Support
>> Themes
>
> So you have a checkout of the entire textmate repository in your
> Support folder.
>
> Erase the folder /Users/clausman/Library/Application Support/TextMate/
> and do a clean svn checkout with:
>
> cd ~
> svn co http://macromates.com/svn/Bundles/trunk TextMate
>
> ?Alex
Alex,
I did what you said, assuming you meant I should check out textmate into
~/Library/Application\ Support/
unfortunately, the same problem is still there, even if I compile a
very minimalistic latex test file.
>> Error: Could not open to check for packages
>>
>> This is most likely a problem with TM_LATEX_MASTER
>>
>> /bin/sh: kpsewhich: command not found
Does anybody have any more ideas?
Thanks,
Claus
I work thoroughly in Mathematica and in LaTeX and would enjoy the
following capability:
select some tex-math. Use a macro on it to do the following:
--expand out any short-hand I use as specified in an arbitrary style
file.
--call MathKernel on the TeX line.
--Convert from the TeX to Mathematica standard form using
Mathematica's ToExpression.
--Evaluate the math
--use Mathematica's TeXForm to convert the math output into LaTeX
--insert the result into the file or into the clipboard.
my Mathematica installation came with a command-line MathKernel
program which I've been trying to call with
MathKernel -noprompt <<EOF
TeX expression that I want evaluated
EOF
However, when I tried this in bash, the escaping of the TeX
backslashes on the way in and then again on the way out of the
MathKernel program was causing major headaches.
Has anyone ever interfaced the two programs in this way? Anyone have
any advice as to how to approach this problem? I can't seem to find
any Mathematica interaction bundle for TM.
Thanks very much,
Evan Berkowitz
--------------------------------------------------
Physics is like sex. Sure, it may give some practical results, but
that's not why we do it.
Richard Feynman
Hm,
when I delete that folder (move it to a different place), I get the
original error:
/tmp/temp_textmate.78au0T:3:in `require': no such file to load -- /
Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
process (LoadError) from /tmp/temp_textmate.78au0T:3
when I move the folder back, I still get the
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
/bin/sh: kpsewhich: command not found
Note: I didn't see the third line last night, cause it was printed
white on white in the latex/textmate output window.
Inside /Users/clausman/Library/Application Support/TextMate/Support
there are 5 folders:
Bundles
PlugIns
Pristine Copy
Support
Themes
inside Support there are quite a few more folders:
bin
css
images
lib
nibs
script
Sound
themes
and a file called version which contains the number 9280... anyways,
in bin there are a few files which I guess are related to latex:
LatexCitekeys.rb
LateXCommandCompletions.rb
LatexLabelCompletions.rb
Hm, so textmate can still not compile latex. I also have tried python,
and that doesn't work either. Trying to run the default script from
the templates, I get:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Python.tmbundle/Support/PyMate/pymate.rb:68:in `initialize': wrong
number of arguments (2 for 1) (ArgumentError) from /Applications/
TextMate.app/Contents/SharedSupport/Bundles/Python.tmbundle/Support/
PyMate/pymate.rb:68:in `new' from /Applications/TextMate.app/Contents/
SharedSupport/Bundles/Python.tmbundle/Support/PyMate/pymate.rb:68
Hm, does this mean that things are too messed up... and a clean
install is necessary? What files would I have to delete? And which
ones should I backup?
Or are there any other options?
Thanks for your help,
Claus
On 16-Oct-08, at 2:00 PM, textmate-request(a)lists.macromates.com wrote:
> Message: 4
> Date: Wed, 15 Oct 2008 22:00:09 +0200
> From: Alex Ross <tm-alex(a)rosiba.com>
> Subject: [TxMt] Re: problem running latex after svn up
> To: TextMate users <textmate(a)lists.macromates.com>
> Message-ID: <FDE0695F-B385-4188-A09C-341AC2CD0B2B(a)rosiba.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On Oct 15, 2008, at 9:43 PM, Claus wrote:
>
>> Hi,
>> after svn updating all my *.tmbundle, including the latex bundle,
>> after running a previously working latex-project, I got after cmd-R:
>>
>> /tmp/temp_textmate.hXj0XQ:3:in `require': no such file to load -- /
>> Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
>> process (LoadError) from /tmp/temp_textmate.hXj0XQ:3
>>
>> I looked around, and found that likely I have to also svn up the
>> "Support Folder":
>> cd /Library/Application\ Support/TextMate
>> svn co http://macromates.com/svn/Bundles/trunk/Support
>>
>> so I did, however, when I run
>> echo "$TM_SUPPORT_PATH"
>> I get
>> /Users/clausman/Library/Application Support/TextMate/Support
> What have you got in this directory? You can just delete /Users/
> clausman/Library/Application Support/TextMate/Support and I bet things
> will start working.
Hi,
after svn updating all my *.tmbundle, including the latex bundle,
after running a previously working latex-project, I got after cmd-R:
/tmp/temp_textmate.hXj0XQ:3:in `require': no such file to load -- /
Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/
process (LoadError) from /tmp/temp_textmate.hXj0XQ:3
I looked around, and found that likely I have to also svn up the
"Support Folder":
cd /Library/Application\ Support/TextMate
svn co http://macromates.com/svn/Bundles/trunk/Support
so I did, however, when I run
echo "$TM_SUPPORT_PATH"
I get
/Users/clausman/Library/Application Support/TextMate/Support
and not
/Library/Application Support/TextMate/Support
as I should according to
http://manual.macromates.com/en/bundles
Now, at first this didn't bother me too much,
but when I tried to cmd-R on my latex project, I got
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
(I have TM_LATEX_MASTER set under cmd-I)
interestingly, this error even occurs when I try to compile a single,
basic latex file like the following four lines (and I thought
TM_LATEX_MASTER is only necessary when using projects?)
\documentclass[article]
\begin{document}
Hello World
\end{document}
Can anybody help me how to get latex running again?
Is the "$TM_SUPPORT_PATH" the problem?
Or is there anything major different in the latex bundle recently
(last half year or so)?
Thanks for your help,
Claus
the version of PyMate in the svn repository doesn't work with Python
3.0rc1, as there have been major changes both to the language and to
the standard library.
the diff file attached to this message describes the changes needed to
make PyMate compatible with Python 3.0; it also migrates from the %
string formatting operator to the new str.format function, as
recommended by the Python 3.0 documentation.
sadly the changes are not backwards compatible (valid Python 2.x code
is not necessarily valid Python 3.x code and vice versa), so some
sorts of version check should be put in place -- I'll leave that to
the senior mantainers of the bundle.
cheers,
domenico
Hi there,
I hope this is the right place for this.
The MIPS bundle incorrectly indents after every return. It looks like
a simple typo. I've pasted the patch below.
Thank you!
Jason
Index: MIPS.tmbundle/Preferences/Miscellaneous.tmPreferences
===================================================================
--- MIPS.tmbundle/Preferences/Miscellaneous.tmPreferences (revision 10713)
+++ MIPS.tmbundle/Preferences/Miscellaneous.tmPreferences (working copy)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
@@ -16,7 +16,7 @@
</array>
</array>
<key>increaseIndentPattern</key>
- <string>^\s*[A-Za-z9-0_]+:\s*$</string>
+ <string>^\s*[A-Za-z0-9_]+:\s*$</string>
<key>smartTypingPairs</key>
<array>
<array>
On running the typesetting I had an error (see last line):
Warning: pdflatex supports synctex but you have included pdfsync. You can
safely remove \usepackage{pdfsync}
Processing: ./jalpac.tex
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
Including: images/uoc_logo_01.png
Processing: ./question_01/question_01.tex
Underfull \hbox (badness 10000) in paragraph at lines 39--44
Output written on jalpac.pdf (3 pages, 202757 bytes).
Complete transcript is in
jalpac.log
Telling Skim to Refresh "/Users/jal/Documents/UOC/M2008 - Desenvolupament
d'aplicacions web/PACs/PAC1/jalpac.pdf"...
sh: -c: line 0: unexpected EOF while looking for matching `"' sh: -c: line
1: syntax error: unexpected end of file
What can be causing this error?
--
View this message in context: http://www.nabble.com/Error-on-typesetting-request.-tp19968021p19968021.html
Sent from the textmate users mailing list archive at Nabble.com.
Folks;
Whenever I try to create a new HTML blog post in TextMate, I get the SPOD
and TM just sits there forever unless I Quit.
Is this a known issue?
Thanks,
-Chris
--
Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail:
cpatti(a)gmail.com
"We won't talk about spirituality and religion - although I will tell you I
have experienced a death bed conversion - I just bought a Macintosh!" -
Randy Pausch, _The Last Lecture_
Hi,
I completely removed the MacTex 2007 and install 2008. Once this is done it
stops working when I try to build (cmd+R) Get a big red mesage:
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
The text is over a small message that says something like (I have hardly
read it):/bin/sh: kpsewich: cdmmarck not open
( please do not trust this last sentece because as I say I can not see it
well)
So, on: echo $PATH I have:
/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin
on which kpsewich:
/usr/texbin/kpsewhich
On ls /usr I see the symbolic link :
...
lrwxr-xr-x 1 root wheel 63 Oct 13 10:06 texbin ->
../Library/TeX/Distributions/.DefaultTeX/Contents/Programs/i386
On ls : /Library/TeX/Distributions/.DefaultTeX/Contents/Programs
...
lrwxr-xr-x 1 root admin 64 Oct 13 10:07 i386 ->
../../../../../../../usr/local/texlive/2008/bin/universal-darwin
If I open Textmate from the terminal using "open -a textmate" the
typesetting works but on trying to reference a bibtex reference TM hangs and
a ruby script keeps using 100 of my CPU.
All this was with the latest version of the Latex bundle. When I move
backwards to the old version of the bundle (the one that ships with textmate
on August) The Typesetting works but the ruby still hungs on try to use a
reference to bibtex using 100 of my CPU.
Please can anyone help?
--
View this message in context: http://www.nabble.com/Latex-Bundle-Stop-to-work-on-MacTex-2008-installed-tp…
Sent from the textmate users mailing list archive at Nabble.com.
When I enter a label refenrece I get:
/Users/swtest/Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/lib/LaTeXUtils.rb:262:
command not found: kpsewhich -show-path=tex
\ref{sec:bibliography}
As I explain on a message 2 hours ago everything seems OK (paths).
NOTES: MacText 2008
Please help!
Regards
--
View this message in context: http://www.nabble.com/command-not-found%3A-kpsewhich--show-path%3Dtex-tp199…
Sent from the textmate users mailing list archive at Nabble.com.
Hi, all,
I'v been a Vim user for a long time. There's a shortcut 'dd' in vim
command mode to cut a line, then use 'yy' to paste it. I haven't found
any corresponding way to make this done in textmate, could anybody
here give some advise? Thanks in advance.
Regards,
--
Steve Chu
http://stvchu.org
Hi,
I'm unable to create any templates whatsoever. Any item I choose from
the New From Template menu does nothing. I don't see any errors in
Console. I quit TextMate, renamed the Application Support directory
and preferences directory (which effectively reverts to factory
settings), and restarted TextMate, but that had no effect on the
problem. Any suggestions on how to fix this? Thanks,
Trevor
TextMate 1.5.7
Mac OS 10.5.5
Well, what to say... from one day to the other my LaTeX bundle starts giving
me
"There was a problem reading the preferences file, continuing with defaults"
message which is a hell of a complication as my latex files do not work with
pdflatex :( I'm not aware of installing anything on my Mac in the last
days..... I even reinstalled TextMate & Latex bundle but the message is
still there :(
and by the way I have Leopard 10.5.4 & TextMate 1.5.7 (1436) so probably the
old posts about python problems with Tiger do not apply...
Is there an easy fix or should I really get to writting my own less fancy
but a working script for running latex & all the stuff instead of Typeset &
View??
--
View this message in context: http://www.nabble.com/problem-reading-preferences-file-for-LaTeX-bundle-tp1…
Sent from the textmate users mailing list archive at Nabble.com.
Is there a command that I could use to select a block of text and
convert all the special characters to the HTML equivalent (right and
left smart quotes, ampersands, em-dashes, etc...)
I find that I am often pasting in blocks of text from word and
selecting it and running one command would make my workflow a bit
easier.
Cheers,
Eric
----- Original Message ----
From: Alex Ross <tm-alex(a)rosiba.com>
To: feldesmanm(a)gmail.com; TextMate users <textmate(a)lists.macromates.com>
Sent: Wednesday, October 8, 2008 3:44:19 PM
Subject: Re: [TxMt] Re: Compiling C/C++ using Textmate
On Oct 9, 2008, at 12:36 AM, Marc Feldesman wrote:
> It returns an empty line.
Sorry that should have been:
ruby -e 'puts File.exists?(ENV["TM_SUPPORT_PATH"] + "/lib/tm/
executor.rb")'
If TM_SUPPORT_PATH is pointing correctly to your svn checkout of the
Support directory, and that checkout is also up to date, this will
return true.
> I've got 30 years of programming experience. If I'm having this
> much trouble after following the directions in 5.7 and especially
> 5.7.4 to the letter, how do less experienced people deal with these
> problems?
>
> Why doesn't Textmate simply set these preferences out of the box and
> run without this much fiddling. AquaEmacs works without anything
> special. SlickEdit works without anything special. XCode works out
> of the box. Why is TextMate so fiddly?
TextMate also works out of the box, but you've elected to install
prerelease code via svn. Most people do not encounter these problems
because they just use the bundles that are shipped with TextMate.
—Alex
I might not have bought it if it didn't compile C or C++ code out of the box. It is advertised as a programmer's editor. I haven't found many programmer's editor that don't do the basic things a programmer's editor do, such as compile code with basic tools. The instructions made it appear pretty easy to update and adding the new C bundle was trivial. Only after pouring through the list here did I discover that the Support directory needed to be updated, and even after following the directions exactly, you now tell me that an essential subfolder isn't there. How would I know that? I mean, I'm grateful for your help, but this shouldn't really be so difficult to track down the source of an install error and a path/directory error.
Hello,
Is there a way to make the LaTeX bundle treat warning as errors (and
provide for example links to underfull or overfull lines before
jumping to the document preview).
Thanks beforehand for any help,
Jean-Pierre
Upon updating my bundle to the latest svn source of the latex bundle I
got a similar html output window. Reverting to revision 10669
returned the expected output.
Thanks again for all the effort that goes into improving the Latex
bundle, your efforts are greatly appreciated!
Peter
On Sun, Oct 5, 2008 at 4:43 AM, Niels Kobschaetzki
<n.kobschaetzki(a)googlemail.com> wrote:
> Hi!
>
> In addition to my TeX-typesetting-problem I noticed that the
> HTML-output-window suddenly looks just plain wrong. I attached a
> screenshot. Some of the text is huge, other parts are very small and
> behind the huge stuff.
>
> Niels
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
>
There is something fundamentally wrong with Textmate's handling of the
Apple-R command. I have cutting edge build 1466 of Textmate, and the latest
versions of the C bundle and the Support bundle. Whenever I press Apple-R,
the result is:
/tmp/temp_textmate.bPPsQU:3:in `require': no such file to load --
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor
(LoadError) from /tmp/temp_textmate.bPPsQU:3
I have checked the path in bash, I've tested echo $PATH ^R and the search
path is correct. I really like Textmate, but if I can't get this issue
resolved I'll be forced to go back to AquaEmacs, which is awfully
cumbersome.
Either I'm missing something fundamentally obvious, or there is something
profoundly wrong. What command am I missing here?
--
View this message in context: http://www.nabble.com/Compiling-C-C%2B%2B-using-Textmate-tp19886007p1988600…
Sent from the textmate users mailing list archive at Nabble.com.
The conversion to LaTeX replaces any occurrences of '...' to /ldots.
That causes problems if the dots are followed by text, such as
...and then there were three.
as we and up with '\ldotsand'. Not knowing much of TeX, what is the
proper way to shield a variable from surrounding text?
Thanks
Gerd
Hi all,
How can you add options to the call to the pdflatex engine used by the
watch functionality of the LaTeX bundle?
Particularly, I'd like to be able to add the shell-escape option
(apparently it currently runs with that option disabled).
Thanks,
enas