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

+\begin{seealso} +\seepep{324}{subprocess - New process module}{Written and implemented by Peter Astrand, with assistance from Fredrik Lundh and others.} +\end{seealso}
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. cheers /F

Fredrik Lundh wrote:
+\seepep{324}{subprocess - ...}{Written ... Peter Astrand, ...
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.
cheers /F I think that should be: +\seepep{324}{subprocess - ...}{Written ... Peter \AA strand, ...
-- Scott David Daniels Scott.Daniels@Acm.Org

Fredrik Lundh wrote:
+\begin{seealso} +\seepep{324}{subprocess - New process module}{Written and implemented by Peter Astrand, with assistance from Fredrik Lundh and others.} +\end{seealso}
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. Aaron

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
participants (4)
-
Aaron Bingham
-
Christian Stork
-
Fredrik Lundh
-
Scott David Daniels