All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATH 0/6] Indent tweaks after chapter title and epigraph
@ 2016-09-19  3:00 Akira Yokosawa
  2016-09-19  3:02 ` [RFC PATH 1/6] Update book.cls Akira Yokosawa
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Akira Yokosawa @ 2016-09-19  3:00 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 85e0ec292cb75cad1ef71812fee11ed44ecc4ce8 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 19 Sep 2016 11:07:31 +0900
Subject: [RFC PATH 0/6] Indent tweaks after chapter title and epigraph

Hi Paul,

After commit a9fe7df2efbc ("treewide: Enclose 'verbbox' within
'figure'"), inconsistency of indent of first paragraph of a chapter
became more disturbing (maybe just for me).

I noticed "book.cls" is already localized in the repository, and
found a possible fix of the behavior of chapter heading in twocolumn
layout there.

As for epigraph, there are two ways to make the following paragraph
not to indent.
One is to patch the "\epigraph" command to put "afterheading-ness"
at the end of the command.
The other is to use "\epigraphhead" and place the epigraph at
the header area of a page.

My preference is to place epigraphs at he right hand side of the
page even in twocolumn layout. The effect of using "epigraphhead"
command is not identical to what I wanted, but the result seems
better than what I had first anticipated.

So, I chose the latter approach and composed this series to do
the change.

I'd like you to try it and give me feedback if any.

                                        Thanks, Akira
----

Akira Yokosawa (6):
  Update book.cls
  book.cls: Fix indent after \chapter in twocolumn
  Makefile: Add localized 'book.cls' to dependency
  epigraph: Use \epigraphhead{}
  epigraph: Increase width a little
  Tweak page layout of onecolumn

 Makefile                         |  3 ++-
 SMPdesign/SMPdesign.tex          |  4 ++--
 advsync/advsync.tex              |  4 ++--
 appendix/ack/ack.tex             |  4 ++--
 appendix/questions/questions.tex |  4 ++--
 book.cls                         | 21 +++++++++++++++------
 count/count.tex                  |  4 ++--
 cpu/cpu.tex                      |  4 ++--
 datastruct/datastruct.tex        |  4 ++--
 debugging/debugging.tex          |  4 ++--
 defer/defer.tex                  |  4 ++--
 easy/easy.tex                    |  4 ++--
 formal/formal.tex                |  4 ++--
 future/future.tex                |  4 ++--
 glossary.tex                     |  4 ++--
 intro/intro.tex                  |  4 ++--
 locking/locking.tex              |  4 ++--
 owned/owned.tex                  |  4 ++--
 perfbook.tex                     | 17 ++++++++++++-----
 qqz.sty                          |  2 +-
 rt/rt.tex                        |  4 ++--
 together/together.tex            |  4 ++--
 toolsoftrade/toolsoftrade.tex    |  4 ++--
 23 files changed, 68 insertions(+), 51 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-19 23:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19  3:00 [RFC PATH 0/6] Indent tweaks after chapter title and epigraph Akira Yokosawa
2016-09-19  3:02 ` [RFC PATH 1/6] Update book.cls Akira Yokosawa
2016-09-19  3:03 ` [RFC PATH 2/6] book.cls: Fix indent after \chapter in twocolumn Akira Yokosawa
2016-09-19  3:05 ` [RFC PATH 3/6] Makefile: Add localized 'book.cls' to dependency Akira Yokosawa
2016-09-19  3:06 ` [RFC PATH 4/6] epigraph: Use \epigraphhead{} Akira Yokosawa
2016-09-19  3:07 ` [RFC PATH 5/6] epigraph: Increase width a little Akira Yokosawa
2016-09-19  3:08 ` [RFC PATH 6/6] Tweak page layout of onecolumn Akira Yokosawa
2016-09-19 23:01 ` [RFC PATH 0/6] Indent tweaks after chapter title and epigraph Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.