Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH 00/13] Remove \co{} commands in tables
@ 2017-01-04  1:15 Akira Yokosawa
  2017-01-04  1:17 ` [PATCH 01/13] Define \tco{} command to be used in table Akira Yokosawa
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Akira Yokosawa @ 2017-01-04  1:15 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From d07bf0df57c597c22de9a7c159f10b0247cea8c2 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 4 Jan 2017 08:51:15 +0900
Subject: [PATCH 00/13] Remove \co{} commands in tables

\co{} command confuses column width estimation of tabular environment.
By removing \co{} commands in tables, bogus "~"s for manual width
adjustment can be removed.

Patch 1 introduces an alternative command \tco{} to be used in tables.
Patches 2--8 remove \co{} commands by using \tco{} or removing unnecessary
commands.
Patch 9 removes another "~" and uses \vspace{} instead.
Patches 10--13 do additional font tweaks. It looks better for me if
headers of tables such as "Thread 1" and "CPU 1" are typeset in normal font
of the text (Times Roman). Patch 13, which tweaks font of non-code words in
table, may be an excessive tweak. Whether or not to apply it is up to the
editor.

--
Akira Yokosawa (13):
  Define \tco{} command to be used in table
  rcufundamental: Rewrite table 'RCU Publish and Subscribe Primitives'
  rcuapi: Rewrite table 'RCU Wait-to-Finish APIs'
  rcuapi: Rewrite table 'RCU Publish-Subscribe and Version Maintenance
    APIs'
  whichtochoose: Rewrite table 'Which Deferred Technique to Choose?'
  memorybarriers: Remove \co{} in tabular env
  memorybarriers: Use \verb in table 'Lock-Based Critical Sections'
  whymemorybarriers: Remove \co{} in tabular env
  memorybarriers: Replace nbsp with \vspace
  Add \nf{} command to go back to normal font
  memorybarriers: Add \nf{} command to table header
  whymemorybarriers: Add \nf{} command to table header
  memorybarriers: Add \nf{} command to descriptive words in table

 advsync/memorybarriers.tex           | 187 +++++++++++++++++------------------
 appendix/whymb/whymemorybarriers.tex |  70 ++++++-------
 defer/rcuapi.tex                     | 110 +++++++++------------
 defer/rcufundamental.tex             |  18 ++--
 defer/whichtochoose.tex              |  20 ++--
 perfbook.tex                         |   6 +-
 6 files changed, 200 insertions(+), 211 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-01-04 16:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04  1:15 [PATCH 00/13] Remove \co{} commands in tables Akira Yokosawa
2017-01-04  1:17 ` [PATCH 01/13] Define \tco{} command to be used in table Akira Yokosawa
2017-01-04  1:19 ` [PATCH 02/13] rcufundamental: Rewrite table 'RCU Publish and Subscribe Primitives' Akira Yokosawa
2017-01-04  1:20 ` [PATCH 03/13] rcuapi: Rewrite table 'RCU Wait-to-Finish APIs' Akira Yokosawa
2017-01-04  1:21 ` [PATCH 04/13] rcuapi: Rewrite table 'RCU Publish-Subscribe and Version Maintenance APIs' Akira Yokosawa
2017-01-04  1:23 ` [PATCH 05/13] whichtochoose: Rewrite table 'Which Deferred Technique to Choose?' Akira Yokosawa
2017-01-04  1:24 ` [PATCH 06/13] memorybarriers: Remove \co{} in tabular env Akira Yokosawa
2017-01-04  1:25 ` [PATCH 07/13] memorybarriers: Use \verb in table 'Lock-Based Critical Sections' Akira Yokosawa
2017-01-04  1:26 ` [PATCH 08/13] whymemorybarriers: Remove \co{} in tabular env Akira Yokosawa
2017-01-04  1:28 ` [PATCH 09/13] memorybarriers: Replace nbsp with \vspace Akira Yokosawa
2017-01-04  1:29 ` [PATCH 10/13] Add \nf{} command to go back to normal font Akira Yokosawa
2017-01-04  1:30 ` [PATCH 11/13] memorybarriers: Add \nf{} command to table header Akira Yokosawa
2017-01-04  1:31 ` [PATCH 12/13] whymemorybarriers: " Akira Yokosawa
2017-01-04  1:32 ` [PATCH 13/13] memorybarriers: Add \nf{} command to descriptive words in table Akira Yokosawa
2017-01-04  1:40 ` [PATCH 00/13] Remove \co{} commands in tables Paul E. McKenney
2017-01-04 11:35   ` [PATCH 0/2] Use \tco{} for API names inside of tables Akira Yokosawa
2017-01-04 11:36     ` [PATCH 1/2] " Akira Yokosawa
2017-01-04 11:37     ` [PATCH 2/2] Fix typo smb_wmb() -> smp_wmb() Akira Yokosawa
2017-01-04 16:28     ` [PATCH 0/2] Use \tco{} for API names inside of tables Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox