diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-06-15 19:03:21 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-06-15 19:03:21 +0200 |
commit | ee879159b86b19cb72ccd708eb7a42de664f72c9 (patch) | |
tree | fca1dc938521be224c01acf19b8e0c4dc1325f8b /Makefile | |
parent | Revert "(vapier 2.1.1) document why hyphens are not required in category names" (diff) | |
download | pms-ee879159b86b19cb72ccd708eb7a42de664f72c9.tar.gz pms-ee879159b86b19cb72ccd708eb7a42de664f72c9.tar.bz2 pms-ee879159b86b19cb72ccd708eb7a42de664f72c9.zip |
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 <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 '/<span class="lotToc" *>\B/{N;N;'\ - 's/([^>]*<a\s+href="[^"]+">)([0-9A-Z.]+)\s+/\2\1/;}' $@ @# remove redundant span elements LC_ALL=C sed -Ei ':x;/<span(\s+[^>]*)?$$/{N;bx;};'\ ':y;s,(<span\s+[^>]*>)([^<]*)</span>\1,\1\2,;ty' $@ |