texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Avoid extra space after punctuation in \texttt


From: Gavin D. Smith
Subject: branch master updated: Avoid extra space after punctuation in \texttt
Date: Wed, 10 Aug 2022 13:10:03 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 1fb44112a8 Avoid extra space after punctuation in \texttt
1fb44112a8 is described below

commit 1fb44112a80f35e45cffd767316bbe26e48179ae
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Aug 10 18:09:53 2022 +0100

    Avoid extra space after punctuation in \texttt
    
    * tp/Texinfo/Convert/LaTeX.pm (_protect_text) <code>:
    Where punctuation appears before a space, change the
    space to "\ ", control space.
---
 ChangeLog                                          |   8 +
 tp/Texinfo/Convert/LaTeX.pm                        |   4 +
 .../converters_tests/ref_error_formatting.pl       |  14 +-
 tp/t/results/converters_tests/refs_formatting.pl   |  12 +-
 tp/t/results/converters_tests/top_in_ref.pl        |  12 +-
 .../res_parser/formatting_latex/formatting.tex     | 304 ++++++++++-----------
 6 files changed, 183 insertions(+), 171 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fe77ffefaa..9c6b25ccb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-08-09  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       Avoid extra space after punctuation in \texttt
+
+       * tp/Texinfo/Convert/LaTeX.pm (_protect_text) <code>:
+       Where punctuation appears before a space, change the
+       space to "\ ", control space.
+
 2022-08-09  Gavin Smith  <gavinsmith0123@gmail.com>
 
        No special output for @t in def args
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index ae7a89c71e..ca9c528e0d 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -1649,6 +1649,10 @@ sub _protect_text($$)
       $text = _protect_index_text($text);
     }
     if ($self->{'formatting_context'}->[-1]->{'code'}->[-1]) {
+      # Prevent extra space after punctuation.  (We could use \frenchspacing
+      # in the output, but this can break in section titles with hyperref.)
+      $text =~ s/([.?!:;,]) /$1\\ /g;
+
       # Under T1 encoding there are several ligatures even in fixed width fonts
       $text =~ s/---/{-}{-}{-}/g;
       $text =~ s/--/{-}{-}/g;
diff --git a/tp/t/results/converters_tests/ref_error_formatting.pl 
b/tp/t/results/converters_tests/ref_error_formatting.pl
index d880bb84db..0d8164b345 100644
--- a/tp/t/results/converters_tests/ref_error_formatting.pl
+++ b/tp/t/results/converters_tests/ref_error_formatting.pl
@@ -4613,30 +4613,30 @@ $result_converted{'latex'}->{'ref_error_formatting'} = '
 \\texttt{@ref\\{node,cross ref name{,}{,},manual\\}} Section ``node\'\' in 
\\textsl{manual}
 \\texttt{@ref\\{node,cross ref name,title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{node,cross ref name,title{,}{,}manual\\}} Section ``title\'\' 
in \\textsl{manual}
-\\texttt{@ref\\{node,cross ref name,title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{node,cross ref name,title,\\ file name,\\ manual\\}} Section 
``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{node{,}{,}title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{node{,}{,}title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{node{,}{,}title, file name, manual\\}} Section ``title\'\' in 
\\textsl{manual}
+\\texttt{@ref\\{node{,}{,}title,\\ file name,\\ manual\\}} Section ``title\'\' 
in \\textsl{manual}
 \\texttt{@ref\\{node{,}{,},file name,manual\\}} Section ``node\'\' in 
\\textsl{manual}
 \\texttt{@ref\\{,cross ref name,title,\\}} title
 \\texttt{@ref\\{,cross ref name{,}{,}file name\\}} \\texttt{file name}
 \\texttt{@ref\\{,cross ref name{,}{,},manual\\}} \\textsl{manual}
 \\texttt{@ref\\{,cross ref name,title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{,cross ref name,title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{,cross ref name,title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{,cross ref name,title,\\ file name,\\ manual\\}} Section 
``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{{,}{,}title,file name\\}} Section ``title\'\' in \\texttt{file 
name}
 \\texttt{@ref\\{{,}{,}title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{{,}{,}title, file name, manual\\}} Section ``title\'\' in 
\\textsl{manual}
+\\texttt{@ref\\{{,}{,}title,\\ file name,\\ manual\\}} Section ``title\'\' in 
\\textsl{manual}
 \\texttt{@ref\\{{,}{,},file name,manual\\}} \\textsl{manual}
 
 \\texttt{@inforef\\{,cross ref name \\}} 
 \\texttt{@inforef\\{{,}{,}file name\\}} \\texttt{file name}
-\\texttt{@inforef\\{,cross ref name, file name\\}} \\texttt{file name}
+\\texttt{@inforef\\{,cross ref name,\\ file name\\}} \\texttt{file name}
 \\texttt{@inforef\\{\\}} 
 
-\\texttt{@inforef\\{node, cross ref name, file name\\}} Section ``node\'\' in 
\\texttt{file name}
+\\texttt{@inforef\\{node,\\ cross ref name,\\ file name\\}} Section ``node\'\' 
in \\texttt{file name}
 \\texttt{@inforef\\{node\\}} node
-\\texttt{@inforef\\{node, cross ref name\\}} node
+\\texttt{@inforef\\{node,\\ cross ref name\\}} node
 \\texttt{@inforef\\{node{,}{,}file name\\}} Section ``node\'\' in 
\\texttt{file name}
 ';
 
diff --git a/tp/t/results/converters_tests/refs_formatting.pl 
b/tp/t/results/converters_tests/refs_formatting.pl
index a732b3fbef..7fa0c64f28 100644
--- a/tp/t/results/converters_tests/refs_formatting.pl
+++ b/tp/t/results/converters_tests/refs_formatting.pl
@@ -4596,10 +4596,10 @@ $result_converted{'latex'}->{'refs_formatting'} = 
'\\chapter{{chapter}}
 \\texttt{@ref\\{chapter,cross ref name{,}{,},manual\\}} Section ``chapter\'\' 
in \\textsl{manual}
 \\texttt{@ref\\{chapter,cross ref name,title,file name\\}} Section ``title\'\' 
in \\texttt{file name}
 \\texttt{@ref\\{chapter,cross ref name,title{,}{,}manual\\}} Section 
``title\'\' in \\textsl{manual}
-\\texttt{@ref\\{chapter,cross ref name,title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{chapter,cross ref name,title,\\ file name,\\ manual\\}} 
Section ``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{chapter{,}{,}title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{chapter{,}{,}title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{chapter{,}{,}title, file name, manual\\}} Section ``title\'\' 
in \\textsl{manual}
+\\texttt{@ref\\{chapter{,}{,}title,\\ file name,\\ manual\\}} Section 
``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{chapter{,}{,},file name,manual\\}} Section ``chapter\'\' in 
\\textsl{manual}
 
 \\texttt{@ref\\{(pman)anode,cross ref name\\}} (pman)anode
@@ -4611,15 +4611,15 @@ $result_converted{'latex'}->{'refs_formatting'} = 
'\\chapter{{chapter}}
 \\texttt{@ref\\{(pman)anode,cross ref name{,}{,},manual\\}} Section 
``(pman)anode\'\' in \\textsl{manual}
 \\texttt{@ref\\{(pman)anode,cross ref name,title,file name\\}} Section 
``title\'\' in \\texttt{file name}
 \\texttt{@ref\\{(pman)anode,cross ref name,title{,}{,}manual\\}} Section 
``title\'\' in \\textsl{manual}
-\\texttt{@ref\\{(pman)anode,cross ref name,title, file name, manual\\}} 
Section ``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{(pman)anode,cross ref name,title,\\ file name,\\ manual\\}} 
Section ``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{(pman)anode{,}{,}title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{(pman)anode{,}{,}title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{(pman)anode{,}{,}title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{(pman)anode{,}{,}title,\\ file name,\\ manual\\}} Section 
``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{(pman)anode{,}{,},file name,manual\\}} Section 
``(pman)anode\'\' in \\textsl{manual}
 
-\\texttt{@inforef\\{chapter, cross ref name, file name\\}} Section 
``chapter\'\' in \\texttt{file name}
+\\texttt{@inforef\\{chapter,\\ cross ref name,\\ file name\\}} Section 
``chapter\'\' in \\texttt{file name}
 \\texttt{@inforef\\{chapter\\}} chapter
-\\texttt{@inforef\\{chapter, cross ref name\\}} chapter
+\\texttt{@inforef\\{chapter,\\ cross ref name\\}} chapter
 \\texttt{@inforef\\{chapter{,}{,}file name\\}} Section ``chapter\'\' in 
\\texttt{file name}
 ';
 
diff --git a/tp/t/results/converters_tests/top_in_ref.pl 
b/tp/t/results/converters_tests/top_in_ref.pl
index 271ea5c19a..3b2e0a1e00 100644
--- a/tp/t/results/converters_tests/top_in_ref.pl
+++ b/tp/t/results/converters_tests/top_in_ref.pl
@@ -4600,10 +4600,10 @@ $result_converted{'latex'}->{'top_in_ref'} = 
'\\label{anchor:Top}%
 \\texttt{@ref\\{Top,cross ref name{,}{,},manual\\}} Section ``Top\'\' in 
\\textsl{manual}
 \\texttt{@ref\\{Top,cross ref name,title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{Top,cross ref name,title{,}{,}manual\\}} Section ``title\'\' 
in \\textsl{manual}
-\\texttt{@ref\\{Top,cross ref name,title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{Top,cross ref name,title,\\ file name,\\ manual\\}} Section 
``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{Top{,}{,}title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{Top{,}{,}title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{Top{,}{,}title, file name, manual\\}} Section ``title\'\' in 
\\textsl{manual}
+\\texttt{@ref\\{Top{,}{,}title,\\ file name,\\ manual\\}} Section ``title\'\' 
in \\textsl{manual}
 \\texttt{@ref\\{Top{,}{,},file name,manual\\}} Section ``Top\'\' in 
\\textsl{manual}
 
 \\texttt{@ref\\{(pman)Top,cross ref name\\}} (pman)Top
@@ -4615,15 +4615,15 @@ $result_converted{'latex'}->{'top_in_ref'} = 
'\\label{anchor:Top}%
 \\texttt{@ref\\{(pman)Top,cross ref name{,}{,},manual\\}} Section 
``(pman)Top\'\' in \\textsl{manual}
 \\texttt{@ref\\{(pman)Top,cross ref name,title,file name\\}} Section 
``title\'\' in \\texttt{file name}
 \\texttt{@ref\\{(pman)Top,cross ref name,title{,}{,}manual\\}} Section 
``title\'\' in \\textsl{manual}
-\\texttt{@ref\\{(pman)Top,cross ref name,title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{(pman)Top,cross ref name,title,\\ file name,\\ manual\\}} 
Section ``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{(pman)Top{,}{,}title,file name\\}} Section ``title\'\' in 
\\texttt{file name}
 \\texttt{@ref\\{(pman)Top{,}{,}title{,}{,}manual\\}} Section ``title\'\' in 
\\textsl{manual}
-\\texttt{@ref\\{(pman)Top{,}{,}title, file name, manual\\}} Section 
``title\'\' in \\textsl{manual}
+\\texttt{@ref\\{(pman)Top{,}{,}title,\\ file name,\\ manual\\}} Section 
``title\'\' in \\textsl{manual}
 \\texttt{@ref\\{(pman)Top{,}{,},file name,manual\\}} Section ``(pman)Top\'\' 
in \\textsl{manual}
 
-\\texttt{@inforef\\{Top, cross ref name, file name\\}} Section ``Top\'\' in 
\\texttt{file name}
+\\texttt{@inforef\\{Top,\\ cross ref name,\\ file name\\}} Section ``Top\'\' 
in \\texttt{file name}
 \\texttt{@inforef\\{Top\\}} Top
-\\texttt{@inforef\\{Top, cross ref name\\}} Top
+\\texttt{@inforef\\{Top,\\ cross ref name\\}} Top
 \\texttt{@inforef\\{Top{,}{,}file name\\}} Section ``Top\'\' in \\texttt{file 
name}
 ';
 
diff --git a/tp/tests/layout/res_parser/formatting_latex/formatting.tex 
b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
index 081cb3eee3..c28e6a6338 100644
--- a/tp/tests/layout/res_parser/formatting_latex/formatting.tex
+++ b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
@@ -242,8 +242,8 @@ but , ,\@
 
 \texttt{@acronym\{{-}{-}a,an accronym\}} --a (an accronym)
 \texttt{@acronym\{{-}{-}a\}} --a
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude Autonome \}} \'{E}--.\@ ,A.\@ 
(\'{E}tude Autonome)
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude Autonome \}} \'{E}--.\@ 
,A.\@ (\'{E}tude Autonome)
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 \texttt{@asis\{{-}{-}a\}} --a
 \texttt{@b\{{-}{-}a\}} \textbf{--a}
 \texttt{@cite\{{-}{-}a\}} \textsl{--a}
@@ -1229,18 +1229,18 @@ fff2
 \end{quote}
 
 
-\texttt{@xref\{c{-}{-}{-}hapter@@, cross r{-}{-}{-}ef name@@, 
t{-}{-}{-}itle@@, file n{-}{-}{-}ame@@, ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
-\texttt{@ref\{chapter, cross ref name, title, file name, manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@pxref\{chapter, cross ref name, title, file name, manual\}} see 
Section ``title'' in \textsl{manual}
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@xref\{c{-}{-}{-}hapter@@,\ cross r{-}{-}{-}ef name@@,\ 
t{-}{-}{-}itle@@,\ file n{-}{-}{-}ame@@,\ ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
+\texttt{@ref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@pxref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} see 
Section ``title'' in \textsl{manual}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 
 \texttt{@ref\{chapter\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@xref\{chapter\}} See 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}.
 \texttt{@pxref\{chapter\}} see 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@ref\{s{-}{-}ect@comma\{\}ion\}} 
\hyperref[anchor:s_002d_002dect_002cion]{Section~\ref*{anchor:s_002d_002dect_002cion}
 [s--ect,ion], page~\pageref*{anchor:s_002d_002dect_002cion}}
 
-\texttt{@ref\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in title, a comma@comma\{\} in file, a @comma\{\} in 
manual name \}}
+\texttt{@ref\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in title,\ a comma@comma\{\} in file,\ a @comma\{\} in 
manual name \}}
 Section ``a comma, in title'' in \textsl{a , in manual name}
 
 \texttt{@ref\{chapter,cross ref name\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
@@ -1252,10 +1252,10 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{chapter,cross ref name{,}{,},manual\}} Section ``chapter'' in 
\textsl{manual}
 \texttt{@ref\{chapter,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{chapter,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{chapter{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{chapter{,}{,},file name,manual\}} Section ``chapter'' in 
\textsl{manual}
 
 
@@ -1268,25 +1268,25 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{(pman)anode,cross ref name{,}{,},manual\}} Section 
``(pman)anode'' in \textsl{manual}
 \texttt{@ref\{(pman)anode,cross ref name,title,file name\}} Section ``title'' 
in \texttt{file name}
 \texttt{@ref\{(pman)anode,cross ref name,title{,}{,}manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@ref\{(pman)anode,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{(pman)anode,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{(pman)anode{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{(pman)anode{,}{,}title, file name, manual\}} Section ``title'' 
in \textsl{manual}
+\texttt{@ref\{(pman)anode{,}{,}title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,},file name,manual\}} Section ``(pman)anode'' in 
\textsl{manual}
 
 
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 \texttt{@inforef\{chapter\}} chapter
-\texttt{@inforef\{chapter, cross ref name\}} chapter
+\texttt{@inforef\{chapter,\ cross ref name\}} chapter
 \texttt{@inforef\{chapter{,}{,}file name\}} Section ``chapter'' in 
\texttt{file name}
-\texttt{@inforef\{node, cross ref name, file name\}} Section ``node'' in 
\texttt{file name}
+\texttt{@inforef\{node,\ cross ref name,\ file name\}} Section ``node'' in 
\texttt{file name}
 \texttt{@inforef\{node\}} node
-\texttt{@inforef\{node, cross ref name\}} node
+\texttt{@inforef\{node,\ cross ref name\}} node
 \texttt{@inforef\{node{,}{,}file name\}} Section ``node'' in \texttt{file name}
-\texttt{@inforef\{chapter, cross ref name, file name, spurious arg\}} Section 
``chapter'' in \texttt{file name, spurious arg}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name,\ spurious arg\}} 
Section ``chapter'' in \texttt{file name,\ spurious arg}
 
-\texttt{@inforef\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in file\}}
+\texttt{@inforef\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in file\}}
 Section ``s--ect,ion'' in \texttt{a comma, in file}
 
 `\texttt{\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} 
[chapter], page~\pageref*{anchor:chapter}}}'.
@@ -1391,8 +1391,8 @@ $\frac{a < b \texttt{tex \hbox{ code }}}{b}$ ``
 
 
 \texttt{@acronym\{{-}{-}a,an accronym @comma\{\} @enddots\{\}\}} --a (an 
accronym , \dots{})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude{-}{-}@comma\{\} @b\{Autonome\} 
\}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude{-}{-}@comma\{\} 
@b\{Autonome\} \}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 
 \texttt{@math\{{-}{-}a@minus\{\} \{\textbackslash{}frac\{1\}\{2\}\}\}} $--a- 
{\frac{1}{2}}$
 
@@ -1578,26 +1578,26 @@ g--roupe
 \texttt{@ref\{node,cross ref name{,}{,},manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{node,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{node,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{node,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{node{,}{,}title,file name\}} Section ``title'' in \texttt{file 
name}
 \texttt{@ref\{node{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{node{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{node{,}{,},file name,manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{,cross ref name,title,\}} title
 \texttt{@ref\{,cross ref name{,}{,}file name\}} \texttt{file name}
 \texttt{@ref\{,cross ref name{,}{,},manual\}} \textsl{manual}
 \texttt{@ref\{,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{,cross ref name,title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{,cross ref name,title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{{,}{,}title,file name\}} Section ``title'' in \texttt{file name}
 \texttt{@ref\{{,}{,}title{,}{,}manual\}} Section ``title'' in \textsl{manual}
-\texttt{@ref\{{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{{,}{,},file name,manual\}} \textsl{manual}
 
 \texttt{@inforef\{,cross ref name \}} 
 \texttt{@inforef\{{,}{,}file name\}} \texttt{file name}
-\texttt{@inforef\{,cross ref name, file name\}} \texttt{file name}
+\texttt{@inforef\{,cross ref name,\ file name\}} \texttt{file name}
 \texttt{@inforef\{\}} 
 
 
@@ -1727,8 +1727,8 @@ but , ,\@
 
 \texttt{@acronym\{{-}{-}a,an accronym\}} --a (an accronym)
 \texttt{@acronym\{{-}{-}a\}} --a
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude Autonome \}} \'{E}--.\@ ,A.\@ 
(\'{E}tude Autonome)
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude Autonome \}} \'{E}--.\@ 
,A.\@ (\'{E}tude Autonome)
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 \texttt{@asis\{{-}{-}a\}} --a
 \texttt{@b\{{-}{-}a\}} \textbf{--a}
 \texttt{@cite\{{-}{-}a\}} \textsl{--a}
@@ -2711,18 +2711,18 @@ fff2
 \end{quote}
 
 
-\texttt{@xref\{c{-}{-}{-}hapter@@, cross r{-}{-}{-}ef name@@, 
t{-}{-}{-}itle@@, file n{-}{-}{-}ame@@, ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
-\texttt{@ref\{chapter, cross ref name, title, file name, manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@pxref\{chapter, cross ref name, title, file name, manual\}} see 
Section ``title'' in \textsl{manual}
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@xref\{c{-}{-}{-}hapter@@,\ cross r{-}{-}{-}ef name@@,\ 
t{-}{-}{-}itle@@,\ file n{-}{-}{-}ame@@,\ ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
+\texttt{@ref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@pxref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} see 
Section ``title'' in \textsl{manual}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 
 \texttt{@ref\{chapter\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@xref\{chapter\}} See 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}.
 \texttt{@pxref\{chapter\}} see 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@ref\{s{-}{-}ect@comma\{\}ion\}} 
\hyperref[anchor:s_002d_002dect_002cion]{Section~\ref*{anchor:s_002d_002dect_002cion}
 [s--ect,ion], page~\pageref*{anchor:s_002d_002dect_002cion}}
 
-\texttt{@ref\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in title, a comma@comma\{\} in file, a @comma\{\} in 
manual name \}}
+\texttt{@ref\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in title,\ a comma@comma\{\} in file,\ a @comma\{\} in 
manual name \}}
 Section ``a comma, in title'' in \textsl{a , in manual name}
 
 \texttt{@ref\{chapter,cross ref name\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
@@ -2734,10 +2734,10 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{chapter,cross ref name{,}{,},manual\}} Section ``chapter'' in 
\textsl{manual}
 \texttt{@ref\{chapter,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{chapter,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{chapter{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{chapter{,}{,},file name,manual\}} Section ``chapter'' in 
\textsl{manual}
 
 
@@ -2750,25 +2750,25 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{(pman)anode,cross ref name{,}{,},manual\}} Section 
``(pman)anode'' in \textsl{manual}
 \texttt{@ref\{(pman)anode,cross ref name,title,file name\}} Section ``title'' 
in \texttt{file name}
 \texttt{@ref\{(pman)anode,cross ref name,title{,}{,}manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@ref\{(pman)anode,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{(pman)anode,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{(pman)anode{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{(pman)anode{,}{,}title, file name, manual\}} Section ``title'' 
in \textsl{manual}
+\texttt{@ref\{(pman)anode{,}{,}title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,},file name,manual\}} Section ``(pman)anode'' in 
\textsl{manual}
 
 
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 \texttt{@inforef\{chapter\}} chapter
-\texttt{@inforef\{chapter, cross ref name\}} chapter
+\texttt{@inforef\{chapter,\ cross ref name\}} chapter
 \texttt{@inforef\{chapter{,}{,}file name\}} Section ``chapter'' in 
\texttt{file name}
-\texttt{@inforef\{node, cross ref name, file name\}} Section ``node'' in 
\texttt{file name}
+\texttt{@inforef\{node,\ cross ref name,\ file name\}} Section ``node'' in 
\texttt{file name}
 \texttt{@inforef\{node\}} node
-\texttt{@inforef\{node, cross ref name\}} node
+\texttt{@inforef\{node,\ cross ref name\}} node
 \texttt{@inforef\{node{,}{,}file name\}} Section ``node'' in \texttt{file name}
-\texttt{@inforef\{chapter, cross ref name, file name, spurious arg\}} Section 
``chapter'' in \texttt{file name, spurious arg}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name,\ spurious arg\}} 
Section ``chapter'' in \texttt{file name,\ spurious arg}
 
-\texttt{@inforef\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in file\}}
+\texttt{@inforef\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in file\}}
 Section ``s--ect,ion'' in \texttt{a comma, in file}
 
 `\texttt{\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} 
[chapter], page~\pageref*{anchor:chapter}}}'.
@@ -2873,8 +2873,8 @@ $\frac{a < b \texttt{tex \hbox{ code }}}{b}$ ``
 
 
 \texttt{@acronym\{{-}{-}a,an accronym @comma\{\} @enddots\{\}\}} --a (an 
accronym , \dots{})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude{-}{-}@comma\{\} @b\{Autonome\} 
\}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude{-}{-}@comma\{\} 
@b\{Autonome\} \}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 
 \texttt{@math\{{-}{-}a@minus\{\} \{\textbackslash{}frac\{1\}\{2\}\}\}} $--a- 
{\frac{1}{2}}$
 
@@ -3060,26 +3060,26 @@ g--roupe
 \texttt{@ref\{node,cross ref name{,}{,},manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{node,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{node,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{node,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{node{,}{,}title,file name\}} Section ``title'' in \texttt{file 
name}
 \texttt{@ref\{node{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{node{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{node{,}{,},file name,manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{,cross ref name,title,\}} title
 \texttt{@ref\{,cross ref name{,}{,}file name\}} \texttt{file name}
 \texttt{@ref\{,cross ref name{,}{,},manual\}} \textsl{manual}
 \texttt{@ref\{,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{,cross ref name,title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{,cross ref name,title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{{,}{,}title,file name\}} Section ``title'' in \texttt{file name}
 \texttt{@ref\{{,}{,}title{,}{,}manual\}} Section ``title'' in \textsl{manual}
-\texttt{@ref\{{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{{,}{,},file name,manual\}} \textsl{manual}
 
 \texttt{@inforef\{,cross ref name \}} 
 \texttt{@inforef\{{,}{,}file name\}} \texttt{file name}
-\texttt{@inforef\{,cross ref name, file name\}} \texttt{file name}
+\texttt{@inforef\{,cross ref name,\ file name\}} \texttt{file name}
 \texttt{@inforef\{\}} 
 
 
@@ -3230,8 +3230,8 @@ but , ,\@
 
 \texttt{@acronym\{{-}{-}a,an accronym\}} --a (an accronym)
 \texttt{@acronym\{{-}{-}a\}} --a
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude Autonome \}} \'{E}--.\@ ,A.\@ 
(\'{E}tude Autonome)
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude Autonome \}} \'{E}--.\@ 
,A.\@ (\'{E}tude Autonome)
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 \texttt{@asis\{{-}{-}a\}} --a
 \texttt{@b\{{-}{-}a\}} \textbf{--a}
 \texttt{@cite\{{-}{-}a\}} \textsl{--a}
@@ -4214,18 +4214,18 @@ fff2
 \end{quote}
 
 
-\texttt{@xref\{c{-}{-}{-}hapter@@, cross r{-}{-}{-}ef name@@, 
t{-}{-}{-}itle@@, file n{-}{-}{-}ame@@, ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
-\texttt{@ref\{chapter, cross ref name, title, file name, manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@pxref\{chapter, cross ref name, title, file name, manual\}} see 
Section ``title'' in \textsl{manual}
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@xref\{c{-}{-}{-}hapter@@,\ cross r{-}{-}{-}ef name@@,\ 
t{-}{-}{-}itle@@,\ file n{-}{-}{-}ame@@,\ ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
+\texttt{@ref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@pxref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} see 
Section ``title'' in \textsl{manual}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 
 \texttt{@ref\{chapter\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@xref\{chapter\}} See 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}.
 \texttt{@pxref\{chapter\}} see 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@ref\{s{-}{-}ect@comma\{\}ion\}} 
\hyperref[anchor:s_002d_002dect_002cion]{Section~\ref*{anchor:s_002d_002dect_002cion}
 [s--ect,ion], page~\pageref*{anchor:s_002d_002dect_002cion}}
 
-\texttt{@ref\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in title, a comma@comma\{\} in file, a @comma\{\} in 
manual name \}}
+\texttt{@ref\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in title,\ a comma@comma\{\} in file,\ a @comma\{\} in 
manual name \}}
 Section ``a comma, in title'' in \textsl{a , in manual name}
 
 \texttt{@ref\{chapter,cross ref name\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
@@ -4237,10 +4237,10 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{chapter,cross ref name{,}{,},manual\}} Section ``chapter'' in 
\textsl{manual}
 \texttt{@ref\{chapter,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{chapter,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{chapter{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{chapter{,}{,},file name,manual\}} Section ``chapter'' in 
\textsl{manual}
 
 
@@ -4253,25 +4253,25 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{(pman)anode,cross ref name{,}{,},manual\}} Section 
``(pman)anode'' in \textsl{manual}
 \texttt{@ref\{(pman)anode,cross ref name,title,file name\}} Section ``title'' 
in \texttt{file name}
 \texttt{@ref\{(pman)anode,cross ref name,title{,}{,}manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@ref\{(pman)anode,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{(pman)anode,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{(pman)anode{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{(pman)anode{,}{,}title, file name, manual\}} Section ``title'' 
in \textsl{manual}
+\texttt{@ref\{(pman)anode{,}{,}title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,},file name,manual\}} Section ``(pman)anode'' in 
\textsl{manual}
 
 
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 \texttt{@inforef\{chapter\}} chapter
-\texttt{@inforef\{chapter, cross ref name\}} chapter
+\texttt{@inforef\{chapter,\ cross ref name\}} chapter
 \texttt{@inforef\{chapter{,}{,}file name\}} Section ``chapter'' in 
\texttt{file name}
-\texttt{@inforef\{node, cross ref name, file name\}} Section ``node'' in 
\texttt{file name}
+\texttt{@inforef\{node,\ cross ref name,\ file name\}} Section ``node'' in 
\texttt{file name}
 \texttt{@inforef\{node\}} node
-\texttt{@inforef\{node, cross ref name\}} node
+\texttt{@inforef\{node,\ cross ref name\}} node
 \texttt{@inforef\{node{,}{,}file name\}} Section ``node'' in \texttt{file name}
-\texttt{@inforef\{chapter, cross ref name, file name, spurious arg\}} Section 
``chapter'' in \texttt{file name, spurious arg}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name,\ spurious arg\}} 
Section ``chapter'' in \texttt{file name,\ spurious arg}
 
-\texttt{@inforef\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in file\}}
+\texttt{@inforef\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in file\}}
 Section ``s--ect,ion'' in \texttt{a comma, in file}
 
 `\texttt{\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} 
[chapter], page~\pageref*{anchor:chapter}}}'.
@@ -4376,8 +4376,8 @@ $\frac{a < b \texttt{tex \hbox{ code }}}{b}$ ``
 
 
 \texttt{@acronym\{{-}{-}a,an accronym @comma\{\} @enddots\{\}\}} --a (an 
accronym , \dots{})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude{-}{-}@comma\{\} @b\{Autonome\} 
\}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude{-}{-}@comma\{\} 
@b\{Autonome\} \}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 
 \texttt{@math\{{-}{-}a@minus\{\} \{\textbackslash{}frac\{1\}\{2\}\}\}} $--a- 
{\frac{1}{2}}$
 
@@ -4563,26 +4563,26 @@ g--roupe
 \texttt{@ref\{node,cross ref name{,}{,},manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{node,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{node,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{node,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{node{,}{,}title,file name\}} Section ``title'' in \texttt{file 
name}
 \texttt{@ref\{node{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{node{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{node{,}{,},file name,manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{,cross ref name,title,\}} title
 \texttt{@ref\{,cross ref name{,}{,}file name\}} \texttt{file name}
 \texttt{@ref\{,cross ref name{,}{,},manual\}} \textsl{manual}
 \texttt{@ref\{,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{,cross ref name,title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{,cross ref name,title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{{,}{,}title,file name\}} Section ``title'' in \texttt{file name}
 \texttt{@ref\{{,}{,}title{,}{,}manual\}} Section ``title'' in \textsl{manual}
-\texttt{@ref\{{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{{,}{,},file name,manual\}} \textsl{manual}
 
 \texttt{@inforef\{,cross ref name \}} 
 \texttt{@inforef\{{,}{,}file name\}} \texttt{file name}
-\texttt{@inforef\{,cross ref name, file name\}} \texttt{file name}
+\texttt{@inforef\{,cross ref name,\ file name\}} \texttt{file name}
 \texttt{@inforef\{\}} 
 
 
@@ -4711,8 +4711,8 @@ but , ,\@
 
 \texttt{@acronym\{{-}{-}a,an accronym\}} --a (an accronym)
 \texttt{@acronym\{{-}{-}a\}} --a
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude Autonome \}} \'{E}--.\@ ,A.\@ 
(\'{E}tude Autonome)
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude Autonome \}} \'{E}--.\@ 
,A.\@ (\'{E}tude Autonome)
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 \texttt{@asis\{{-}{-}a\}} --a
 \texttt{@b\{{-}{-}a\}} \textbf{--a}
 \texttt{@cite\{{-}{-}a\}} \textsl{--a}
@@ -5695,18 +5695,18 @@ fff2
 \end{quote}
 
 
-\texttt{@xref\{c{-}{-}{-}hapter@@, cross r{-}{-}{-}ef name@@, 
t{-}{-}{-}itle@@, file n{-}{-}{-}ame@@, ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
-\texttt{@ref\{chapter, cross ref name, title, file name, manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@pxref\{chapter, cross ref name, title, file name, manual\}} see 
Section ``title'' in \textsl{manual}
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@xref\{c{-}{-}{-}hapter@@,\ cross r{-}{-}{-}ef name@@,\ 
t{-}{-}{-}itle@@,\ file n{-}{-}{-}ame@@,\ ma{-}{-}{-}nual@@\}} See Section 
``t---itle@'' in \textsl{ma---nual@}.
+\texttt{@ref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@pxref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} see 
Section ``title'' in \textsl{manual}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 
 \texttt{@ref\{chapter\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@xref\{chapter\}} See 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}.
 \texttt{@pxref\{chapter\}} see 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@ref\{s{-}{-}ect@comma\{\}ion\}} 
\hyperref[anchor:s_002d_002dect_002cion]{Section~\ref*{anchor:s_002d_002dect_002cion}
 [s--ect,ion], page~\pageref*{anchor:s_002d_002dect_002cion}}
 
-\texttt{@ref\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in title, a comma@comma\{\} in file, a @comma\{\} in 
manual name \}}
+\texttt{@ref\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in title,\ a comma@comma\{\} in file,\ a @comma\{\} in 
manual name \}}
 Section ``a comma, in title'' in \textsl{a , in manual name}
 
 \texttt{@ref\{chapter,cross ref name\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
@@ -5718,10 +5718,10 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{chapter,cross ref name{,}{,},manual\}} Section ``chapter'' in 
\textsl{manual}
 \texttt{@ref\{chapter,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{chapter,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{chapter{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{chapter{,}{,},file name,manual\}} Section ``chapter'' in 
\textsl{manual}
 
 
@@ -5734,25 +5734,25 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{(pman)anode,cross ref name{,}{,},manual\}} Section 
``(pman)anode'' in \textsl{manual}
 \texttt{@ref\{(pman)anode,cross ref name,title,file name\}} Section ``title'' 
in \texttt{file name}
 \texttt{@ref\{(pman)anode,cross ref name,title{,}{,}manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@ref\{(pman)anode,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{(pman)anode,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{(pman)anode{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{(pman)anode{,}{,}title, file name, manual\}} Section ``title'' 
in \textsl{manual}
+\texttt{@ref\{(pman)anode{,}{,}title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,},file name,manual\}} Section ``(pman)anode'' in 
\textsl{manual}
 
 
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 \texttt{@inforef\{chapter\}} chapter
-\texttt{@inforef\{chapter, cross ref name\}} chapter
+\texttt{@inforef\{chapter,\ cross ref name\}} chapter
 \texttt{@inforef\{chapter{,}{,}file name\}} Section ``chapter'' in 
\texttt{file name}
-\texttt{@inforef\{node, cross ref name, file name\}} Section ``node'' in 
\texttt{file name}
+\texttt{@inforef\{node,\ cross ref name,\ file name\}} Section ``node'' in 
\texttt{file name}
 \texttt{@inforef\{node\}} node
-\texttt{@inforef\{node, cross ref name\}} node
+\texttt{@inforef\{node,\ cross ref name\}} node
 \texttt{@inforef\{node{,}{,}file name\}} Section ``node'' in \texttt{file name}
-\texttt{@inforef\{chapter, cross ref name, file name, spurious arg\}} Section 
``chapter'' in \texttt{file name, spurious arg}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name,\ spurious arg\}} 
Section ``chapter'' in \texttt{file name,\ spurious arg}
 
-\texttt{@inforef\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in file\}}
+\texttt{@inforef\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in file\}}
 Section ``s--ect,ion'' in \texttt{a comma, in file}
 
 `\texttt{\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} 
[chapter], page~\pageref*{anchor:chapter}}}'.
@@ -5857,8 +5857,8 @@ $\frac{a < b \texttt{tex \hbox{ code }}}{b}$ ``
 
 
 \texttt{@acronym\{{-}{-}a,an accronym @comma\{\} @enddots\{\}\}} --a (an 
accronym , \dots{})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude{-}{-}@comma\{\} @b\{Autonome\} 
\}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}--.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude{-}{-}@comma\{\} 
@b\{Autonome\} \}} \'{E}--.\@ ,A.\@ (\'{E}tude--, \textbf{Autonome})
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}--.\@ ,A.\@
 
 \texttt{@math\{{-}{-}a@minus\{\} \{\textbackslash{}frac\{1\}\{2\}\}\}} $--a- 
{\frac{1}{2}}$
 
@@ -6044,26 +6044,26 @@ g--roupe
 \texttt{@ref\{node,cross ref name{,}{,},manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{node,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{node,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{node,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{node{,}{,}title,file name\}} Section ``title'' in \texttt{file 
name}
 \texttt{@ref\{node{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{node{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{node{,}{,},file name,manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{,cross ref name,title,\}} title
 \texttt{@ref\{,cross ref name{,}{,}file name\}} \texttt{file name}
 \texttt{@ref\{,cross ref name{,}{,},manual\}} \textsl{manual}
 \texttt{@ref\{,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{,cross ref name,title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{,cross ref name,title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{{,}{,}title,file name\}} Section ``title'' in \texttt{file name}
 \texttt{@ref\{{,}{,}title{,}{,}manual\}} Section ``title'' in \textsl{manual}
-\texttt{@ref\{{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{{,}{,},file name,manual\}} \textsl{manual}
 
 \texttt{@inforef\{,cross ref name \}} 
 \texttt{@inforef\{{,}{,}file name\}} \texttt{file name}
-\texttt{@inforef\{,cross ref name, file name\}} \texttt{file name}
+\texttt{@inforef\{,cross ref name,\ file name\}} \texttt{file name}
 \texttt{@inforef\{\}} 
 
 
@@ -6080,10 +6080,10 @@ In example.
 `
 
 {`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}\leavevmode{}\\
-code: \texttt{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}} 
\leavevmode{}\\
-asis: {`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'} 
\leavevmode{}\\
-strong: \textbf{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}} 
\leavevmode{}\\
-kbd: 
{\ttfamily\textsl{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}}} 
\leavevmode{}\\
+code:\ \texttt{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}} 
\leavevmode{}\\
+asis:\ {`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'} 
\leavevmode{}\\
+strong:\ \textbf{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}} 
\leavevmode{}\\
+kbd:\ 
{\ttfamily\textsl{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{'}}} 
\leavevmode{}\\
 
 
`\hbox{}`simple-double-\hbox{}-three{-}{-}{-}four{-}{-}{-}-'\hbox{}'\leavevmode{}\\
 
@@ -6127,12 +6127,12 @@ kbd: 
{\ttfamily\textsl{{`}{`}simple-double{-}{-}three{-}{-}{-}four{-}{-}{-}-{'}{
 \texttt{@\{} \{
 \texttt{@/} 
 
-foo vs.\@ bar. 
+foo vs.\@ bar.\ 
 colon :\@And something else.
 semi colon ;\@.
-And ? ?\@.
-Now ! !\@@
-but , ,\@
+And ?\ ?\@.
+Now !\ !\@@
+but ,\ ,\@
 
 @TeX \TeX{}
 @LaTeX \LaTeX{}
@@ -6194,8 +6194,8 @@ but , ,\@
 
 \texttt{@acronym\{{-}{-}a,an accronym\}} {-}{-}a (an accronym)
 \texttt{@acronym\{{-}{-}a\}} {-}{-}a
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude Autonome \}} \'{E}{-}{-}.\@ 
,A.\@ (\'{E}tude Autonome)
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}{-}{-}.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude Autonome \}} \'{E}{-}{-}.\@\ 
,A.\@ (\'{E}tude Autonome)
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}{-}{-}.\@\ ,A.\@
 \texttt{@asis\{{-}{-}a\}} {-}{-}a
 \texttt{@b\{{-}{-}a\}} \textbf{{-}{-}a}
 \texttt{@cite\{{-}{-}a\}} \GNUTexinfocommandstylecodetextcite{{-}{-}a}
@@ -6531,7 +6531,7 @@ A @ at the end of the @quotation line.
 \begin{quote}
 \textbf{something, other thing:} \begin{GNUTexinfopreformatted}
 \leftskip=2em\relax\ttfamily%
-something, other thing
+something,\ other thing
 \end{GNUTexinfopreformatted}
 \end{quote}
 \begin{GNUTexinfopreformatted}
@@ -6541,7 +6541,7 @@ something, other thing
 \begin{quote}
 \textbf{Note, the note:} \begin{GNUTexinfopreformatted}
 \leftskip=2em\relax\ttfamily%
-Note, the note
+Note,\ the note
 \end{GNUTexinfopreformatted}
 \end{quote}
 \begin{GNUTexinfopreformatted}
@@ -6672,7 +6672,7 @@ A small Note
 \begin{footnotesize}
 \textbf{something, other thing:} \begin{GNUTexinfopreformatted}
 \leftskip=2em\relax\ttfamily%
-something, other thing
+something,\ other thing
 \end{GNUTexinfopreformatted}
 \end{footnotesize}
 \end{quote}
@@ -7777,18 +7777,18 @@ fff2
 \leftskip=2em\relax\ttfamily%
 
 
-\texttt{@xref\{c{-}{-}{-}hapter@@, cross r{-}{-}{-}ef name@@, 
t{-}{-}{-}itle@@, file n{-}{-}{-}ame@@, ma{-}{-}{-}nual@@\}} See Section 
``t{-}{-}{-}itle@'' in \textsl{ma{-}{-}{-}nual@}.
-\texttt{@ref\{chapter, cross ref name, title, file name, manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@pxref\{chapter, cross ref name, title, file name, manual\}} see 
Section ``title'' in \textsl{manual}
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@xref\{c{-}{-}{-}hapter@@,\ cross r{-}{-}{-}ef name@@,\ 
t{-}{-}{-}itle@@,\ file n{-}{-}{-}ame@@,\ ma{-}{-}{-}nual@@\}} See Section 
``t{-}{-}{-}itle@'' in \textsl{ma{-}{-}{-}nual@}.
+\texttt{@ref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@pxref\{chapter,\ cross ref name,\ title,\ file name,\ manual\}} see 
Section ``title'' in \textsl{manual}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 
 \texttt{@ref\{chapter\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@xref\{chapter\}} See 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}.
 \texttt{@pxref\{chapter\}} see 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
 \texttt{@ref\{s{-}{-}ect@comma\{\}ion\}} 
\hyperref[anchor:s_002d_002dect_002cion]{Section~\ref*{anchor:s_002d_002dect_002cion}
 [s{-}{-}ect,ion], page~\pageref*{anchor:s_002d_002dect_002cion}}
 
-\texttt{@ref\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in title, a comma@comma\{\} in file, a @comma\{\} in 
manual name \}}
+\texttt{@ref\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in title,\ a comma@comma\{\} in file,\ a @comma\{\} in 
manual name \}}
 Section ``a comma, in title'' in \textsl{a , in manual name}
 
 \texttt{@ref\{chapter,cross ref name\}} 
\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} [chapter], 
page~\pageref*{anchor:chapter}}
@@ -7800,10 +7800,10 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{chapter,cross ref name{,}{,},manual\}} Section ``chapter'' in 
\textsl{manual}
 \texttt{@ref\{chapter,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{chapter,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{chapter{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{chapter{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{chapter{,}{,},file name,manual\}} Section ``chapter'' in 
\textsl{manual}
 
 
@@ -7816,25 +7816,25 @@ Section ``a comma, in title'' in \textsl{a , in manual 
name}
 \texttt{@ref\{(pman)anode,cross ref name{,}{,},manual\}} Section 
``(pman)anode'' in \textsl{manual}
 \texttt{@ref\{(pman)anode,cross ref name,title,file name\}} Section ``title'' 
in \texttt{file name}
 \texttt{@ref\{(pman)anode,cross ref name,title{,}{,}manual\}} Section 
``title'' in \textsl{manual}
-\texttt{@ref\{(pman)anode,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{(pman)anode,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,}title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{(pman)anode{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{(pman)anode{,}{,}title, file name, manual\}} Section ``title'' 
in \textsl{manual}
+\texttt{@ref\{(pman)anode{,}{,}title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{(pman)anode{,}{,},file name,manual\}} Section ``(pman)anode'' in 
\textsl{manual}
 
 
-\texttt{@inforef\{chapter, cross ref name, file name\}} Section ``chapter'' in 
\texttt{file name}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name\}} Section ``chapter'' 
in \texttt{file name}
 \texttt{@inforef\{chapter\}} chapter
-\texttt{@inforef\{chapter, cross ref name\}} chapter
+\texttt{@inforef\{chapter,\ cross ref name\}} chapter
 \texttt{@inforef\{chapter{,}{,}file name\}} Section ``chapter'' in 
\texttt{file name}
-\texttt{@inforef\{node, cross ref name, file name\}} Section ``node'' in 
\texttt{file name}
+\texttt{@inforef\{node,\ cross ref name,\ file name\}} Section ``node'' in 
\texttt{file name}
 \texttt{@inforef\{node\}} node
-\texttt{@inforef\{node, cross ref name\}} node
+\texttt{@inforef\{node,\ cross ref name\}} node
 \texttt{@inforef\{node{,}{,}file name\}} Section ``node'' in \texttt{file name}
-\texttt{@inforef\{chapter, cross ref name, file name, spurious arg\}} Section 
``chapter'' in \texttt{file name, spurious arg}
+\texttt{@inforef\{chapter,\ cross ref name,\ file name,\ spurious arg\}} 
Section ``chapter'' in \texttt{file name,\ spurious arg}
 
-\texttt{@inforef\{s{-}{-}ect@comma\{\}ion, a @comma\{\} in cross
-ref, a comma@comma\{\} in file\}}
+\texttt{@inforef\{s{-}{-}ect@comma\{\}ion,\ a @comma\{\} in cross
+ref,\ a comma@comma\{\} in file\}}
 Section ``s{-}{-}ect,ion'' in \texttt{a comma, in file}
 
 `\texttt{\hyperref[anchor:chapter]{\chaptername~\ref*{anchor:chapter} 
[chapter], page~\pageref*{anchor:chapter}}}'.
@@ -8026,8 +8026,8 @@ $\frac{a < b \texttt{tex \hbox{ code }}}{b}$ ``
 
 
 \texttt{@acronym\{{-}{-}a,an accronym @comma\{\} @enddots\{\}\}} {-}{-}a (an 
accronym , \dots{})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A., @'Etude{-}{-}@comma\{\} @b\{Autonome\} 
\}} \'{E}{-}{-}.\@ ,A.\@ (\'{E}tude{-}{-}, \textbf{Autonome})
-\texttt{@abbr\{@'E{-}{-}. @comma\{\}A.\}} \'{E}{-}{-}.\@ ,A.\@
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.,\ @'Etude{-}{-}@comma\{\} 
@b\{Autonome\} \}} \'{E}{-}{-}.\@\ ,A.\@ (\'{E}tude{-}{-}, \textbf{Autonome})
+\texttt{@abbr\{@'E{-}{-}.\ @comma\{\}A.\}} \'{E}{-}{-}.\@\ ,A.\@
 
 \texttt{@math\{{-}{-}a@minus\{\} \{\textbackslash{}frac\{1\}\{2\}\}\}} $--a- 
{\frac{1}{2}}$
 
@@ -8035,7 +8035,7 @@ $\frac{a < b \texttt{tex \hbox{ code }}}{b}$ ``
 
 
 Somehow invalid use of @,:\leavevmode{}\\
-@, \c{}
+@,\ \c{}
 \leavevmode{}\\
 @,@"u \c{}\"{u}
 
@@ -8051,12 +8051,12 @@ Invalid use of @':\leavevmode{}\\
 \texttt{@dotless\{{-}{-}a\}} \{-\}\{-\}a
 \texttt{@dotless\{a\}} a
 
-@U, without braces @U\{\}, with empty arg 
-@U\{z\}, with non-hex arg U+z
-@U\{FFFFFFFFFFFFFF\}, value much too large U+FFFFFFFFFFFFFF
-@U\{110000\}, value just beyond Unicode U+110000
+@U,\ without braces @U\{\},\ with empty arg 
+@U\{z\},\ with non-hex arg U+z
+@U\{FFFFFFFFFFFFFF\},\ value much too large U+FFFFFFFFFFFFFF
+@U\{110000\},\ value just beyond Unicode U+110000
 
-@TeX, but without brace \TeX{}\texttt{@\#} \#
+@TeX,\ but without brace \TeX{}\texttt{@\#} \#
 
 \texttt{@w\{{-}{-}a\}} \hbox{{-}{-}a}
 
@@ -8291,26 +8291,26 @@ g{-}{-}roupe
 \texttt{@ref\{node,cross ref name{,}{,},manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{node,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{node,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node,cross ref name,title, file name, manual\}} Section 
``title'' in \textsl{manual}
+\texttt{@ref\{node,cross ref name,title,\ file name,\ manual\}} Section 
``title'' in \textsl{manual}
 \texttt{@ref\{node{,}{,}title,file name\}} Section ``title'' in \texttt{file 
name}
 \texttt{@ref\{node{,}{,}title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{chapter{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{node{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{chapter{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{node{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{node{,}{,},file name,manual\}} Section ``node'' in 
\textsl{manual}
 \texttt{@ref\{,cross ref name,title,\}} title
 \texttt{@ref\{,cross ref name{,}{,}file name\}} \texttt{file name}
 \texttt{@ref\{,cross ref name{,}{,},manual\}} \textsl{manual}
 \texttt{@ref\{,cross ref name,title,file name\}} Section ``title'' in 
\texttt{file name}
 \texttt{@ref\{,cross ref name,title{,}{,}manual\}} Section ``title'' in 
\textsl{manual}
-\texttt{@ref\{,cross ref name,title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{,cross ref name,title,\ file name,\ manual\}} Section ``title'' 
in \textsl{manual}
 \texttt{@ref\{{,}{,}title,file name\}} Section ``title'' in \texttt{file name}
 \texttt{@ref\{{,}{,}title{,}{,}manual\}} Section ``title'' in \textsl{manual}
-\texttt{@ref\{{,}{,}title, file name, manual\}} Section ``title'' in 
\textsl{manual}
+\texttt{@ref\{{,}{,}title,\ file name,\ manual\}} Section ``title'' in 
\textsl{manual}
 \texttt{@ref\{{,}{,},file name,manual\}} \textsl{manual}
 
 \texttt{@inforef\{,cross ref name \}} 
 \texttt{@inforef\{{,}{,}file name\}} \texttt{file name}
-\texttt{@inforef\{,cross ref name, file name\}} \texttt{file name}
+\texttt{@inforef\{,cross ref name,\ file name\}} \texttt{file name}
 \texttt{@inforef\{\}} 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]