Hi, it has been long time I didn't typeset any document using the latex
bundle, which actually is not typesetting anymore. From this error message,
it seems that the PATH wasn't configured, does anyone have any clue?
Daniel
Typesetting “!Users!dmarcelino!Documents!My Talks!Alumni!Alumni.tex”…
/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/Bundle
Support.tmbundle/Support/shared/lib/tm/process.rb:166: warning: Insecure
world writable dir /Users/dmarcelino/Library/Application Support in PATH,
mode 040706 File "/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py",
line 54 print "Using Tiger Compatibility version of Popen class" ^
SyntaxError: invalid syntax
Theme:
/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/Bundle
Support.tmbundle/Support/shared/lib/tm/process.rb:166: warning: Insecure
world writable dir /Users/dmarcelino/Library/Application Support in PATH,
mode 040706 File "/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py",
line 54 print "Using Tiger Compatibility version of Popen class" ^
SyntaxError: invalid syntax
--
\begin{signature}
Daniel Marcelino
☁ dm.silva(a)umontreal.ca
☎ (514) 343 6111 #3799
Skype: d.marcelino
✎ 3200 Jean Brillant, Office C5071
Montreal, QC; H3T 1N8
Canada
\end{signature}
"Small steps toward a much better world"
In the first line of my .tex document I write:
%!TEX TS-options = -output-dir='./output'
The effect is that all the output files, like .pdf, .aux, .log, etc goes to
the directory /output .
However, when I use the Latex Watch command, I get a .aux and a .pdf files
on my current directory, and as a consequence, I can't have the features
pdfsync(sync between the caret on .tex and the pdf) and latex watch
(changing the .tex changes the .pdf,a kind of a live preview) on the same
files. In the .pdf inside /output I get the pdf sync, and in the pdf created
by the Latex Watch command, I have the "live preview" feature.
In sum, I would like both features on the same .pdf file inside the /output
directory. How can I manage the Latex Watch to work on the /output directory
instead of creating a new pdf on the current directory?
Best,
S.V.
--
View this message in context: http://textmate.1073791.n5.nabble.com/Latex-Watch-tp26635.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi everyone,
First of all, thank you for the great job done on TextMate (I really enjoy
this software !).
I am facing a problem with citation completion when I am using a .bib that
is not in the same directory as the .tex. Is there a place where I can find
a step by step procedure to enable the auto-completion when the .bib in not
in the same directory as the .tex?
Thank you in advance for your help.
Pierre
--
View this message in context: http://textmate.1073791.n5.nabble.com/citation-completion-with-bib-not-in-t…
Sent from the textmate users mailing list archive at Nabble.com.
> As a long-time TextMate user I've really been enjoying using the new TextMate alpha. There is one feature from 1.5 that I sorely miss -- or at least, can't see how to replicate in v2.
>
> I've checked the FAQ and mailing list but can't see if this was covered before. Apologies if it has been.
>
> I often use quite complex regexes on large files and I want to see what result my replace has had before moving on to the next match.
>
> In v1.5 you did this by clicking "Replace" -- this enabled you to see the result of your substitution (and back out of it if needed). You then clicked "Find" to move to the next match, and so on.
>
> Now however I only see a "Replace and Find" which means I have to remember the line number of the replace then manually scroll back to see if my regex did what I expected (or not).
>
> Is there a new way of doing this? If so, it's not obvious to me.
>
> Many thanks,
>
> Donald
Hey Guys,
I used to use really often the shortcut ctrl-shit-w with some text selected
to wrap it into an HTML, the command is still there in the HTML bundle menu
but it does not work anymore
(whatever the grammar is HTML or HTML Rails)
Thank you very much for your help
Ronan
Montain Lion, last Textmate release
Is it possible to have certain "favourites" when opened via ⌘⇧O, open with
a non-default theme? I'm thinking there's likely something in the
.tm_properties file that might help me do this but I'm a little in the dark
on where to look to figure this out.
Ken
I love navigating classes with the Go To Symbol ⇧⌘T dialog. So much so, in
fact, that I now have started keeping it open all the time so that I have
quicker access but also to just give me context of all the methods
available in the class.
That said, I've noticed that as you modify the file -- while keeping the Go
To Symbol dialog open -- the symbol links become out of sync and the only
way I know of to fix this is to close it and then re-open it. Is this
something that could be automatically kept up-to-date? If not, is there a
hotkey to refresh it?
Finally, as I've started to keep this window open I started thinking of
things I'd love to see added if possible:
- *Docking*. Could this window not be docked into the same location as
the file explorer? If this were done well it could be really nice.
- *Public/Private/Protected*. If there were some subtle but always-on
font distinctions between access modifiers this could be quite useful. I'd
love to also see "static" called out in some way but obviously don't want
to clutter the font palette too much.
- *Signature Balloons*. If you held your cursor over a method it would
be nice to see the signature of that method. This would save a lot of toing
and frowing in a file.
Ken