Hello,
Today I always receive the error message
Running bibtex on mt.tex
Traceback (most recent call last): File "/Applications/TextMate.app/
Contents/SharedSupport/Bundles/Latex.tmbundle/Support/bin/texMate.py",
line 443, in texStatus, isFatal, numErrs, numWarns =
run_bibtex(texfile=fileName) File "/Applications/TextMate.app/Contents/
SharedSupport/Bundles/Latex.tmbundle/Support/bin/texMate.py", line 67,
in run_bibtex return stat,fatal,err,warn UnboundLocalError: local
variable 'stat' referenced before assignment
I did some "experiments" with the Bibtex setup and Command Editing in
the bundle editor, but I never edited any of those python files
manually.
The bibtex command is:
# just to remind you of some useful environment variables
# see Help / Shell Variables for the full list
. "${TM_SUPPORT_PATH}/lib/html.sh"
. "${TM_SUPPORT_PATH}/lib/webpreview.sh"
# Prepare output window.
html_header 'Run BibTeX'
texMate.py bibtex 1
The typeset & view command looks like this:
# Source some support functions we need.
. "${TM_SUPPORT_PATH}/lib/html.sh"
. "${TM_SUPPORT_PATH}/lib/webpreview.sh"
# Prepare output window.
html_header 'Typeset & View' "$FILE"
# Compile.
texMate.py latex 1
RC=$?
html_footer
# Cleanup
# find . -name "*.log" -exec rm -rf {} \;
# find . -name "*.aux" -exec rm -rf {} \;
# find . -name "*.aux.bak" -exec rm -rf {} \;
# find . -name "*.toc" -exec rm -rf {} \;
exit $RC
I am using Version 1.5.7 (1436).
What should I do to fix this?
Thanks!
Ok, I'm trying to convert my existing CVS repository to a Mercurial
repository.
I've installed cvsps, and Mercurial version is the latest (form
the .dmg) and includes the convert extension.
I've tried
hg convert /Volumes/Macintosh\ HD/usr/local/cvsrep/pcs /
Repositories/pcs
with and without a sudo (wave that dead chicken!)... result - nada.
Has anyone managed to do this in the past? Is there an easier way? Any
ideas?
Aaaarrrgggh.
R
I'm sure why these should override user-specified engines but the
following packages are checked for when using texMate.py,
latexIndicators = ['pstricks' , 'xyling' , 'pst-asr' , 'OTtablx' ,
'epsfig' ]
xelatexIndicators = ['xunicode', 'fontspec']
Unfortunately, the regular expression that detects packages is
'([^%]|^)\\usepackage(\[[\w, \-]+\])?\{([\w\-]+)\}'
which detects commented packages including anything (eg, spaces) after
the '%'. Seems like the following may make more sense
'(^[^%]*)\\usepackage(\[[\w, \-]+\])?\{([\w\-]+)\}'
---------------------
Fernando Diaz
Department of Computer Science
University of Massachusetts
Amherst, MA 01003
---------------------
tel: (413) 545-3059
fax: (413) 545-1789
---------------------
email: fdiaz(a)cs.umass.edu
home: http://ciir.cs.umass.edu/~fdiaz
I just tried using the TODO bundle for the first time in a project
with folders. It appears to only search the files in the first folder
in the project. Is this a bug or user error?
--
Daryl Spitzer
Hey, I recently noticed a strange UI bug when launching TextMate, the
screenshot will explain it I think:
http://www.yiqiang.org/tm_drawer_bug.png
If you move the window around, the drawer will snap itself back to the main
window. It's not a very evil bug, but I thought I'd report it anyways :)
Cheers,
Yi
--
http://www.yiqiang.org
Hi all
please bear with me, I am just trying to get my head round the GTDAlt
bundle but it is not loving me back.
1) It is working ok, but although I duly created the two shell
variables TM_GTD_DIRECTORY and TM_GTD_INBOX and also a inbox.txt file
inside said directory I am still getting the error message "Some files
need to get created first" upon calling the "Process inbox" script. I
must have overlooked something but I am stuck.
2) I have been unable to find out what actually causes ticking the
checkbox in the HTML output back to the actual textfile to mark a task
as completed. It sometimes does, sometimes it just doesn't.
3) Are recurring actions aka "remind" an option?
4) When sorting tasks by using the Textmate "Line up/line down"
command, the focus does not stay with the line that I just shifted,
thus shifting it two or more lines up or down inconvenient. Is there a
way around this other than moving the caret?
Many thanks in advance, Textmate is a great tool that I appreciate more and more
Prion
Up until recently, Ive had great luck with the blogging bundle for
TextMate. However, now in both Tiger and Leopard I get this error
whenever I try to do anything (like Fetch Posts or Publish a Post).
Received exception:#<NoMethodError: undefined method `[]' for
nil:NilClass>
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rexml/parsers/baseparser.rb:320:in `pull'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rexml/parsers/streamparser.rb:16:in `parse'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rexml/document.rb:185:in `parse_stream'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/parser.rb:717:in `parse'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/parser.rb:460:in `parseMethodResponse'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/client.rb:421:in `call2'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/client.rb:410:in `call'
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/metaweblog.rb:34:in `newPost'
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:531:in `post_or_update'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:36:in `call'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:36:in `call_with_progress'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:43:in `call'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:43:in `call_with_progress'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:
17:in `dialog'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:40:in `call_with_progress'
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:526:in `post_or_update'
/tmp/temp_textmate.GftXwA:3
...
Exception parsing
Line: 0
Position: 0
Last 80 unconsumed characters:
</methodResponse
I've scoured the web looking for info about this but cannot find
anything. Any suggestions would be greatly appreciated.
Thanks!
--
Matt Berther
http://www.mattberther.com
Greetings,
I use the GTDAlt bundle with TextMate to "get things done". Recently I
upgraded to Leopard and some of the functionality of the bundle broke
and it seems to be linked to an issue with Ruby. I'm not a Ruby
programmer (I'm barely an HTML guy) so I cannot really diagnose what's
going on with the bundle.
For example, I attempt to type the due date of a project by typing
'#' (shift + 4 on US keyboards) which brings up a date selection
window. Entering a date, or number of days from the current date does
not yield the desired output but instead prints the following to the
active file:
--code--
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/date/format.rb:230:in /bin/bash: -c: line 0: unexpected EOF while
looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filestrftime'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/date/format.rb:201:in /bin/bash: -c: line 0: unexpected EOF
while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filestrftime'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/date.rb:1343:in
--code--
This bundle worked wonderfully prior to installing OS X 10.5. Any
ideas what's going on here?
Thanks,
Mark
Hi there, I've been having some troubles including images in my LaTeX
projects lately. I think it was after some update of textmate, but I'm not
100% sure.
What annoys me, is that by using pdflatex in the terminal everything works
the way it should, but when using textmate, I get some strange errors. I
keep the imagefiles (png) in a folder images/imagename, and so the include
looks like this: \includegraphics{images/foo}. As said, using pdflatex in
terminal works like a charm, but textmate gives me this error: Latex Error:
./Introduction.tex:4 LaTeX Error: File `images/sensornetworks' not found.
adding the .png gives me another error: Latex Error: ./Introduction.tex:4
LaTeX Error: Cannot determine size of graphic in images/sensornetworks.png
(no BoundingBox).
but this ending shouldn't bee needed afaik.
So, I'm hoping for some help here, because I'm pretty much stuck.
regards
VeX
--
View this message in context: http://www.nabble.com/LaTeX-troubles-including-images-tf4764135.html#a13625…
Sent from the textmate users mailing list archive at Nabble.com.