[Python-Dev] Re: python/dist/src/Doc/whatsnew whatsnew24.tex, 1.108, 1.109

Christian Stork python-dev-list at cstork.org
Thu Oct 14 07:34:09 CEST 2004


On Tue, Oct 12, 2004 at 08:39:30PM +0200, Aaron Bingham wrote:
> Fredrik Lundh wrote:
...
> >I don't know how to add ISO-8859-1 characters to a Latex document,
> >but in HTML notation, Peter's last name should be Åstrand.
> > 
> >
> I don't know if it's allowed for for Python docs, but the easiest way I 
> know of is to put
> \usepackage{isolatin1}
> in the prelude and just use regular ISO-8859-1 characters in the file.

isolatin1.sty is obsolete.  Use inputenc.sty instead.  See page 11 of

    http://www.tug.org/tex-archive/info/l2tabu/english/l2tabuen.pdf

for further details.

-- 
Chris Stork   <>  Support eff.org!  <>   http://www.ics.uci.edu/~cstork/
OpenPGP fingerprint:  B08B 602C C806 C492 D069  021E 41F3 8C8D 50F9 CA2F


More information about the Python-Dev mailing list