Gentoo Archives: gentoo-pms

From: Christian Faulhammer <fauli@g.o>
To: David Leverton <levertond@××××××××××.com>
Cc: gentoo-pms@l.g.o
Subject: Re: [gentoo-pms] [PATCH] Work around TeX4ht being weird
Date: Tue, 14 Apr 2009 08:34:00
Message-Id: 20090414103228.23ff2e5d@terra.solaris
In Reply to: [gentoo-pms] [PATCH] Work around TeX4ht being weird by David Leverton
1 Hi,
2
3 David Leverton <levertond@××××××××××.com>:
4
5 > ---
6 > pms.cls | 27 +--------------------------
7 > pms.tex | 35 +++++++++++++++++++++++++++++++++++
8 > 2 files changed, 36 insertions(+), 26 deletions(-)
9 >
10 > Seems that loading hyperref inside a document class breaks TeX4ht: it
11 > does funny magic to load itself after the document class, but it also
12 > needs to be loaded before hyperref, so if hyperref is loaded in the
13 > class, TeX4ht gets in too late. This patch seems to get it to work,
14 > but it's fairly hacky - might be cleaner just to revert the pms.cls
15 > patch. :-(
16
17 Or you use \AtEndOfClass{} to do your magic.
18
19 V-Li
20
21 --
22 Christian Faulhammer, Gentoo Lisp project
23 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
24
25 <URL:http://gentoo.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-pms] [PATCH] Work around TeX4ht being weird David Leverton <levertond@××××××××××.com>