I was able to fix this without too much trouble, so I have committed it
on the trunk.
Cheers,
Mike
Jörgen Stenarson wrote:
> Michael Droettboom skrev:
>> I see that this isn't a LaTeX error, but I think Tony's comment is
>> still somewhat valid. Since mathtext's parser is a direct subset of
>
I see that this isn't a LaTeX error, but I think Tony's comment is still
somewhat valid. Since mathtext's parser is a direct subset of LaTeX's,
and since $$ is a syntax error in LaTeX, it also is in mathtext. (This
is really a side effect of make such a direct copy of the parser, rather
than
Tony Yu skrev:
>
> On Jun 3, 2008, at 4:18 PM, Jörgen Stenarson wrote:
>> using an empty mathtext "$$" in labels generates an exception. See
>> example and traceback below.
>
> My guess is that this is a LaTeX error. If you enter $$ in a normal
> LaTeX document, you will get:
>
>
I don't think
On Jun 3, 2008, at 4:18 PM, Jörgen Stenarson wrote:
using an empty mathtext "$$" in labels generates an exception. See
example and traceback below.
My guess is that this is a LaTeX error. If you enter $$ in a normal
LaTeX document, you will get:
pdflatex -interaction=nonstopmode -file-line
Hi,
using an empty mathtext "$$" in labels generates an exception. See
example and traceback below.
/Jörgen
from pylab import *
from numpy import *
x=arange(0,2*pi,0.1)
plot(x,sin(x))
title(r"$$")
show()
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\python25\l