All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 1/5] Specify line break in title of cover page
Date: Fri, 27 Jan 2017 00:18:13 +0900	[thread overview]
Message-ID: <633d1140-18bb-563d-e006-76cc8ea27b23@gmail.com> (raw)
In-Reply-To: <8fc83317-ec1d-da55-526a-fe63d5233df0@gmail.com>

From 57ee8a0a075853ce99cdeede7d86f937b13c7817 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 7 Jan 2017 10:38:45 +0900
Subject: [PATCH 1/5] Specify line break in title of cover page

Breaking before "What" would make the title be more appealing.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 perfbook.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/perfbook.tex b/perfbook.tex
index 79f26ab..2c13e3f 100644
--- a/perfbook.tex
+++ b/perfbook.tex
@@ -106,7 +106,9 @@
 \input{ushyphex} % Hyphenation exceptions for US English from hyphenex package
 \input{pfhyphex} % Hyphenation exceptions for perfbook

-\title{Is Parallel Programming Hard, And, If So, What Can You Do About It?}
+\title{
+  Is Parallel Programming Hard, And, If So, \\
+  What Can You Do About It?}
 \author{
 	Edited by: \\
 	\\
-- 
2.7.4



  reply	other threads:[~2017-01-26 15:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 15:16 [PATCH 0/5] Layout tweaks for 2c layout Akira Yokosawa
2017-01-26 15:18 ` Akira Yokosawa [this message]
2017-01-26 15:19 ` [PATCH 2/5] Narrow textwidth of legal and TOB pages in 2c build Akira Yokosawa
2017-01-26 15:20 ` [PATCH 3/5] Change bibliography to one-column layout " Akira Yokosawa
2017-01-26 15:21 ` [PATCH 4/5] Enable inlinelinks for " Akira Yokosawa
2017-01-26 15:23 ` [PATCH 5/5] Increase floatpagefraction for 2c layout Akira Yokosawa
2017-01-26 16:22 ` [PATCH 0/5] Layout tweaks " Paul E. McKenney

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=633d1140-18bb-563d-e006-76cc8ea27b23@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@linux.vnet.ibm.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 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.