* [PATCH] advsync/rt: Remove epigraph under section
@ 2017-10-21 11:27 Akira Yokosawa
2017-10-21 17:14 ` Paul E. McKenney
0 siblings, 1 reply; 5+ messages in thread
From: Akira Yokosawa @ 2017-10-21 11:27 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From 7ec65f19bf8b1d8a6389e684955d672658ac1010 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 21 Oct 2017 20:20:27 +0900
Subject: [PATCH] advsync/rt: Remove epigraph under section
Also modify label (chp -> sec).
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
advsync/rt.tex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/advsync/rt.tex b/advsync/rt.tex
index 673b8f8..4d86c5d 100644
--- a/advsync/rt.tex
+++ b/advsync/rt.tex
@@ -1,10 +1,10 @@
% advsync/rt.tex
\section{Parallel Real-Time Computing}
-\label{chp:Parallel Real-Time Computing}
+\label{sec:Parallel Real-Time Computing}
%
-\Epigraph{The difference between you and me is that I was right in time.}
- {\emph{Konrad Adenauer}}
+%\Epigraph{The difference between you and me is that I was right in time.}
+% {\emph{Konrad Adenauer}}
An important emerging area in computing is that of parallel real-time
computing.
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] advsync/rt: Remove epigraph under section
2017-10-21 11:27 [PATCH] advsync/rt: Remove epigraph under section Akira Yokosawa
@ 2017-10-21 17:14 ` Paul E. McKenney
2017-10-22 0:20 ` Akira Yokosawa
0 siblings, 1 reply; 5+ messages in thread
From: Paul E. McKenney @ 2017-10-21 17:14 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Sat, Oct 21, 2017 at 08:27:57PM +0900, Akira Yokosawa wrote:
> >From 7ec65f19bf8b1d8a6389e684955d672658ac1010 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Sat, 21 Oct 2017 20:20:27 +0900
> Subject: [PATCH] advsync/rt: Remove epigraph under section
>
> Also modify label (chp -> sec).
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Heh! It overprinted and I didn't notice!
Good catch on both counts, applied, thank you.
Thanx, Paul
> ---
> advsync/rt.tex | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/advsync/rt.tex b/advsync/rt.tex
> index 673b8f8..4d86c5d 100644
> --- a/advsync/rt.tex
> +++ b/advsync/rt.tex
> @@ -1,10 +1,10 @@
> % advsync/rt.tex
>
> \section{Parallel Real-Time Computing}
> -\label{chp:Parallel Real-Time Computing}
> +\label{sec:Parallel Real-Time Computing}
> %
> -\Epigraph{The difference between you and me is that I was right in time.}
> - {\emph{Konrad Adenauer}}
> +%\Epigraph{The difference between you and me is that I was right in time.}
> +% {\emph{Konrad Adenauer}}
>
> An important emerging area in computing is that of parallel real-time
> computing.
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] advsync/rt: Remove epigraph under section
2017-10-21 17:14 ` Paul E. McKenney
@ 2017-10-22 0:20 ` Akira Yokosawa
2017-10-22 0:21 ` [PATCH] advsync/rt: Restore " Akira Yokosawa
0 siblings, 1 reply; 5+ messages in thread
From: Akira Yokosawa @ 2017-10-22 0:20 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
On 2017/10/21 10:14:59 -0700, Paul E. McKenney wrote:
> On Sat, Oct 21, 2017 at 08:27:57PM +0900, Akira Yokosawa wrote:
>> >From 7ec65f19bf8b1d8a6389e684955d672658ac1010 Mon Sep 17 00:00:00 2001
>> From: Akira Yokosawa <akiyks@gmail.com>
>> Date: Sat, 21 Oct 2017 20:20:27 +0900
>> Subject: [PATCH] advsync/rt: Remove epigraph under section
>>
>> Also modify label (chp -> sec).
>>
>> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
>
> Heh! It overprinted and I didn't notice!
>
> Good catch on both counts, applied, thank you.
The epigraph can be restored under the section heading by using
the \epigraph command instead.
I'm sending a patch to do so. Please give it a try.
Thanks, Akira
>
> Thanx, Paul
>
[...]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] advsync/rt: Restore epigraph under section
2017-10-22 0:20 ` Akira Yokosawa
@ 2017-10-22 0:21 ` Akira Yokosawa
2017-10-22 2:47 ` Paul E. McKenney
0 siblings, 1 reply; 5+ messages in thread
From: Akira Yokosawa @ 2017-10-22 0:21 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa
From 101b029a0d2ab0296d51556a305099e73c6156e2 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 22 Oct 2017 09:03:58 +0900
Subject: [PATCH] advsync/rt: Restore epigraph under section
By using the \epigraph{} command, sections can have their own
epigraphs. The \noindent command is to keep afterheading-ness.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
advsync/rt.tex | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/advsync/rt.tex b/advsync/rt.tex
index 4d86c5d..ebbb2f4 100644
--- a/advsync/rt.tex
+++ b/advsync/rt.tex
@@ -3,9 +3,10 @@
\section{Parallel Real-Time Computing}
\label{sec:Parallel Real-Time Computing}
%
-%\Epigraph{The difference between you and me is that I was right in time.}
-% {\emph{Konrad Adenauer}}
+\epigraph{The difference between you and me is that I was right in time.}
+ {\emph{Konrad Adenauer}}
+\noindent%
An important emerging area in computing is that of parallel real-time
computing.
Section~\ref{sec:advsync:What is Real-Time Computing?}
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] advsync/rt: Restore epigraph under section
2017-10-22 0:21 ` [PATCH] advsync/rt: Restore " Akira Yokosawa
@ 2017-10-22 2:47 ` Paul E. McKenney
0 siblings, 0 replies; 5+ messages in thread
From: Paul E. McKenney @ 2017-10-22 2:47 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Sun, Oct 22, 2017 at 09:21:54AM +0900, Akira Yokosawa wrote:
> >From 101b029a0d2ab0296d51556a305099e73c6156e2 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Sun, 22 Oct 2017 09:03:58 +0900
> Subject: [PATCH] advsync/rt: Restore epigraph under section
>
> By using the \epigraph{} command, sections can have their own
> epigraphs. The \noindent command is to keep afterheading-ness.
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Not at all bad, actually!
However, I want to hold off on this one, as it will take some time
to come up with epigraphs for enough of the first-level sections
to avoid making this one look weird.
Something to start on after the upcoming release. Oh, and suggestions
welcome.
Thanx, Paul
> ---
> advsync/rt.tex | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/advsync/rt.tex b/advsync/rt.tex
> index 4d86c5d..ebbb2f4 100644
> --- a/advsync/rt.tex
> +++ b/advsync/rt.tex
> @@ -3,9 +3,10 @@
> \section{Parallel Real-Time Computing}
> \label{sec:Parallel Real-Time Computing}
> %
> -%\Epigraph{The difference between you and me is that I was right in time.}
> -% {\emph{Konrad Adenauer}}
> +\epigraph{The difference between you and me is that I was right in time.}
> + {\emph{Konrad Adenauer}}
>
> +\noindent%
> An important emerging area in computing is that of parallel real-time
> computing.
> Section~\ref{sec:advsync:What is Real-Time Computing?}
> --
> 2.7.4
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-22 2:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 11:27 [PATCH] advsync/rt: Remove epigraph under section Akira Yokosawa
2017-10-21 17:14 ` Paul E. McKenney
2017-10-22 0:20 ` Akira Yokosawa
2017-10-22 0:21 ` [PATCH] advsync/rt: Restore " Akira Yokosawa
2017-10-22 2:47 ` 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.