On Tue, Aug 10, 2021 at 01:33:44PM +0900, Akira Yokosawa wrote: > Hi Paul, > > Here are colon related changes though Chapter 17. > They don't alter appearance except for capitalization and minor > changes in Patch 3/7 mentioned below. > > In Patch 2/7, "dynticks" behind a colon is enclosed by plain {}. > In Patch 3/7, messages from pan are enclosed by \co{}. > In Patch 6/7, "ppc64" behind a colon is enclosed by plain {}. > These are to escape checks by to-be-updated scripts. > > The other patches are (hopefully) trivial. Queued and pushed, thank you! > My hope is to complete similar changes in Appendices soon. Looking forward to it! > FWIW, I have been working on the improvement of appearance of CJK > translations in kerneldoc (pdfdocs) recently [1], hence my low activity > in perfbook. > > [1]: [PATCH v4 0/9] docs: pdfdocs: Improve font choice in CJK translations > https://lore.kernel.org/linux-doc/39d0fb0f-b248-bca4-2dac-df69e8d697b1@xxxxxxxxx/#t Nice!!! Thanx, Paul > Thanks, Akira > -- > Akira Yokosawa (7): > debugging: Break and capitalize after colon > formal: Break and capitalize after colon > formal: Use \co{} for pan messages containing colon > together: Break and capitalize after colon > advsync: Break and capitalize after colon > memorder: Break and capitalize after colon > easy, future: Break and capitalize after colon > > advsync/advsync.tex | 31 +++++++----- > advsync/rt.tex | 72 +++++++++++++++------------ > debugging/debugging.tex | 92 +++++++++++++++++++---------------- > easy/easy.tex | 6 +-- > formal/axiomatic.tex | 3 +- > formal/dyntickrcu.tex | 17 ++++--- > formal/formal.tex | 7 ++- > formal/ppcmem.tex | 4 +- > formal/spinhint.tex | 44 ++++++++++------- > future/cpu.tex | 5 +- > future/formalregress.tex | 24 +++++---- > future/htm.tex | 8 +-- > future/tm.tex | 30 +++++++----- > memorder/memorder.tex | 102 +++++++++++++++++++++++---------------- > together/applyrcu.tex | 6 +-- > together/count.tex | 10 ++-- > together/refcnt.tex | 2 +- > 17 files changed, 269 insertions(+), 194 deletions(-) > > -- > 2.17.1 >