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 9031B1382C5 for ; Thu, 13 May 2021 11:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E183E08DD; Thu, 13 May 2021 11:42:28 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77CA9E08C3 for ; Thu, 13 May 2021 11:42:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A82EC340D41 for ; Thu, 13 May 2021 11:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42D29750 for ; Thu, 13 May 2021 11:42:25 +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: <1592240601.ee879159b86b19cb72ccd708eb7a42de664f72c9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 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: ee879159b86b19cb72ccd708eb7a42de664f72c9 X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 198e6ed0-e97a-453d-bc2a-14208b067532 X-Archives-Hash: 78b61734cf285a9904ce4727db050938 Message-ID: <20210513114225.YTuSSk11KhNU5B5l710JKcd3tFEYzFw3Z0AScLCaWe0@z> commit: ee879159b86b19cb72ccd708eb7a42de664f72c9 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 15 17:03:21 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 15 17:03:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=ee879159 Makefile: Remove workaround for list of tables. This broke HTML output with TeX Live 2020. Without the workaround, formatting within the list of tables is consistent, but the list of tables is now inconsistent with the table of contents. Signed-off-by: Ulrich Müller gentoo.org> Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 612af4c..89fd7a2 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,6 @@ pms.html: $(LATEXFILES) pms.bbl $(COMMITINFO) @# replace ligatures by their component letters LC_ALL=C sed -i "$$(printf 's/\\xef\\xac\\x8%s/%s/g;' \ 0 ff 1 fi 2 fl 3 ffi 4 ffl)" $@ - @# work around irregularity in how links to longtables are - @# formatted in the List of Tables - LC_ALL=C sed -Ei '/\B/{N;N;'\ - 's/([^>]*)([0-9A-Z.]+)\s+/\2\1/;}' $@ @# remove redundant span elements LC_ALL=C sed -Ei ':x;/]*)?$$/{N;bx;};'\ ':y;s,(]*>)([^<]*)\1,\1\2,;ty' $@