Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] Promote 'ruled' style as default of 'listing' environment
Date: Tue, 8 Aug 2017 16:27:59 -0700	[thread overview]
Message-ID: <20170808232759.GP3730@linux.vnet.ibm.com> (raw)
In-Reply-To: <51e05fb2-c89d-0cd5-d69f-968b5f61e0b8@gmail.com>

On Wed, Aug 09, 2017 at 07:44:39AM +0900, Akira Yokosawa wrote:
> >From 74a0c53cb677deafcb68b9a22efcffd08b724f74 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Wed, 9 Aug 2017 07:40:41 +0900
> Subject: [PATCH] Promote 'ruled' style as default of 'listing' environment
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Queued and pushed, thank you!

							Thanx, Paul

> ---
>  appendix/styleguide/styleguide.tex | 3 ---
>  perfbook.tex                       | 2 +-
>  2 files changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/appendix/styleguide/styleguide.tex b/appendix/styleguide/styleguide.tex
> index f869360..829a9c2 100644
> --- a/appendix/styleguide/styleguide.tex
> +++ b/appendix/styleguide/styleguide.tex
> @@ -636,9 +636,6 @@ For code snippets, the ``ruled'' style would be our choice.
>  Listing~\ref{lst:app:styleguide:Sample Code Snippet (Ruled)}
>  is an example using the style.
> 
> -\floatstyle{ruled}
> -\restylefloat{listing}
> -
>  \begin{listing}
>  { \scriptsize
>  \begin{verbbox}[\LstLineNo]
> diff --git a/perfbook.tex b/perfbook.tex
> index f622708..8f166ec 100644
> --- a/perfbook.tex
> +++ b/perfbook.tex
> @@ -18,7 +18,7 @@
>  \usepackage{etoolbox}
> 
>  \usepackage{float}
> -\floatstyle{plain}
> +\floatstyle{ruled}
>  \newfloat{listing}{tbhp}{lst}[chapter]
>  \floatname{listing}{Listing}
>  \usepackage{lscape}
> -- 
> 2.7.4
> 
> 


      reply	other threads:[~2017-08-08 23:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-08 22:04 [PATCH 0/6] Convert code snippets to "listing" environment Akira Yokosawa
2017-08-08 22:06 ` [PATCH 1/6] Define 'listing' environment for style guide Akira Yokosawa
2017-08-08 22:07 ` [PATCH 2/6] styleguide: Add listing environment examples Akira Yokosawa
2017-08-08 22:08 ` [PATCH 3/6] Use 'subfig' package instead of 'subfigure' Akira Yokosawa
2017-08-08 22:10 ` [PATCH 4/6] styleguide: Add examples of grouping floating objects Akira Yokosawa
2017-08-08 22:11 ` [PATCH 5/6] Specify 'labelfont=bf' option in captionsetup Akira Yokosawa
2017-08-08 22:12 ` [PATCH 6/6] advsync: Convert code snippets and litmus tests to 'listing' Akira Yokosawa
2017-08-08 22:33 ` [PATCH 0/6] Convert code snippets to "listing" environment Paul E. McKenney
2017-08-08 22:44   ` [PATCH] Promote 'ruled' style as default of 'listing' environment Akira Yokosawa
2017-08-08 23:27     ` Paul E. McKenney [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170808232759.GP3730@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=akiyks@gmail.com \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox