>From e5db129b6fe3f2612a9f823f213a734499a0893e Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 10 Oct 2016 23:34:50 +0900 Subject: [PATCH 5/6] Redefine \path command for sans serif font The "mathastext" package interferes with \path command and make it lose line-breaking at a "/" or a ".". Redefining \path command seems to work. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/perfbook.tex b/perfbook.tex index 0d6f08d..0dfc380 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -64,6 +64,7 @@ \renewcommand{\familydefault}{\sfdefault} \normalfont \usepackage[italic]{mathastext} +\renewcommand{\path}[1]{\nolinkurl{#1}} % workaround of interference with mathastext }{} \begin{document} -- 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