[SVN] Revision 1391 (Latex)

Charilaos Skiadas cskiadas at uchicago.edu
Thu Jul 28 20:11:21 UTC 2005


On Jul 28, 2005, at 2:53 PM, Brad Miller wrote:

> Good idea.  It looks like ctrl-cmd-b is available.  I'll go ahead  
> and bind both bibtex and makeindex to that.
>
> I was poking at Latexmk earlier this summer.  Latexmk is a perl  
> script that takes care of the whole build for you running latex,  
> bibtex, makeindex as many times as necessary and in the proper order.
>
> The trick came when I looked at modifying the beast.  Oh how I hate  
> to read other people's Perl code!
> I want to maintain the nice html output page we have in TextMate.   
> At the time it looked easier

Yeah, I love that too. There is only a slight problem with it for me.  
While it tells me on which row an error is, and what kind of error it  
is, for instance "Undefined control sequence" is the most usual, it  
does not tell me what the command that does not exist is. I guess  
this information might be in the next line of the output, but somehow  
it doesn't get shown in the html version.
I was trying to reproduce an example to show you, tried something like:

\documentclass{amsart}
\begin{document}
     Hello there:
         \something wrong?
\end{document}

But for some reason it compiles perfectly well from within textmate,  
completely ignoring the \something command.
The console shows this by the way:
2005-07-28 15:08:19.888 TextMate[11260] Exception raised during  
posting of notification.  Ignored.  exception: *** -[NSCFArray  
objectAtIndex:]: index (0) beyond bounds (0)
2005-07-28 15:08:19.906 TextMate[11260] Exception raised during  
posting of notification.  Ignored.  exception: *** -[NSCFArray  
objectAtIndex:]: index (0) beyond bounds (0)

I am using Texniscope as my viewer, if that makes a difference.
Actually, removing the setting of the TM_LATEX_VIEWER variable, I got  
ten of those exceptions above.

Weird.

> Brad
>

Charilaos Skiadas
Department of Mathematics
University of Chicago

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate-dev/attachments/20050728/1b5a6cf3/attachment.html>


More information about the textmate-dev mailing list