>From ec360d66cdab86bbe98d544aca52aaec1e03518e Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 16 Oct 2016 19:35:37 +0900 Subject: [PATCH 6/6] Makefile: Add notice of mathastext version for 1csf On Ubuntu Trusty, the version of mathastext package installed in TeX Lve is 1.3c. It conflicts with hyperref package's \url and \path commands and breaks their line-break behavior. The issue was resolved in version 1.3i. This commit adds a notice to the target "1csf" regarding this. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2ccce9d..a73aadb 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,7 @@ perfbook-msnt.tex: perfbook.tex perfbook-1csf.tex: perfbook-1c.tex sed -e 's/setboolean{sansserif}{false}/setboolean{sansserif}{true}/' \ -e 's/usepackage{courier}/usepackage[var0]{inconsolata}/' < $< > $@ + @echo "## This target requires recent version (>= 1.3i) of mathastext. ##" # Rules related to perfbook_html are removed as of May, 2016 -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html