So what's the deal with the -halt-on-error flag shipped from TM to pdfLaTeX? My pdflatex (pdfTeX (Web2C 7.4.5) 3.14159-1.10b; from the teTeX package) doesn't dig that flag at least.
On 1. feb 2005, at 11:55, Sune Foldager wrote:
So what's the deal with the -halt-on-error flag shipped from TM to pdfLaTeX? My pdflatex (pdfTeX (Web2C 7.4.5) 3.14159-1.10b; from the teTeX package) doesn't dig that flag at least.
Unknown option -output-directory also... maybe others as well ;-).
yup, me too :-)
Am 01.02.2005 um 11:59 schrieb Sune Foldager:
On 1. feb 2005, at 11:55, Sune Foldager wrote:
So what's the deal with the -halt-on-error flag shipped from TM to pdfLaTeX? My pdflatex (pdfTeX (Web2C 7.4.5) 3.14159-1.10b; from the teTeX package) doesn't dig that flag at least.
Unknown option -output-directory also... maybe others as well ;-).
-- Sune. :: the Cottage of Lost Play. :: http://cyanite.org
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
-- "Stil ist die Fähigkeit, komplizierte Dinge einfach zu sagen - nicht umgekehrt." -- Cocteau, Jean
On Feb 1, 2005, at 14:22, Lars Hoss wrote:
Unknown option -output-directory also... maybe others as well ;-).
yup, me too :-)
You need to upgrade to 7.5.3, as mentioned by Eric earlier today:
http://lists.macromates.com/pipermail/textmate/2005-February/ 002676.html
Oh, ok. Sorry. *update*
Regards, Lars
Am 01.02.2005 um 14:31 schrieb Allan Odgaard:
On Feb 1, 2005, at 14:22, Lars Hoss wrote:
Unknown option -output-directory also... maybe others as well ;-).
yup, me too :-)
You need to upgrade to 7.5.3, as mentioned by Eric earlier today: http://lists.macromates.com/pipermail/textmate/2005-February/ 002676.html
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
-- "Stil ist die Fähigkeit, komplizierte Dinge einfach zu sagen - nicht umgekehrt." -- Cocteau, Jean
PdfLateX works great. I have the latest LaTeX distribution and everything works as expected. I also had to delete my 'com.macromates.textmate.plist' though (have your serial number ready to re-input).
Thanks Allan, this is a very nice addition to TextMate. I know LaTeX was not the original intent of TextMate, but with so many of TextMates other features, it is a great tool for writing.
Robert
********************************************************************* Allan Odgaard wrote on [Tuesday, February 1, 2005 +0100]
On Feb 1, 2005, at 14:22, Lars Hoss wrote:
Unknown option -output-directory also... maybe others as well ;-).
yup, me too :-)
You need to upgrade to 7.5.3, as mentioned by Eric earlier today: http://lists.macromates.com/pipermail/textmate/2005-February/ 002676.html
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Just reporting that the PDF LaTeX command is great for outputting hyperref documents as the links are immediately accessible in Shubert's plugin.
Quick question though. Now I would like to use XeLateX as my typesetting engine so I can change fonts through fontspec. How can I change the bundle command in PDF LateX to use XeLateX ($xelatex [file] in the terminal)?
Thanks
Robert
P.S., It would also be nice to be able to use ConTeXt ($texexec)
On Feb 1, 2005, at 19:01, Robert Ullrey wrote:
Quick question though. Now I would like to use XeLateX as my typesetting engine so I can change fonts through fontspec. How can I change the bundle command in PDF LateX to use XeLateX ($xelatex [file] in the terminal)?
Select Automation -> Run Command -> Edit Commands…
Here you'll find LaTeX / PDF LaTeX which is the current command. Duplicate it and make your changes. It's a lot of lines, but the essense is the pdflatex which output is piped into perl, that makes the errors HTML anchors.
Ask if there's anything.
P.S., It would also be nice to be able to use ConTeXt ($texexec)
It shouldn't be a problem to modify the command to use ConTeXt instead.
Thanks Allan, I thought that was how to go about making a change. I have ConTeXt working to produce a beautiful pdf. However, it does not load up in Shubert's plugin... yet. I do however get the log file. I'll keep playing with it.
As for XeLaTeX, it is still using Web2c 7.5.2 so it does not work. I have a letter in to NRSI (the developers) to see if they plan on updating soon. XeLaTeX provides great type functionality so it will be a joy to use in TextMate.
Cheers, Robert
On Feb 2, 2005, at 0:39, Mr. Robert Ullrey wrote:
[...] However, it does not load up in Shubert's plugin...
You need to have the web-view reload the page, but with the PDF as URL. I did this in the PDF LaTeX command by echo'ing an <meta http-equiv="refresh" content"file://..."> tag.
I assume it could also be done with JavaScript.
Btw: a nice feature of the plugin is that one can provide arguments, for example the starting page. Unfortunately there is no way to get the page number currently displayed by the plugin, I've written the author trying to persuade him to let it remember the page if it's given a file-id argument (so it'd just store the current page in the programs defaults using the file-id as key) -- but so far I haven't been successful.
As for XeLaTeX, it is still using Web2c 7.5.2 so it does not work.
The current requirement of 7.5.3 was only because I was unaware that the options I used was for the latest build. I _think_ that instead of -halt-on-error one can use -interaction batchmode (though I have never really understood these different modes). Working directory was just to not clutter the folder containing the .tex file and jobtitle because I generate unique names for each run (and delete the temporary files after 30 seconds), the reason for this was that initially I had the command just pdflatex the current buffer (stdin) instead of working on an actual file (so one could preview latex w/o creating a file, like with HTML).
The latest unstable version of tetex from the fink archive appears to be several versions out of date. As Eric mentioned earlier, he uesd i-Installer to update to pdflatex version 7.5.3. The the most recent pdflatex from fink appears to be 7.4.5!
I'm in the middle of converting to the i-Installer distribution of latex. I'll let you know how it goes...
Brad
On Feb 1, 2005, at 7:22 AM, Lars Hoss wrote:
yup, me too :-)
Am 01.02.2005 um 11:59 schrieb Sune Foldager:
On 1. feb 2005, at 11:55, Sune Foldager wrote:
So what's the deal with the -halt-on-error flag shipped from TM to pdfLaTeX? My pdflatex (pdfTeX (Web2C 7.4.5) 3.14159-1.10b; from the teTeX package) doesn't dig that flag at least.
Unknown option -output-directory also... maybe others as well ;-).
-- Sune. :: the Cottage of Lost Play. :: http://cyanite.org
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
-- "Stil ist die Fähigkeit, komplizierte Dinge einfach zu sagen - nicht umgekehrt." -- Cocteau, Jean
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Brad Miller, PhD Assistant Professor Luther College http://www.cs.luther.edu/~bmiller jabber: bnmnetp@jabber.org
On Feb 1, 2005, at 14:35, Brad Miller wrote:
I'm in the middle of converting to the i-Installer distribution of latex. I'll let you know how it goes...
The i-installer also has a very good HTML converter (tex4ht) it does beautiful anti-aliasing when it needs to generate images (e.g. for mathematics) and is without a doubt the best LaTeX to HTML conversion I've seen!
The upgrade went very smoothly, I chose the expert mode install and accepted all the defaults.
Now I'm almost ecstatic about the PDF LaTeX command :-)
Allan, here is another case where a project specific variable would be extremely handy. Since I almost always work with multiple files for my latex projects I would really love to be able to specify a main file, or root file and have pdflatex run on that file rather than $TM_FILEPATH. Obviously I can switch buffers to the main file and hit F3 but thats not as convenient.
I suppose this makes error handling more difficult though...
Actually I just tried running from my main file with an error to see what would happen.... TextMate and the HTML preview window crashed. :-(
Brad
On Feb 1, 2005, at 7:39 AM, Allan Odgaard wrote:
On Feb 1, 2005, at 14:35, Brad Miller wrote:
I'm in the middle of converting to the i-Installer distribution of latex. I'll let you know how it goes...
The i-installer also has a very good HTML converter (tex4ht) it does beautiful anti-aliasing when it needs to generate images (e.g. for mathematics) and is without a doubt the best LaTeX to HTML conversion I've seen!
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Brad Miller, PhD Assistant Professor Luther College http://www.cs.luther.edu/~bmiller jabber: bnmnetp@jabber.org
On Feb 1, 2005, at 16:12, Brad Miller wrote:
Allan, here is another case where a project specific variable would be extremely handy. [...]
But they do exist, just rather hidden. Select the I button in the project drawer when no items are selected.
Actually I just tried running from my main file with an error to see what would happen.... TextMate and the HTML preview window crashed. :-(
Could you send me the crash-log and/or more details about this?
Sorry for sending this crash log to the list, but I've tried three times, and I cannot get mail to go to you directly. (even after telling Mail to convert everything to plain text)
Here's what I got back from the mailer... The original message was received at Tue, 1 Feb 2005 07:48:22 -0800 (PST) from smtpin01-en2 [10.13.10.146]
----- The following addresses had permanent fatal errors ----- allan@macromates.com (reason: 550 Error: Your email program uses "=20" instead of spaces. Please correct this (try setting your mail program to use plain text) and resend your message.)
----- Transcript of session follows -----
On Feb 1, 2005, at 9:18 AM, Allan Odgaard wrote:
On Feb 1, 2005, at 16:12, Brad Miller wrote:
Allan, here is another case where a project specific variable would be extremely handy. [...]
But they do exist, just rather hidden. Select the I button in the project drawer when no items are selected.
Actually I just tried running from my main file with an error to see what would happen.... TextMate and the HTML preview window crashed. :-(
Could you send me the crash-log and/or more details about this?
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Brad Miller, PhD Assistant Professor Luther College http://www.cs.luther.edu/~bmiller jabber: bnmnetp@jabber.org
Sorry for sending this crash log to the list, but I've tried three times, and I cannot get mail to go to you directly. (even after telling Mail to convert everything to plain text)
Here's what I got back from the mailer... The original message was received at Tue, 1 Feb 2005 07:48:22 -0800 (PST) from smtpin01-en2 [10.13.10.146]
----- The following addresses had permanent fatal errors ----- allan@macromates.com (reason: 550 Error: Your email program uses "=20" instead of spaces. Please correct this (try setting your mail program to use plain text) and resend your message.)
----- Transcript of session follows -----
On Feb 1, 2005, at 9:18 AM, Allan Odgaard wrote:
On Feb 1, 2005, at 16:12, Brad Miller wrote:
Allan, here is another case where a project specific variable would be extremely handy. [...]
But they do exist, just rather hidden. Select the I button in the project drawer when no items are selected.
Actually I just tried running from my main file with an error to see what would happen.... TextMate and the HTML preview window crashed. :-(
Could you send me the crash-log and/or more details about this?
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Brad Miller, PhD Assistant Professor Luther College http://www.cs.luther.edu/~bmiller jabber: bnmnetp@jabber.org
On 1. feb 2005, at 14:35, Brad Miller wrote:
The latest unstable version of tetex from the fink archive appears to be several versions out of date [...].
Yes, in fact the teTeX package doesn't have the newest Web2C TeX version at all no matter what distro you pick. The i-Installer one is a mixture of teTeX (for the foundation) and a binary distro called TeX-live for the programs (tex, pdftex, dvips etc.). teTeX is the most popular package for *nix as far as I am aware, so it's rather odd that it's behind like this. And too bad. But at least it can be worked around on the mac.