On 2018/09/01 10:29:47 -0700, Paul E. McKenney wrote: > On Sat, Sep 01, 2018 at 09:11:36AM +0900, Akira Yokosawa wrote: >> >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. > > Nice!!! > > But given the license and this line from noindentafter.sty, don't > we either have to also add noindentafter.tex on the one hand or > say where to get them on the other? > > "This work consists of the files noindentafter.tex and noindentafter.sty." > > Or am I misinterpreting the license? > You are right! But the actual noindentafter 0.2.2 has more files necessary to compile noindentafter.tex. So, I'll add the info where to get the whole package. A patch with a proper commit message is coming soon. Thanks, Akira > Thanx, Paul > >> 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 >> >