hello
It's a eally recurring problem.
Ih the archives :
"On 8/25/07, Charilaos Skiadas <cskiadas-
Re5JQEeQqe8AvxtiuMwx3w(a)public.gmane.org> wrote:
On Aug 25, 2007, at 7:44 PM, Clover wrote:
> What could I have done that will give me this error when I hit
> command-R for compiling latex:
>
> "python: execv: /Library/Frameworks/Python.framework/Versions/2.5/
> Resources/Python.app/Contents/MacOS/Python: No such file or
directory"
It sounds like there is some problem with your setup for python. The
command runs a python script that starts with the line:
#!/usr/bin/env python2.3
That should be #!/usr/bin/env python
I inadvertently left the 2.3 on there since I need to force 2.3 to
make sure it works with the version of python that is shipped with
the OS. I use 2.5 for my daily work. I just checked in a change
that removes the 2.3
This means it should explicitly look for and use python2.3. In your
case, it seems to be doing something weird. Have you messed with the
python installation in any way? Hopefully Brad, or someone else more
knowledgeable with Python, might be able to help us here.
I don't think OP is using the the bundle from svn since it was
looking for python2.5. There is definitely something very
nonstandard about the OP's setup since it is looking for the Python
inside the .app bundle."
Well, i am in this case . On my mac, I've Python2.3 and Python2.5. If
I write in the terminal
$ python
I get : Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
Actually I work with build 1414 and it's the latest cutting-edge
build of TextMate is 1414.
With that' all is fine. Now If I dowload the Latex.tmbundle and put
it anywhere, I have an error
around python 2.3
Regards Alain Matthes
Hi all,
If a new section is created in LaTeX mode with the sec[TAB] shortcut,
the following will appear:
\section{section name} % (fold)
\label{sec:section_name}
% section section_name (end)
Which is great! However, if the "Tidy" command is then performed on
the file, it will be re-arranged to
this:
\section{section name}
% (fold)
\label{sec:section_name}
% section section_name (end)
Which not only looks really ugly, but means that the fold takes up 3
lines instead of one, and doesn't have
a title.
Could somebody please have a look at this and see if it's fixable?
Files saved by TextMate crashes when opened in BBEdit. The file encoding
default is UTF-8. Is there a compatibility issue between these two apps?
Which encoding format should I be using?
--
View this message in context: http://www.nabble.com/TextMate-file-encoding-crashes-BBEdit-tf4437491.html#…
Sent from the textmate users mailing list archive at Nabble.com.
hello:)
I try to make a specific theme for latex but I have some problems and
some questions :
Firstly, we need something like :
{ name = 'constant.numeric.math.latex';
match = '(([0-9]*[\.][0-9]+)|[0-9]+)';
},
because $ a+2b $ and \[ a+2b\] don't give the same thing
Then I don't understand very well why all the part about "lstlisting"
"lstlisting" don't work with utf8 and why it is not possible to make
this work outside text.tex.latex ?
(perhaps it is not possible ?)
I would like to make a grammar about Tikz so I try to understand how
to make this...
I think perhaps a system of preferences like in Kile will be a good
think : for the grammar but for completion
1) A kernel around tex and latex
2) modules for book with index and biblio....
3) modules for the different packages pstricks, tikz, beamer
or perhaps different scopes : latex, latex-writer
An other thing I would like also make a scope for latex-developper
because we need a lot of keywords
like global let def edef etc... with tex
but with calc, ifthen, xkeyval there are a lot of others keywords,
for example ifthenelse is very important.
What is the good way to make this? I suppose that I need to add
specific files but hox to proceed... ?
Regards Alain (sorry for my bad english)
Hi Team.
Congratulations for you. It is becoming an amazing and helpful repository!!
About Textmate, I have a TODO bundle question.
After typed fixme or changed + TAB, I cannot obtain the same behaviour
obtained when I type todo + TAB.
For instance,
After typed todo + TAB, the content is changed to % TODO
But fixme + TAB
or
changed + TAB
Nothing is changed.
Could you please help with this?
Thanks in advance,
Rei
--
View this message in context: http://www.nabble.com/TODO-bundle-tf4422505.html#a12614333
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
Just got a new machine and had to reinstall the file system and all
my apps, among those TextMate and the LaTex system (CTAN).
Opening a previously made latex file and trying to compile it, I get
the following error message:
---
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6
Typesetting: ./master_project_outline.tex
Document Class: report 2005/09/16 v1.4f Standard LaTeX document clas
! LaTeX Error: File `utf-8.def' not found.
master_project_outline.log
---
Would appreciate it very much if someone could drop me a line and
tell me how to make TextMate aware of the utf-8.def file.
Sincerely,
Kjell Are Refsvik
Lillehammer, Norway
Hello all,
I'm looking for a way to delete all extra space from a file on save.
Extra space would include extra space on the end of lines. For empty
lines, this would delete all space contained within them. Any ideas?
Thanks,
Michael
Hi Team.
Congratulations for thelist. It is becoming an amazing repository!!
About textmate, I have a TODO bundle question.
After typed fixme or changed + TAB, I cannot obtain the same behaviour
obtained when I type todo + TAB.
For instance,
After typed todo + TAB, the content is changed to % TODO
But fixme + TAB
or
changed + TAB
Nothing is changed.
Could you please help with this?
Thanks in advance,
Rei
Hi,
I have a question and sure about that this question has answered
before : ), but I'm not able to browse the message archive now,
Is there any keyboard shortcut or trigger that matches and focuses
opening or closing tag (or selects its content)? (without fold).
thanks.
--
Özgür Odabasi