Hi Mike,

On Tue, Feb 22, 2011 at 5:03 AM, Mike Gabriel
<mike.gabr...@das-netzwerkteam.de> wrote:
> mike@minobo:/usr/share/pyshared/epydoc/docwriter$ diff -ur latex.py.orig
> latex.py
> --- latex.py.orig       2011-02-22 11:57:33.000000000 +0100
> +++ latex.py    2011-02-22 11:55:00.000000000 +0100
> @@ -29,6 +29,7 @@
>         "\\documentclass{article}",
>         "\\usepackage{alltt, parskip, fancyhdr, boxedminipage}",
>         "\\usepackage{makeidx, multirow, longtable, tocbibind, amssymb}",
> +        "\\usepackage[T1]{fontenc}",
>         "\\usepackage{fullpage}",
>         "\\usepackage[usenames]{color}",
>         # Fix the heading position -- without this, the headings generated

I've got a package built with this patch applied, and I'll upload in a
little while.  I will also upload my final patch to SourceForge, in
case upstream or one of the other distributions wants to integrate it.

In testing with PostScript and PDF output, I found that this change
caused a HUGE slowdown (i.e. divps took on the order of minutes to
render the output).  Something (not sure which step) also crashed once
when generating PDF output, although I couldn't reproduce that
behavior.

After digging around, I decided to add \usepackage{lmodern} in
addition to \usepackage[T1]{fontenc}.  This seems to resolve the
problems I was seeing, and the output appears legible for the formats
I can easily check (i.e. PDF).   When the new package hits the
archive, please confirm that I haven't caused any problems for your
scenario.

Thanks,

KEN

-- 
Kenneth J. Pronovici <prono...@ieee.org>
http://www.cedar-solutions.com/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to