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
I often receive lists to publish. When they come in, there are blank
lines between each item. Adding markup is easy. It _should_ be easy to
remove the blank lines, but I'm a klutz with regex. Can someone suggest
an easy way to bet rid of the blank lines.
I often find myself wanting to achieve the "find all" functionality in
Textmate without needing to use the mouse to point to this button. Of
course when you do a ⇧⌘F the "find all" button is highlighted by default
and you can simply type in your search phrase and hit enter. This is
exactly what I would like from ⌘F (aka, scoped to a single document versus
the project). Even if the "find all" button isn't the default it would be
nice if there was some keyboard hotkey that allowed pressing this button
without the hassle of having to move your mouse across and click the
button.
Is there a way to do this? If not, could this be considered as a useful
feature for a future release?
Ken
Seems about time to do this, right?
Question: What is the cleanest way to do this. Issues:
- Is it solid now, I can replace TM1?
- Can the old TM1 co-exit w/ TM2? I saw some posts with trouble but may be
solved.
- If they don't co-exist well, should I AppZap or similar TM1 first?
Instructions for uninstalling?
- Are bundles still fetched via svn? Are they compatible? I'm currently
running 1.5.11
- How do I pay for the upgrade?
Thanks!
--
View this message in context: http://textmate.1073791.n5.nabble.com/Upgrading-to-TM2-tp26604.html
Sent from the textmate users mailing list archive at Nabble.com.
Most of the time I'd want to apply Find and Replace to the entire document,
as opposed to the selection only. TextMate 2 seems to change behavior
depending on whether there is text selected. Is there a way to make it use
"Document" by default at all times? Thanks!
ysw
--
View this message in context: http://textmate.1073791.n5.nabble.com/How-do-I-set-document-as-default-in-F…
Sent from the textmate users mailing list archive at Nabble.com.
Hello,
I'm using the SCSS bundle and I'm tryingrun an action but I get this error :
*/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in
`report_activate_error': Could not find RubyGem sass (>= 0) (Gem::LoadError)
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:211:in
`activate'
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:1056:in
`gem'
from /usr/bin/sass-convert:18*
I installed the sass gem only for ruby 1.9.3 so I configured TextMate to use
the 1.9.3 version (using TM_RUBY) but the SCSS bundle keeps using the system
version of ruby which does not have the sass gem installed.
I don't know what to do next.
Thanks for your help.
--
View this message in context: http://textmate.1073791.n5.nabble.com/TextMate-has-ruby-version-1-9-3-confi…
Sent from the textmate users mailing list archive at Nabble.com.
I use GIT for version control. When I commit, all is well if I use -m
and type the message in line. If I don't use -m, GIT rejects the commit
for having no message. I suspect I need to tell GIT to wait for
completion of the save, but my efforts to do that have failed. This is
not a problem with TM2, but I don't know how to get TM to tell GIT to
pause. Can someone help me set this up so it works as it should?
--Lewy
Suddenly some commands stopped working, Specifically Label Based on Current Word / Selection… and "Citation (Ref-TeX Style)"
In both cases I get the following error message (off course with different header).
Failure running “Label Based on Current Word / Selection…”.
/Users/guido/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:19:in `initialize': No such file or directory - JUR11-Permission.tex (Errno::ENOENT)
from /Users/guido/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:19:in `open'
from /Users/guido/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:19:in `options'
from /Users/guido/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:39:in `master'
from /Users/guido/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/lib/LaTeXUtils.rb:56:in `get_labels'
from Label Based on Current Word / Selection…:8
Also I have noticed a different behaviour when clicking the button in the output window. The commands are executed but no message appears in the output window.
All the best
Guido
Hi,
TeXMate have the following engines predefined:
- pdflatex
- latex
- xelatex
- texexec
However I want to add some new default engines e.g. lualatex, arara,
luatex, pdftex.
I know that I can work with %!TS-program = luatex but this isn't what I
want to achieve.
How can I add a new default engine.
Thanks for your help
Marco Daniel
On Tue, 11 Jun 2013 12:00:15 +0000, Allan Odgaard wrote
>
> On Jun 4, 2013, at 2:53, Dushan Mitrovich <dushanm(a)spinn.net> wrote:
>
>> I just learned from the download page that TM 2 is intended only for
>> Lion and later. Will this remain the case?
>
> Yes, and once 10.9 is officially released, there is a good chance the
> requirements will be 10.8 and newer.
>
> Each OS update introduce new and better API plus bug fixes. Not being
> able to take advantage of the new API or having to provide
> workarounds for older OS versions (and test on these) affects
> productivity negatively.
>
>> That still works well, except for having no decent print options.
>
> I assume you're aware of
> http://wiki.macromates.com/HowTo/PrintWithColors? for now, 2.0
> hasn't improved upon printing (on the contrary), it still remains an
> unchecked item on my to-do list ;)
I hadn't been aware of that URL; thanks. I tried it and it works for
me, but I don't see that it offers any advantages over what I've been
doing up to now, which is opening the saved/edited file in another app,
e.g. Bean or jEdit, and printing from that. The main thing I'm missing
in TextMate is the lack of printing margins.
- Dushan
I rely extensively on the PHP bundles ability to "validate" the syntax and
it works just fine on my home computer but my laptop gives me the following
error:
[image: Inline images 1]
Any ideas on how I can get around this?
Ken
I just learned from the download page that TM 2 is intended only for
Lion and later. Will this remain the case? I'm on a late 2006 Mac Pro
which cannot be upgraded to Mountain Lion, so does that mean I'm stuck
with the 1.5.11 version. That still works well, except for having no
decent print options.
- Dushan
What does it take to add a bundle to the distribution?
There's a decent community that's been writing a Puppet bundle, and I'd love to see it included.
-currently the bundle is managed via forks in github. We're trying to reintegrate the forks to build the One True Bundle. - as a part of that, it'd be nice to distribute it via the official channels.
Questions include:
What license is necessary?
Who manages them?
Thanks!
Matthew Barr
mbarr(a)mbarr.net
c: (646) 727-0535
So on my other Mac my git branch would show up in the title bar and was
pretty useful. I just downloaded
*2.0-alpha.9427*
on my new computer and it no longer shows the git information. What
happened to it?
Thank you,
Kyle Hanson
Dear Textmaters,
I'm a very unsophisticated Textmate-lover who upgraded recently to Textmate 2.
In Textmate 1.X I'd made some macros to jump to the beginning or end of a
sentence while editing text. Basically, they just search backward or
forward for a gerrymandered regex and move the cursor to the position
of the first match.
Now, when I imported these macros into Textmate 2, the jump-forward macro
works fine. But, the jump-backward macro behaves like the jump-forward
macro. I.e., when I run it, it seems to do "find next" rather than the
requested "find previous".
The code is pasted below.
If anybody could suggest an explanation or remedy I'd appreciate it!
Thanks,
Max
(
{ argument = {
action = 'findPrevious';
findInProjectRegularExpression = :false;
findString = '\S';
ignoreCase = :true;
regularExpression = :true;
replaceAllScope = 'selection';
replaceString = '';
wrapAround = :false;
};
command = 'findWithOptions:';
},
{ argument = {
action = 'findPrevious';
findInProjectRegularExpression = :false;
findString = '((\?|\.|\!)(\''|\"|\)|\}|\])*(\n|\t|\r|\s)+)|((\r|\n)\s)';
ignoreCase = :true;
regularExpression = :true;
replaceAllScope = 'selection';
replaceString = '';
wrapAround = :true;
};
command = 'findWithOptions:';
},
{ command = 'moveRight:'; },
)
Usually Perl gives me nice and helpful error messages. On my new Mini it's not. I installed newer Perl than Apple currently provide using perlbrew and have my shebang line:
#!/Users/justin/perl5/perlbrew/perls/perl-5.16.2/bin/perl
My perl programs report helpful debug messages at the command line, but when I hit Cmd+r to have TM run the program they look like this:
BEGIN not safe after errors--compilation aborted at /Users/justin/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/Carp/Heavy.pm line 3.
Compilation failed in require at /Applications/TextMate.app/Contents/SharedSupport/Bundles/Perl.tmbundle/Support/exception_handler.pm line 30.
My TM_PERL variable is also:
/Users/justin/perl5/perlbrew/perls/perl-5.16.2/bin/perl
Reading through the exception_handler.pm file I see that line 30 is 'require Carp::Heavy…'. When I tried to install Carp/Heavy.pm using cpan it said that the module is up to date.
Any suggestions on what's not right here?
--
Justin C, by the sea.
It would also be easy to do using Obj-C, with the NSLinguisticTagger API:
http://developer.apple.com/library/ios/documentation/cocoa/reference/NSLing…
------------------------------
>
> Message: 2
> Date: Thu, 6 Jun 2013 07:31:55 -0500
> From: Phil Schumm <pschumm(a)uchicago.edu>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Find verbs and nouns
> Message-ID: <2F5211E5-CFDB-4621-9273-56BCF48658C5(a)uchicago.edu>
> Content-Type: text/plain; charset=us-ascii
>
> On Jun 6, 2013, at 4:58 AM, Ross Ahmed <rossahmed(a)googlemail.com> wrote:
> > Does TextMate have the ability to locate all verbs, nouns and adjectives
> in a body of text?
>
> On Jun 6, 2013, at 7:10 AM, Ross Ahmed <rossahmed(a)googlemail.com> wrote:
> > Do you know where I might find such a script?
>
>
> If it were me, I would do this with Python's Natural Language Toolkit (
> http://nltk.org). Specifically, the examples on this page show how easy
> it is to extract verbs, nouns and adjectives:
>
> http://nltk.org/book/ch05.html
>
> It would be very straightforward to write a small Python script that would
> use the NLTK to identify each of these types of words from a string, and
> then if you want call this from TextMate (e.g., passing the current window
> content as input).
>
>
> -- Phil
>
>