All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -perfbook] advsync/rt: Use 'vs.~' instead of 'vs.\@ 'in section title
@ 2021-04-09 12:05 Akira Yokosawa
  2021-04-09 14:16 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2021-04-09 12:05 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

hyperref complains about the use of "\@" in a section title:

    Package hyperref Warning: Token not allowed in a PDF string (Unicode):
    (hyperref)                removing `\spacefactor' on input line 1978.

    Package hyperref Warning: Token not allowed in a PDF string (Unicode):
    (hyperref)                removing `\@m' on input line 1978.

Fixes: 9facbec307ee ("treewide: Mark non-end-of-sentence full-stop of 'vs.' as such")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 advsync/rt.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advsync/rt.tex b/advsync/rt.tex
index f5e8e685..067927e9 100644
--- a/advsync/rt.tex
+++ b/advsync/rt.tex
@@ -1975,7 +1975,7 @@ on \clnrefrange{upd:b}{upd:e}.
 This example shows how RCU can provide deterministic read-side
 data-structure access to real-time programs.
 
-\subsection{Real Time vs.\@ Real Fast: How to Choose?}
+\subsection{Real Time vs.~Real Fast: How to Choose?}
 \label{sec:advsync:Real Time vs. Real Fast: How to Choose?}
 
 The choice between real-time and real-fast computing can be a difficult one.
-- 
2.17.1


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

* Re: [PATCH -perfbook] advsync/rt: Use 'vs.~' instead of 'vs.\@ 'in section title
  2021-04-09 12:05 [PATCH -perfbook] advsync/rt: Use 'vs.~' instead of 'vs.\@ 'in section title Akira Yokosawa
@ 2021-04-09 14:16 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2021-04-09 14:16 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Fri, Apr 09, 2021 at 09:05:04PM +0900, Akira Yokosawa wrote:
> hyperref complains about the use of "\@" in a section title:
> 
>     Package hyperref Warning: Token not allowed in a PDF string (Unicode):
>     (hyperref)                removing `\spacefactor' on input line 1978.
> 
>     Package hyperref Warning: Token not allowed in a PDF string (Unicode):
>     (hyperref)                removing `\@m' on input line 1978.
> 
> Fixes: 9facbec307ee ("treewide: Mark non-end-of-sentence full-stop of 'vs.' as such")
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Ah, I should pay more attention to the errors.  :-/

Thank you, queued and pushed!

							Thanx, Paul

> ---
>  advsync/rt.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/advsync/rt.tex b/advsync/rt.tex
> index f5e8e685..067927e9 100644
> --- a/advsync/rt.tex
> +++ b/advsync/rt.tex
> @@ -1975,7 +1975,7 @@ on \clnrefrange{upd:b}{upd:e}.
>  This example shows how RCU can provide deterministic read-side
>  data-structure access to real-time programs.
>  
> -\subsection{Real Time vs.\@ Real Fast: How to Choose?}
> +\subsection{Real Time vs.~Real Fast: How to Choose?}
>  \label{sec:advsync:Real Time vs. Real Fast: How to Choose?}
>  
>  The choice between real-time and real-fast computing can be a difficult one.
> -- 
> 2.17.1
> 

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

end of thread, other threads:[~2021-04-09 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 12:05 [PATCH -perfbook] advsync/rt: Use 'vs.~' instead of 'vs.\@ 'in section title Akira Yokosawa
2021-04-09 14:16 ` 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.