>From 40c5e61208be1df272b99fa103b9d74ddbb1c379 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sat, 1 Sep 2018 08:45:12 +0900 Subject: [PATCH 0/3] Tweak section-level epigraph Hi Paul, Recently, you added section-level epigraphs in debugging chapter. I noticed minor issues in there appearances. 1. 1st paragraph of a section is now indented. 2. In "1csf" target, section-level epigraph of sans serif font looks inconsistent with chapter-level epigraph of roman font. Indent right after an epigraph can be suppressed by using "noindentafter" package. However, Ubuntu Trusty has a buggy one. So patch #1 imports the latest one. Patch #2 enables the \NoIndentAfterCmd setting for \epigraph{}. Patch #3 removes font family setting in \Epigraph{} for chapter- level epigraph. Note that Patch #1 contains trailing blanks. Thanks, Akira Akira Yokosawa (3): Import noindentafter.sty 0.2.2 Suppress indent right after section-level epigraph Remove font family specifier in \Epigraph{} Makefile | 1 + noindentafter.sty | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ perfbook.tex | 4 +- 3 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 noindentafter.sty -- 2.7.4