Perhaps the answer is already somewhere -- if so, please point me in the
right direction.
I've just decided to completely switch from Xcode to TextMate. I've
imported a WebObjects project and everything was great, until I tried to
open the .html file inside a .wo bundle.
Is there a way that I can import the project and have TextMate make the
.wo a folder, showing the .html and .wod files inside?
--
-------------------------------------
Dana Kashubeck
Systems Manager
Riemer Reporting Service Inc.
http://www.riemer.com
Phone: 440-835-2477 x. 125
Fax: 440-835-4594
-------------------------------------
Hello,
I'm writing my master thesis with TextMate and the LaTeX bundle, and I
encountered two problems.
First, I want to compile it using latex, and not pdftex. So, I set the
variable TM_LATEX_COMPILER to latex. However, this only is not enough. I
checked the Typeset & View script and I had to add this in order to make
it work :
if [ "$TEX" == "latex" ]; then
TEX_PSTRICKS=1
fi
after the line
TEX=${TM_LATEX_COMPILER:-$DEF_TEX}
Second, I write it in French. There are a lot of accents (é,è,à,ù,ï,ë,
and so on) in French, and sometimes, there is one in a
chapter/section/subsection title. The accents go into the label to.
Creating the chapter/section/subsection works fine with the accents.
However, when I try to refer to them and use \ref{sub followed by
Alt-Esc to use the auto-completion, I can select the sections with
accents in the labels, but when I do select a section with an accent,
instead of writing the label, it deletes everything inside the \ref{}. I
see two solution to this :
- Change the autocompletion script so that it can take accents.
- Change the chapter/section/subsection/... commands so that they
replace accents by regular letters (éèë by e, ...) in the labels.
However, I don't know how to do any of them.
Does anyone have a workaround this ? Or is it possible that someone
correct this in the bundle ?
Thanks,
Maxime Boissonneault
maxime.boissonneault(a)usherbrooke.ca
Textmate 1.5.5 (1383)
Subversion -> Status, then clicking the Commit button results in this:
/Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/svn_commit.rb:17:in `require': No such file to load -- /Applications/_txt/TextMate.app/Contents/SharedSupport/Support/lib/io (LoadError)
from /Library/Application Support/TextMate/Bundles/Subversion.tmbundle/Support/svn_commit.rb:17
Eh?
Quinn
Does anyone besides me find it ironic that the Bundle Editor window where we
edit TM commands is not, itself, a TM window? Thus, while writing e.g. a
Ruby command, we don't get any syntax coloring, delimiter pairing, etc...
m.
--
matt neuburg, phd = matt(a)tidbits.com, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
Help needed. I have \usepackage{pdfsync} in my preambles, I set my
viewer as TeXShop or Skim in TextMate's shell variables or for the
project, but command-click gives no result.
Should add set other variables such as TM_LATEX_MASTER? and what value?
Or edit the command "show in PDF Viewer"?
Thanks for the help. I just thought I had to go back to editing in
TeXShop (because of the pdfsynching), but I couldn't bring myself to
edit in TeXShop anymore, I'm already hooked on TextMate, after just a
couple days...
--Gildas Hamel
I'm hoping someone can help me figure out why I can't bring up bundle
help items using Ctrl-H anymore. This key combination is now deleting
instead. I've deleted all my preferences and support files and
re-installed, but I'm still out of luck on this.
Any help would be appreciated.
Dylan
dear all,
I just moved to a new machine (from PPC to macintel) and now "typeset
& view" doesn't work. more precisely: compilation of the file is fine
but preview doesn't work. instead i get a spinning ball in the upper
left corner and a paper icon in the middle of the html-window.
on the command line ps2pdf, pdfview etc. do work. if I remove *.dvi,
*.ps, *.pdf in the working directory, TM initiates their recreation,
so this isn't the problem. it sems to me that, for some reason, TM
can't access the previewer.
i re-installed TM, to no avail. same if i create another user account
and try it there.
TM, cutting edge.
any hints?
best,
christoph
hi,
is there any way in textmate to type i.e. ' without completing it with
another ' ?
sometimes it's convinient to have closing apostrophe and sometimes it's
pretty annoying.
thanks,
mikie
Does anyone know if it is possible to set TextMate to blog to a
SimplePHP blog (http://sourceforge.net/projects/sphpblog/)? I chose
SPHPBlog a while back because of the ease of its installation, but
perhaps this same ease precludes using TM for editing posts to it?
Thanks for any help,
--Gildas Hamel
Hi again!
I just have seen that the LaTeX-Beamer-grammar is missing. Did I got
that from some other source or is it just integrated into the LaTeX-
bundle nowadays (I have an actual svn-checkout)
Niels