From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12185139085 for ; Wed, 8 Feb 2017 20:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36785E0C86; Wed, 8 Feb 2017 20:15:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12E31E0C86 for ; Wed, 8 Feb 2017 20:15:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A06B341650 for ; Wed, 8 Feb 2017 20:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56A173D60 for ; Wed, 8 Feb 2017 20:15:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486584029.e56c6887eb850cfe6abbd7a358990aff89f8112e.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e56c6887eb850cfe6abbd7a358990aff89f8112e X-VCS-Branch: master Date: Wed, 8 Feb 2017 20:15:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf60177a-f240-47b1-923d-1bce8b21138c X-Archives-Hash: 306802a471c5aa11a3f319f39af540c0 commit: e56c6887eb850cfe6abbd7a358990aff89f8112e Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 8 20:00:29 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 8 20:00:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e56c6887 Makefile: Remove some workarounds for tex4ht bugs. Indentation and alignment of line numbers in the algorithmic environment have been fixed in dev-tex/tex4ht-20090611_p1038-r5, so the sed hacks working around these bugs are no longer necessary. https://bugs.gentoo.org/580532 https://puszcza.gnu.org.ua/bugs/index.php?314 Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index df536ff..5847f81 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,6 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex @# work around irregularity in how links to longtables are @# formatted in the List of Tables LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html - @# indent algorithms properly, and avoid adding extra vertical - @# space in Konqueror - 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 - LC_ALL=C sed -i -e '//{N;s/\n\(class="[^"]\+">\)\([0-9]:<\/span>\)/\1\ \2/}' pms.html @# fix broken span on title page LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' pms.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F0ED139694 for ; Mon, 10 Apr 2017 18:13:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23C4C21C1ED; Mon, 10 Apr 2017 18:12:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0365021C1ED for ; Mon, 10 Apr 2017 18:12:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 264AE341659 for ; Mon, 10 Apr 2017 18:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF94C7443 for ; Mon, 10 Apr 2017 18:12:17 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486584029.e56c6887eb850cfe6abbd7a358990aff89f8112e.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e56c6887eb850cfe6abbd7a358990aff89f8112e X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3da96a9e-eea7-42eb-8337-3866a71340ef X-Archives-Hash: 6394db007452cbacf95378fef7b09a01 Message-ID: <20170410181217.LCPCaOjLYTSfvm8ukTYCFkv5B8lSloJvZBEplsmGkpk@z> commit: e56c6887eb850cfe6abbd7a358990aff89f8112e Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 8 20:00:29 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 8 20:00:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e56c6887 Makefile: Remove some workarounds for tex4ht bugs. Indentation and alignment of line numbers in the algorithmic environment have been fixed in dev-tex/tex4ht-20090611_p1038-r5, so the sed hacks working around these bugs are no longer necessary. https://bugs.gentoo.org/580532 https://puszcza.gnu.org.ua/bugs/index.php?314 Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index df536ff..5847f81 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,6 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex @# work around irregularity in how links to longtables are @# formatted in the List of Tables LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html - @# indent algorithms properly, and avoid adding extra vertical - @# space in Konqueror - 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 - LC_ALL=C sed -i -e '//{N;s/\n\(class="[^"]\+">\)\([0-9]:<\/span>\)/\1\ \2/}' pms.html @# fix broken span on title page LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' pms.html