Hello friends,
TextMate desperately needs some updated T-shirts, but behind every great
T shirt is a great T shirt idea. So, even if you have no artistic
talent whatsoever, you can think up ideas for slogans and designs. And
even slogans that don't make it onto shirts could probably be useful for
something.
Anyway, once some good ideas have been offered up, it will be possible
to make some design mockups based on those. I'm happy to spend a bit of
time sometime doing some very basic designery stuff, though I'm hardly
an expert, and other more qualified designers would of course be welcome
to draw up shirts too.
But first let's see if as a group we can't come up with some killer slogans.
Anyone who contributes an idea/slogan, or a design, which ends up being
printed on the shirts gets one free (says Allan; I'm a poor student and
can't afford such things ;)
To start off, I was thinking it could be something along the lines of
"check and mate".
-Jacob Rus
Hello,
is it possible to somehow add own values to the wrap column menue?
I'm often using 72 as wrap column for writing emails, and adding this to
the menue as a user defined value would be really nice.
Thanks,
Eike
Is it possible to create a "palette" using tm_dialog? From a ruby
shell I can create a dialog that reads in a list and then lets me
load a nib asynchronously, clicking add multiple times. It then
returns all of the added choices when I close the nib. There are two
issues I'm working through:
1. When I run the same code from within a command, the dialog (nib)
freezes and takes no input until I cancel the command. I'm using the
wait_for_command loop from the dialog.rb code. I then manually close
the nib from the terminal. Is there something I'm missing?
2. I'd like to be able to keep the "palette" open and insert
snippets (or tags in this case) as I go, rather than upon window
close. I'd like to use this for both the Autotag bundle and the
Wordpress bundle, keeping a palette of Tags/Wordpress snippets open
and insertable at any time. Any way to do this?
Thanks,
Brett
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
ObTopic: I mean to do this in TextMate.
Suppose I were writing a LaTeX document and wanted to include Unicode
literals like ⌘ and ⇧. Is there a way to do that? The returns from
Google searches produce only packages that allow other encodings to
stand for character combinations TeX already knows.
— F
Hello Ladies and Gentlemen,
Is there a way to substitute an accented character by its non-
accented equivalent with a regular expression?
I'm asking because the LaTeX snippets for sectioning (cha, sec, sub,
subs, ...) automatically generate the label associated with a newly
created environment, but unfortunately the regexp used for this keeps
the characters accented.
Beacause of this, it requires to correct manually the label in order
for LaTeX to accept it for compilation.
Is it fixable?
Xavier Cambar
I'm having a little trouble with the Plain Text WIki. The command: export
wiki to HTML always gives the error -sh: line 1: /Library/Application: No
such file or directory,
Any ideas?
Regards,
Mark
Hi,
I don't remember when this warning starts happening but I can not make
anything out of looking at the bundle codes.
When I type "item" and do "command+{", the output now has a warning
message like below:
Warning: PropertyList is deprecated. Use OSX::PropertyList instead.
\begin{itemize}
\item
\end{itemize}
The command works as expected, but I can not figure out what trigger
the warning. I don't know the version of LaTeX bundle but I use
GetBundle to keep it updated.
TextMate 1.5.5 r1383
Mac OS X 10.4.9 PPC
ip
Hello everyone,
I was wondering if anyone else came across the same following
behavior: When repeatedly typesetting a LaTeX file (e.g. when
changing equations around), PDFView correctly updates the page in
question but then jumps back to the first page (making it very
annoying to scroll to the appropriate page again). I have only
experienced this behavior with _some_ files, while others seem to
work fine.
Thanks for your help,
Jonas Müller