1 Jan 2004 17:47
Re: supercript?
David Abrahams <dave <at> boost-consulting.com>
2004-01-01 16:47:09 GMT
2004-01-01 16:47:09 GMT
David Goodger <goodger <at> python.org> writes:
> David Abrahams wrote:
> > The only syntactic element thats *seriously* missing from book I'm
> > writing using docutils are superscripts.
>
> You can have them now as: 2 x 10\ :sup:`6`. Ugly, yes, but possible.
Oh, Wonderful!!!
Not so wonderful; the latex writer doesn't know about it:
visiting unknown node type: superscript
Exiting due to error. Use "--traceback" to diagnose.
Please report errors to <docutils-users <at> lists.sf.net>.
Include "--traceback" output, Docutils version (0.3.1),
Python version (2.3), your OS type & version, and the
command line used.
make: *** [dsl.tex] Error 1
Traceback (most recent call last):
File "generate.py", line 18, in ?
syscmd('make %s' % all)
File "c:\etc\mpl\syscmd.py", line 9, in syscmd
:(
I'll try to figure out how to fix that; in the meantime I'm checking
in the following patch to improve diagnostic output:
(Continue reading)
RSS Feed