All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -perfbook 0/8] Employ cleveref macros, take four
@ 2021-05-18 12:13 Akira Yokosawa
  2021-05-18 12:15 ` [PATCH -perfbook 1/8] fixsvgfonts: Add pattern for 'sans-serif' Akira Yokosawa
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Akira Yokosawa @ 2021-05-18 12:13 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

Hi Paul,

This is (hopefully) the final round of \cref{} related updates.

Patches 1/8 and 2/8 are unrelated updates in build scripts.
Patch 1/8 adds patterns to catch font specifiers in .svg
figures recently added/updated.
Patch 2/8 gets rid of noindentafter.sty in our repository.
Recent distros have this package on their own.

Patches 3/8--8/8 are \cref{} related updates.

I'm thinking of adding a few patterns to cleverefcheck.pl
to catch indents by white spaces.

At least, "sh ./utilities/cleverefcheck.sh" should pass
after this patch set is applied.

Note:

    styleguide.tex is not checked by the shell script.
    I'll update it as far as I can, but it won't be
    warning-free due to its nature.

        Thanks, Akira

--
Akira Yokosawa (8):
  fixsvgfonts: Add pattern for 'sans-serif'
  Omit noindentafter.sty
  defer: Employ \cref{} and its variants, take three
  datastruct: Employ \cref{} and its variants
  debugging: Employ \cref{} and its variants
  formal: Employ \cref{} and its variants
  together, advsync, memorder: Employ \cref{} and its variants
  easy, future, appendix: Employ \cref{} and its variants

 Makefile                             |   1 -
 ack.tex                              |  40 +--
 advsync/advsync.tex                  |   2 +-
 advsync/rt.tex                       |   4 +-
 appendix/questions/after.tex         |   8 +-
 appendix/questions/removelocking.tex |   2 +-
 appendix/toyrcu/toyrcu.tex           |  10 +-
 appendix/whymb/whymemorybarriers.tex |   2 +-
 datastruct/datastruct.tex            | 348 +++++++++++++--------------
 debugging/debugging.tex              | 140 +++++------
 defer/rcuapi.tex                     |  90 +++----
 defer/rcuexercises.tex               |  12 +-
 defer/rcuintro.tex                   |   2 +-
 defer/rcurelated.tex                 |  10 +-
 defer/rcuusage.tex                   | 181 +++++++-------
 defer/updates.tex                    |   4 +-
 defer/whichtochoose.tex              |  18 +-
 easy/easy.tex                        |   6 +-
 formal/axiomatic.tex                 |  90 +++----
 formal/dyntickrcu.tex                |   2 +-
 formal/formal.tex                    |   6 +-
 formal/sat.tex                       |   2 +-
 formal/spinhint.tex                  | 122 +++++-----
 formal/stateless.tex                 |   2 +-
 future/cpu.tex                       |  10 +-
 future/formalregress.tex             |   2 +-
 future/htm.tex                       |   2 +-
 future/tm.tex                        |   2 +-
 glossary.tex                         |   2 +-
 memorder/memorder.tex                |  24 +-
 noindentafter.sty                    | 194 ---------------
 summary.tex                          |   2 +-
 together/applyrcu.tex                |   4 +-
 together/refcnt.tex                  |   4 +-
 utilities/fixsvgfonts-urwps.sh       |   2 +
 utilities/fixsvgfonts.sh             |   2 +
 36 files changed, 581 insertions(+), 773 deletions(-)
 delete mode 100644 noindentafter.sty

-- 
2.17.1


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

end of thread, other threads:[~2021-05-18 18:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-18 12:13 [PATCH -perfbook 0/8] Employ cleveref macros, take four Akira Yokosawa
2021-05-18 12:15 ` [PATCH -perfbook 1/8] fixsvgfonts: Add pattern for 'sans-serif' Akira Yokosawa
2021-05-18 12:19 ` [PATCH -perfbook 2/8] Omit noindentafter.sty Akira Yokosawa
2021-05-18 12:20 ` [PATCH -perfbook 3/8] defer: Employ \cref{} and its variants, take three Akira Yokosawa
2021-05-18 12:21 ` [PATCH -perfbook 4/8] datastruct: Employ \cref{} and its variants Akira Yokosawa
2021-05-18 12:22 ` [PATCH -perfbook 5/8] debugging: " Akira Yokosawa
2021-05-18 12:23 ` [PATCH -perfbook 6/8] formal: " Akira Yokosawa
2021-05-18 12:24 ` [PATCH -perfbook 7/8] together, advsync, memorder: " Akira Yokosawa
2021-05-18 12:25 ` [PATCH -perfbook 8/8] easy, future, appendix: " Akira Yokosawa
2021-05-18 18:30 ` [PATCH -perfbook 0/8] Employ cleveref macros, take four 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.