From: Yannick Mortier <mvmortier@googlemail.com>
To: David Leverton <levertond@googlemail.com>
Cc: gentoo-pms@lists.gentoo.org
Subject: Re: [gentoo-pms] [PATCH 2/2] Update TeX4ht sed hacks
Date: Fri, 17 Apr 2009 16:13:31 +0200 [thread overview]
Message-ID: <71ca7fa0904170713y5055bcafy52ab45c0bfdc121a@mail.gmail.com> (raw)
In-Reply-To: <1239910647-11276-2-git-send-email-levertond@googlemail.com>
Please unsubscribe me from this list, I just can't!
I always get an error message like
This is an automatically generated Delivery Status Notification
Delivery to the following recipient failed permanently:
gentoo-pms+confunsub-6fd8d26550446518-mvmortier=googlemail.com@gentoo.org
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the
recipient domain. We recommend contacting the other email provider for
further information about the cause of this error. The error that the
other server returned was: 550 550
<gentoo-pms+confunsub-6fd8d26550446518-mvmortier=googlemail.com@gentoo.org>:
Recipient address rejected: User unknown in local recipient table
(state 14).
when I try to confirm unsubscription!
2009/4/16 David Leverton <levertond@googlemail.com>:
> Account for slightly different whitespace in the output of newer
> versions, the possibility of tables in appendices, and the silly
> locale-dependent behaviour of sed.
> ---
> Makefile | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 27d58c1..a9f1108 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -21,12 +21,12 @@ pms.html: $(SOURCEFILES) pms.bbl
> xhlatex pms
> @# work around irregularity in how links to longtables are
> @# formatted in the List of Tables
> - sed -i -e '/<span class="lotToc" > /{N;N;s/\( <a \nhref="[^"]\+">\)\([0-9.]\+\)\n/\2\1/}' pms.html
> + LC_ALL=C sed -i -e '/<span class="lotToc" > /{N;N;s/\( <a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html
> @# indent algorithms properly, and avoid adding extra vertical
> @# space in Konqueror
> - sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html
> + LC_ALL=C sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html
> @# align algorithm line numbers properly
> - sed -i -e '/<span class="ALCitem">/{N;s/\n\(class="[^"]\+">\)\([0-9]:\)<\/span>/\1\ \2/}' pms.html
> + LC_ALL=C sed -i -e '/<span class="ALCitem">/{N;s/\n\(class="[^"]\+">\)\([0-9]:\)<\/span>/\1\ \2/}' pms.html
>
> pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf
> latex pms
> --
> 1.6.2.3
>
>
>
--
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight
Follow me on twitter!
http://twitter.com/moortier
prev parent reply other threads:[~2009-04-17 14:13 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-12 19:14 [gentoo-pms] Patches for your reviewing pleasure: Various improvements, including cheat sheet Christian Faulhammer
2009-04-12 19:36 ` Ciaran McCreesh
2009-04-13 9:01 ` Christian Faulhammer
2009-04-13 16:01 ` Ciaran McCreesh
2009-04-14 8:44 ` Christian Faulhammer
2009-04-14 13:04 ` Ciaran McCreesh
2009-04-14 13:55 ` Christian Faulhammer
2009-04-14 14:46 ` Ciaran McCreesh
2009-04-15 15:28 ` Christian Faulhammer
2009-04-15 20:35 ` Ciaran McCreesh
2009-04-15 21:58 ` Christian Faulhammer
2009-04-15 22:10 ` Ciaran McCreesh
2009-04-15 22:46 ` Christian Faulhammer
2009-04-16 14:16 ` Ciaran McCreesh
2009-04-16 22:23 ` Christian Faulhammer
2009-04-17 14:11 ` Yannick Mortier
2009-04-12 21:25 ` David Leverton
2009-04-13 9:05 ` Christian Faulhammer
2009-04-13 21:16 ` [gentoo-pms] [PATCH] Work around TeX4ht being weird David Leverton
2009-04-14 8:32 ` Christian Faulhammer
2009-04-15 19:03 ` David Leverton
2009-04-15 21:59 ` Christian Faulhammer
2009-04-16 7:25 ` David Leverton
2009-04-16 19:37 ` [gentoo-pms] [PATCH 1/2] " David Leverton
2009-04-16 19:37 ` [gentoo-pms] [PATCH 2/2] Update TeX4ht sed hacks David Leverton
2009-04-16 19:42 ` Ciaran McCreesh
2009-04-17 14:13 ` Yannick Mortier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=71ca7fa0904170713y5055bcafy52ab45c0bfdc121a@mail.gmail.com \
--to=mvmortier@googlemail.com \
--cc=gentoo-pms@lists.gentoo.org \
--cc=levertond@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox