Gentoo Archives: gentoo-pms

From: Yannick Mortier <mvmortier@××××××××××.com>
To: David Leverton <levertond@××××××××××.com>
Cc: gentoo-pms@l.g.o
Subject: Re: [gentoo-pms] [PATCH 2/2] Update TeX4ht sed hacks
Date: Fri, 17 Apr 2009 14:13:34
Message-Id: 71ca7fa0904170713y5055bcafy52ab45c0bfdc121a@mail.gmail.com
In Reply to: [gentoo-pms] [PATCH 2/2] Update TeX4ht sed hacks by David Leverton
1 Please unsubscribe me from this list, I just can't!
2
3 I always get an error message like
4
5 This is an automatically generated Delivery Status Notification
6
7 Delivery to the following recipient failed permanently:
8
9 gentoo-pms+confunsub-6fd8d26550446518-mvmortier=googlemail.com@g.o
10
11 Technical details of permanent failure:
12 Google tried to deliver your message, but it was rejected by the
13 recipient domain. We recommend contacting the other email provider for
14 further information about the cause of this error. The error that the
15 other server returned was: 550 550
16 <gentoo-pms+confunsub-6fd8d26550446518-mvmortier=googlemail.com@g.o>:
17 Recipient address rejected: User unknown in local recipient table
18 (state 14).
19
20 when I try to confirm unsubscription!
21
22 2009/4/16 David Leverton <levertond@××××××××××.com>:
23 > Account for slightly different whitespace in the output of newer
24 > versions, the possibility of tables in appendices, and the silly
25 > locale-dependent behaviour of sed.
26 > ---
27 >  Makefile |    6 +++---
28 >  1 files changed, 3 insertions(+), 3 deletions(-)
29 >
30 > diff --git a/Makefile b/Makefile
31 > index 27d58c1..a9f1108 100644
32 > --- a/Makefile
33 > +++ b/Makefile
34 > @@ -21,12 +21,12 @@ pms.html: $(SOURCEFILES) pms.bbl
35 >        xhlatex pms
36 >        @# work around irregularity in how links to longtables are
37 >        @# formatted in the List of Tables
38 > -       sed -i -e '/<span class="lotToc" >&#x00A0;/{N;N;s/\(&#x00A0;<a \nhref="[^"]\+">\)\([0-9.]\+\)\n/\2\1/}' pms.html
39 > +       LC_ALL=C sed -i -e '/<span class="lotToc" >&#x00A0;/{N;N;s/\(&#x00A0;<a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html
40 >        @# indent algorithms properly, and avoid adding extra vertical
41 >        @# space in Konqueror
42 > -       sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html
43 > +       LC_ALL=C sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html
44 >        @# align algorithm line numbers properly
45 > -       sed -i -e '/<span class="ALCitem">/{N;s/\n\(class="[^"]\+">\)\([0-9]:\)<\/span>/\1\&#x2007;\2/}' pms.html
46 > +       LC_ALL=C sed -i -e '/<span class="ALCitem">/{N;s/\n\(class="[^"]\+">\)\([0-9]:\)<\/span>/\1\&#x2007;\2/}' pms.html
47 >
48 >  pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf
49 >        latex pms
50 > --
51 > 1.6.2.3
52 >
53 >
54 >
55
56
57
58 --
59 Currently developing a browsergame...
60 http://www.p-game.de
61 Trade - Expand - Fight
62
63 Follow me on twitter!
64 http://twitter.com/moortier