>From 40c5e61208be1df272b99fa103b9d74ddbb1c379 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 31 Aug 2018 20:48:07 +0900 Subject: [PATCH 3/3] Remove font family specifier in \Epigraph{} Now that section-level epigraphs are added, roman font of chapter- level epigraphs looks inconsistent in sans serif font target. Let's remove the font specifier in the definition of \Epigraph{}. NOTE: This is a partial revert of commit 649eb172512a ("Makefile: Add target '1csf' (one-column sans serif)"). Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfbook.tex b/perfbook.tex index 677c354..fb35c5a 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -187,7 +187,7 @@ %\newcommand{\mytexttrademark}{\textsuperscript\texttrademark} %\newcommand{\mytextregistered}{\textsuperscript\textregistered} -\newcommand{\Epigraph}[2]{\epigraphhead[65]{\rmfamily\epigraph{#1}{#2}}} +\newcommand{\Epigraph}[2]{\epigraphhead[65]{\epigraph{#1}{#2}}} \input{ushyphex} % Hyphenation exceptions for US English from hyphenex package \input{pfhyphex} % Hyphenation exceptions for perfbook -- 2.7.4