texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/tests/coverage/list-of-tests: add Info and P


From: Patrice Dumas
Subject: branch master updated: * tp/tests/coverage/list-of-tests: add Info and Plaintext. Rename formatting_html_no_texi2html as formatting_html_no_split.
Date: Wed, 04 Jan 2023 07:03:53 -0500

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 3048f61da7 * tp/tests/coverage/list-of-tests: add Info and Plaintext.  
Rename formatting_html_no_texi2html as formatting_html_no_split.
3048f61da7 is described below

commit 3048f61da7b2033bc7fa475876271b607d6161d6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 4 13:03:43 2023 +0100

    * tp/tests/coverage/list-of-tests: add Info and Plaintext.  Rename
    formatting_html_no_texi2html as formatting_html_no_split.
    
    * tp/tests/layout/list-of-tests: remove useless FORMAT_MENU=nomenu for
    a plaintext format test.
---
 ChangeLog                                          |    8 +
 tp/tests/coverage/list-of-tests                    |   13 +-
 .../formatting.1                                   |    0
 .../formatting.2                                   |    0
 .../formatting.html                                |    0
 .../formatting.1                                   |    0
 .../formatting.2                                   |   29 +-
 .../res_parser/formatting_info/formatting.info     | 3655 ++++++++++++++++++++
 .../formatting.1                                   |    0
 .../formatting.2                                   |   24 +-
 .../res_parser/formatting_plaintext/formatting.txt | 2884 +++++++++++++++
 tp/tests/layout/list-of-tests                      |    2 +-
 ...tml.sh => coverage_formatting_html_no_split.sh} |    2 +-
 ...no_texi2html.sh => coverage_formatting_info.sh} |    2 +-
 ...xi2html.sh => coverage_formatting_plaintext.sh} |    2 +-
 15 files changed, 6588 insertions(+), 33 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71138c790c..ab544a3fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-01-04  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/tests/coverage/list-of-tests: add Info and Plaintext.  Rename
+       formatting_html_no_texi2html as formatting_html_no_split.
+
+       * tp/tests/layout/list-of-tests: remove useless FORMAT_MENU=nomenu for
+       a plaintext format test.
+
 2023-01-04  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/layout/list-of-tests: rename formatting_html to
diff --git a/tp/tests/coverage/list-of-tests b/tp/tests/coverage/list-of-tests
index 98c198ed73..eb19275331 100644
--- a/tp/tests/coverage/list-of-tests
+++ b/tp/tests/coverage/list-of-tests
@@ -4,13 +4,13 @@ formatting_macro_expand formatting.texi 
--macro-expand=@OUT_DIR@formatting.texi
 # to test as above also tests the not otherwise tested 'structure' format
 # and also tests --macro-expand.
 #formatting_macro_expand formatting.texi -c TEXINFO_OUTPUT_FORMAT=plaintexinfo
+formatting_info formatting.texi -D 'needcollationcompat Need collation 
compatibility' --info
+formatting_plaintext formatting.texi -D 'needcollationcompat Need collation 
compatibility' --plaintext
 formatting_docbook formatting.texi --docbook
 formatting_xml formatting.texi --xml
-formatting_html_no_texi2html formatting.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split -c TEXI2HTML=undef
+formatting_html_no_split formatting.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split
 formatting_latex formatting.texi --latex
 formatting_epub formatting.texi -D 'needcollationcompat Need collation 
compatibility' --epub3 -c 'EPUB_CREATE_CONTAINER_FILE 0'
-# formatting_info formatting.texi -D 'needcollationcompat Need collation 
compatibility' --info
-# formatting_plaintext formatting.texi -D 'needcollationcompat Need collation 
compatibility' --plaintext
 
 # used to remove commands, for instance to count words
 formatting_textcontent formatting.texi -c TEXINFO_OUTPUT_FORMAT=textcontent
@@ -20,10 +20,13 @@ formatting_rawtext formatting.texi -c 
TEXINFO_OUTPUT_FORMAT=rawtext
 # formats present in the documentation not tested: debugtree and texinfosxml
 #formatting_sxml formatting.texi -c TEXINFO_OUTPUT_FORMAT=texinfosxml
 
-# formats not directly available as command line option
+# formats not directly available as command line option.
+# output of --init html32.pm is not true HTML3.2 but has no
+# CSS, so can be used to have an idea of output in browser that
+# do not handle CSS, for example text-only browsers.
 formatting_html32 formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c FORMAT_MENU=menu -c SHOW_TITLE=1 -c 
DO_ABOUT=1 --init html32.pm
 formatting_xhtml formatting.texi -D 'needcollationcompat Need collation 
compatibility' --html --no-split -c SHOW_TITLE=1 -c DO_ABOUT=1 -c 
DOCTYPE='<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC 
"-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>' -c 
'USE_XML_SYNTAX 1' -c 'NO_CUSTOM_HTML_ATTRIBUTE 1' -c 
'HTML_ROOT_ELEMENT_ATTRIBUTES xmlns="http://www.w3.org/1999/xhtml";'
 formatting_chm formatting.texi -D 'needcollationcompat Need collation 
compatibility' -c USE_NODES=0 -c SHOW_TITLE=1 -c 
CONTENTS_OUTPUT_LOCATION=separate_element -c FORMAT_MENU=nomenu --init chm.pm
 
-# Not sure about the difference
+# Not sure about the difference with formatting
 formatting_regions formatting_regions.texi -D 'needcollationcompat Need 
collation compatibility' --html --no-split -c SHOW_TITLE=1
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.1 
b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.1
similarity index 100%
copy from tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.1
copy to tp/tests/coverage/res_parser/formatting_html_no_split/formatting.1
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2 
b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
similarity index 100%
copy from tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2
copy to tp/tests/coverage/res_parser/formatting_html_no_split/formatting.2
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.html 
b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.html
similarity index 100%
rename from 
tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.html
rename to tp/tests/coverage/res_parser/formatting_html_no_split/formatting.html
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.1 
b/tp/tests/coverage/res_parser/formatting_info/formatting.1
similarity index 100%
copy from tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.1
copy to tp/tests/coverage/res_parser/formatting_info/formatting.1
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2 
b/tp/tests/coverage/res_parser/formatting_info/formatting.2
similarity index 94%
copy from tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2
copy to tp/tests/coverage/res_parser/formatting_info/formatting.2
index a4ecc343d5..b13faaf489 100644
--- a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_info/formatting.2
@@ -323,16 +323,21 @@ formatting.texi:86: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:86: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:86: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:86: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:22: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:22: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:22: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:81: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:81: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:81: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:81: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:86: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:86: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:86: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:86: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
 formatting.texi:120: warning: empty index key in @findex
-formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:191: warning: @node name should not contain `,': s--ect,ion
diff --git a/tp/tests/coverage/res_parser/formatting_info/formatting.info 
b/tp/tests/coverage/res_parser/formatting_info/formatting.info
new file mode 100644
index 0000000000..b0e0434654
--- /dev/null
+++ b/tp/tests/coverage/res_parser/formatting_info/formatting.info
@@ -0,0 +1,3655 @@
+This is formatting.info, produced by texi2any version from
+formatting.texi.
+
+In copying
+
+   < > " & ’ ‘
+
+   “simple-double–three—four—-”
+code: ‘``simple-double--three---four----''’
+asis: “simple-double–three—four—-”
+strong: *“simple-double–three—four—-”*
+kbd: ‘``simple-double--three---four----''’
+
+   ‘‘simple-double--three—four—-’’
+
+   @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @’e é (é) @=o ō (ō) @‘i ì
+(ì) @’{e} é (é) @’{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
+(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
+‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
+(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+
+   @‘{@=E} Ḕ @l{} ł @,{@’C} Ḉ @,c@"u çü
+
+   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
+‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
+‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+
+   @U{0075} u
+
+   @*
+@ followed by a space   @ followed by a tab   @ followed by a new line
+ ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+
+   foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
+Now !  !@ but , ,
+
+   @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
+@lbracechar { ({) @rbracechar } (})
+
+   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
+@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
+@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+
+   @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
+@O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
+(þ)
+
+   @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
+@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+(’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
+@guillemetright » (») @guillemotleft « («) @guillemotright » (»)
+@guilsinglleft ‹ (‹) @guilsinglright › (›)
+
+   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
+a b
+
+   ‘@acronym{--a,an accronym}’ –a (an accronym) ‘@acronym{--a}’ –a
+‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É–. ,A. (Étude Autonome)
+‘@abbr{@'E--. @comma{}A.}’ É–. ,A. ‘@asis{--a}’ –a ‘@b{--a}’ –a
+‘@cite{--a}’ ‘–a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
+“–a” ‘@dmn{--a}’ –a ‘@email{--a,--b}’ –b <--a> ‘@email{,--b}’ –b
+‘@email{--a}’ <--a> ‘@emph{--a}’ _–a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
+‘--a’ ‘@i{--a}’ –a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
+{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
+‘@r{--a}’ –a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ –A ‘@strong{--a}’ *–a*
+‘@t{--a}’ --a ‘@sansserif{--a}’ –a ‘@slanted{--a}’ –a ‘@titlefont{--a}’
+–a
+**
+   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ –b (--a) ‘@uref{--a}’
+<--a> ‘@uref{,--b}’ –b ‘@uref{--a,--b,--c}’ –c ‘@uref{,--b,--c}’ –c
+‘@uref{--a,,--c}’ –c ‘@uref{,,--c}’ –c ‘@url{--a,--b}’ –b (--a)
+‘@url{--a,}’ <--a> ‘@url{,--b}’ –b ‘@var{--a}’ –A ‘@verb{:--a:}’ --a
+‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}’
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (1) ‘@footnote{in
+footnote2}’ (2)
+
+   ‘@sp 2’
+
+
+   ‘@page’
+
+   ‘need 1002’
+
+   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
+‘@clicksequence{click @click{} A}’ click ⇒ A
+
+disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+*``simple-double--three---four----''* aa
+``simple-double--three---four----''
+
+
+ı ȷ
+ł ç
+a̲ ạ ą a^{h}_{l}
+
+       ! @ } {
+a sunny day
+
+→
+u
+• © ... ... ≡
+error→ ↦ − ⊣ ⇒
+Å æ œ Æ Œ ø Ø ß ł Ł Ð
+Þ ð þ ¡ ¿ £
+ª º ,
+
+“ ”
+‘ ’ „ ‚ «
+» « » ‹
+› € → ≤ ≥
+
+b i r SC sansserif slanted
+
+   ‘default kbdinputstyle’
+‘vtable i--tem default kbdinputstyle’
+     in example default kbdinputstyle
+     ‘vtable i--tem in example default kbdinputstyle’
+
+   ‘code kbdinputstyle’
+‘vtable i--tem code kbdinputstyle’
+     in example code kbdinputstyle
+     ‘vtable i--tem in example code kbdinputstyle’
+
+   ‘example kbdinputstyle’
+‘vtable i--tem example kbdinputstyle’
+     in example example kbdinputstyle
+     ‘vtable i--tem in example example kbdinputstyle’
+
+   ‘distinct kbdinputstyle’
+‘vtable i--tem distinct kbdinputstyle’
+     in example distinct kbdinputstyle
+     ‘vtable i--tem in example distinct kbdinputstyle’
+
+     A quot—ation
+
+     Note: A Note
+
+     note: A note
+
+     Caution: Caution
+
+     Important: Important
+
+     Tip: a Tip
+
+     Warning: a Warning.
+
+     something é TeX: The something é TeX is here.
+
+     @ at the end of line  : A @ at the end of the @quotation line.
+
+     something, other thing: something, other thing
+
+     Note, the note: Note, the note
+
+     Empty: 
+     : 
+
+     : 
+     aaa quotation
+                         — _quotation author_
+
+     indent in quotation
+
+exdented quotation line and dash — in quotation
+
+     Not exdented followed by exdented
+exdented quotation line
+
+exdented quotation line
+     Followed by not exdented
+
+     quotation1
+in exdented protected eol  
+     following
+in exdented a @*
+and following
+     after exdented
+
+     A small quot—ation
+
+     Note: A small Note
+
+     something, other thing: something, other thing
+
+   • i–temize
+
+   + i–tem +
+
+   • b–ullet
+
+   − minu–s
+
+   _after emph_ e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     with w a–b
+     with w c–d
+
+    on a line line w a–b
+    on a line line with w c–d
+
+  1. e–numerate
+
+  3. first third
+  4. second third
+
+  a. e–numerate
+
+  c. first c
+  d. second c
+
+mu–ltitable headitem          another tab
+--------------------------------------------------------------------------
+mu–ltitable item              multitable tab
+mu–ltitable item 2            multitable tab 2
+lone mu–ltitable item
+
+truc   bidule
+
+     e--xample  some
+        text
+
+     example one arg
+
+     example two args
+
+     example three args
+
+     example four args
+
+     example five args
+
+     The something é TeX is here.
+
+     A @ at the end of the @example line.
+
+     example with empty args
+
+     example with empty and non empty args mix
+
+     Exam---ple
+
+Other li---ne
+     not exdented
+
+exdented  and dash --- in example
+     Not exdented one
+exdented two
+     Not exdented two
+
+     Example   Hoho.
+          Nested Other line
+     exdented nested other line
+
+     s--mallexample
+
+   ‘@noindent’ after smallexample.
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+Less recent versions are also present.
+
+     d–isplay
+
+     s–malldisplay
+
+     l--isp
+
+     s--malllisp
+
+f–ormat
+
+s–mallformat
+
+ -- c--ategory: d--effn_name a--rguments...
+     d–effn
+
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def–fn
+
+ -- fset: I a g
+ -- cmde: truc
+ -- Command: log trap
+ -- Command: log trap1
+ -- Command: log trap2
+ -- cmde: id ule truc
+ -- cmde2: id i ule truc
+ -- :
+ -- : machin
+ -- : bidule machin
+ -- truc: machin
+ -- truc:
+ -- truc: followed by a comment
+ -- :
+ -- truc: a b c d e f g h i
+ -- truc: deffnx before end deffn
+
+ -- empty: deffn
+
+ -- empty: deffn with deffnx
+ -- empty: deffnx
+
+ -- fset: I a g
+ -- cmde: truc
+     text in def item for second def item
+
+ -- c--ategory: d--efvr_name
+     d–efvr
+
+ -- c--ategory: n--ame a--rguments...
+     d–effn
+
+ -- c--ategory: n--ame
+     d–effn no arg
+
+ -- c--ategory: t--ype d--eftypefn_name a--rguments...
+     d–eftypefn
+
+ -- c--ategory: t--ype d--eftypefn_name
+     d–eftypefn no arg
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+     d–eftypeop
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name
+     d–eftypeop no arg
+
+ -- c--ategory: t--ype d--eftypevr_name
+     d–eftypevr
+
+ -- c--ategory of c--lass: d--efcv_name
+     d–efcv
+
+ -- c--ategory of c--lass: d--efcv_name a--rguments...
+     d–efcv with arguments
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name
+     d–eftypecv
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+     d–eftypecv with arguments
+
+ -- c--ategory on c--lass: d--efop_name a--rguments...
+     d–efop
+
+ -- c--ategory on c--lass: d--efop_name
+     d–efop no arg
+
+ -- c--ategory: d--eftp_name a--ttributes...
+     d–eftp
+
+ -- Function: d--efun_name a--rguments...
+     d–efun
+
+ -- Macro: d--efmac_name a--rguments...
+     d–efmac
+
+ -- Special Form: d--efspec_name a--rguments...
+     d–efspec
+
+ -- Variable: d--efvar_name
+     d–efvar
+
+ -- Variable: d--efvar_name arg--var arg--var1
+     d–efvar with args
+
+ -- User Option: d--efopt_name
+     d–efopt
+
+ -- Function: t--ype d--eftypefun_name a--rguments...
+     d–eftypefun
+
+ -- Variable: t--ype d--eftypevar_name
+     d–eftypevar
+
+ -- Instance Variable of c--lass: d--efivar_name
+     d–efivar
+
+ -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+     d–eftypeivar
+
+ -- Method on c--lass: d--efmethod_name a--rguments...
+     d–efmethod
+
+ -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+     d–eftypemethod
+
+ -- Function:
+          data-type2
+          name2 arguments2...
+     aaa2
+
+ -- c--ategory2:
+          t--ype2
+          d--eftypefn_name2
+     d–eftypefn no arg2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2 a--rguments2...
+     d–eftypeop2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2
+     d–eftypeop no arg2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+     d–eftypecv2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2 a--rguments2...
+     d–eftypecv with arguments2
+
+ -- fun2: arg2
+     fff2
+
+   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}’ *Note cross r—ef name@: (file n---ame@)c---hapter@.
+‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
+ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
+file name, manual}’ *note cross ref name: (file name)chapter.
+‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter.
+
+   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
+‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+s--ect,ion::
+
+   ‘@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 }’ *note a ,
+in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
+‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
+*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
+‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
+‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
+name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
+name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
+cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
+name,title,,manual}’ *note cross ref name: ()chapter.
+‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
+name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
+(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
+()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+name)chapter::
+
+   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
+‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
+‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
+‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
+‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
+(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
+ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
+name,,,manual}’ *note cross ref name: ()(pman)anode.
+‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
+(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
+*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
+name,title, file name, manual}’ *note cross ref name: (file
+name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
+(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
+()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
+title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+*note (file name)(pman)anode::
+
+   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter. ‘@inforef{chapter}’ *note chapter::
+‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
+‘@inforef{chapter,,file name}’ *note (file name)chapter::
+‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
+name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
+name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
+(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
+arg}’ *note cross ref name: (file name, spurious arg)chapter.
+
+   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘*note chapter::’.
+
+   *note cross ref with uref uref1 (href://http/myhost.com/index.html):
+(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+*note cross ref with uref uref1 (href://http/myhost.com/index.html):
+chapter.
+
+*a–strong*
+     l–ine
+
+a–asis
+b
+     l–ine
+
+_a_
+_b_
+     l–ine
+
+     Title
+‘a--code’
+     Value–table code
+
+     Title
+‘a--samp’
+‘a2--samp’
+     Value–table samp
+
+   c–artouche
+
+                            Tit–le _of box_
+   With title c–artouche
+
+f–lushleft
+more text
+
+                                                            f–lushright
+                                                              more text
+
+                            ce–ntered line
+
+   r–raggedright more text
+
+\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  <>.
+
+@bye
+
+in verbatim ''
+
+majorheading
+************
+
+chapheading
+***********
+
+heading
+=======
+
+subheading
+----------
+
+subsubheading
+.............
+
+‘@acronym{--a,an accronym @comma{} @enddots{}}’ –a (an accronym , ...)
+‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É–. ,A.
+(Étude–, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É–. ,A.
+
+   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+
+   Somehow invalid use of @,:
+@, ̧
+@,@"u ̧ü
+
+   Invalid use of @’:
+@’ ́
+@’@"u ́ü
+
+   ‘@|’
+
+   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+a
+
+   @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
+@U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
+U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
+
+   @TeX, but without brace TeX ‘@#’ #
+
+   ‘@w{--a}’ –a
+
+   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+
+   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+
+   ‘@image{f--ile}’ [image src="f--ile.png" text="ggg
+aaa"] ‘@image{f--ile,,,alt}’ [image src="f--ile.png" alt="alt" text="ggg
+aaa"] ‘@image{f--ile,,,,.e-d-xt}’
+[image src="f--ile.e--xt" text="ggg
+aaa"] ‘@image{f--ile,l--i}’ [image src="f--ile.png" text="ggg
+aaa"] ‘@image{f--ile,,l--e}’ [image src="f--ile.png" text="ggg
+aaa"]
+‘@image{f--ile,aze,az,alt,.e--xt}’ [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"] ‘@image{f--ile,aze,az,alt,’ [image src="f--ile.png" alt="alt" 
text="ggg
+aaa"]
+‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+
+   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+aaa"]
+‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+
+ü Ü ñ â é ō ì é Ḕ
+Ḉ Ḉ a̋ ȧ å a͡
+ă ǎ
+ ? .
+
+TeX LaTeX ⋆ å ® °
+
+t
+
+   __ e–mph item
+
+   __ after emph e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     without brace w a–b
+     without brace w c–d
+
+a
+     l–ine
+
+a–missing style formatting
+     l–ine
+
+a
+b
+     l–ine
+
+ -- fun:
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and after
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and and after
+ -- truc: followed by a comment
+     Various deff lines
+ -- truc: after a deff item
+
+ -- fsetinv: INVALID a g
+ -- id i ule:
+ -- aaa:
+ -- :
+ -- truc:
+
+   g–roupe
+
+   ‘@ref{node}’ *note node::
+
+   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
+title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
+*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
+‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
+(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
+ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
+name,,file name}’ *note cross ref name: (file name)node.
+‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
+‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
+name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
+name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
+cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
+title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
+‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
+name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
+‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
+name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
+name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
+ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title, file name, manual}’ *note cross ref name: (file name).
+‘@ref{,,title,file name}’ *note title: (file name).
+‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
+manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+(file name)::
+
+   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
+name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
+cross ref name: (file name). ‘@inforef{}’ *note ::
+
+   ---------- Footnotes ----------
+
+   (1) in footnote
+
+   (2) in footnote2
+
+INFO-DIR-SECTION Formatting é ‘@ TeX’ test
+START-INFO-DIR-ENTRY
+* Truc: (formatting).           The GNU documentation truc.
+* ‘@ é ≡’: (formatting).  “— something”
+                           ‘cmd’ à
+END-INFO-DIR-ENTRY
+
+
+File: formatting.info,  Node: Top,  Next: chapter,  Up: (dir)
+
+Top section
+***********
+
+* Menu:
+
+* chapter::               chapter
+
+Menu comment
+
+* description:chapter2.   Chapter 2
+
+
+File: formatting.info,  Node: chapter,  Next: chapter2,  Prev: Top,  Up: Top
+
+1 chapter
+*********
+
+   First para
+
+qsddsqkdsqkkmljsqjsqodmmdsqdsmqj dqs sdq sqd sdq dsq sdq sqd sqd sdq sdq
+qsd dsq sdq dsq dssdq sdq sdq sdq dsq sdq dsq dsq sdq dsq sdqsd q
+
+noindent in para.
+
+   unneeded indent
+
+   Insertcopying in normal text
+   In copying
+
+   < > " & ’ ‘
+
+   “simple-double–three—four—-”
+code: ‘``simple-double--three---four----''’
+asis: “simple-double–three—four—-”
+strong: *“simple-double–three—four—-”*
+kbd: ‘``simple-double--three---four----''’
+
+   ‘‘simple-double--three—four—-’’
+
+   @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @’e é (é) @=o ō (ō) @‘i ì
+(ì) @’{e} é (é) @’{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
+(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
+‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
+(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+
+   @‘{@=E} Ḕ @l{} ł @,{@’C} Ḉ @,c@"u çü
+
+   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
+‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
+‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+
+   @U{0075} u
+
+   @*
+@ followed by a space   @ followed by a tab   @ followed by a new line
+ ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+
+   foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
+Now !  !@ but , ,
+
+   @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
+@lbracechar { ({) @rbracechar } (})
+
+   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
+@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
+@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+
+   @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
+@O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
+(þ)
+
+   @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
+@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+(’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
+@guillemetright » (») @guillemotleft « («) @guillemotright » (»)
+@guilsinglleft ‹ (‹) @guilsinglright › (›)
+
+   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
+a b
+
+   ‘@acronym{--a,an accronym}’ –a (an accronym) ‘@acronym{--a}’ –a
+‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É–. ,A. (Étude Autonome)
+‘@abbr{@'E--. @comma{}A.}’ É–. ,A. ‘@asis{--a}’ –a ‘@b{--a}’ –a
+‘@cite{--a}’ ‘–a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
+“–a” ‘@dmn{--a}’ –a ‘@email{--a,--b}’ –b <--a> ‘@email{,--b}’ –b
+‘@email{--a}’ <--a> ‘@emph{--a}’ _–a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
+‘--a’ ‘@i{--a}’ –a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
+{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
+‘@r{--a}’ –a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ –A ‘@strong{--a}’ *–a*
+‘@t{--a}’ --a ‘@sansserif{--a}’ –a ‘@slanted{--a}’ –a ‘@titlefont{--a}’
+–a
+**
+   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ –b (--a) ‘@uref{--a}’
+<--a> ‘@uref{,--b}’ –b ‘@uref{--a,--b,--c}’ –c ‘@uref{,--b,--c}’ –c
+‘@uref{--a,,--c}’ –c ‘@uref{,,--c}’ –c ‘@url{--a,--b}’ –b (--a)
+‘@url{--a,}’ <--a> ‘@url{,--b}’ –b ‘@var{--a}’ –A ‘@verb{:--a:}’ --a
+‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}’
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (1) ‘@footnote{in
+footnote2}’ (2)
+
+   ‘@sp 2’
+
+
+   ‘@page’
+
+   ‘need 1002’
+
+   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
+‘@clicksequence{click @click{} A}’ click ⇒ A
+
+disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+*``simple-double--three---four----''* aa
+``simple-double--three---four----''
+
+
+ı ȷ
+ł ç
+a̲ ạ ą a^{h}_{l}
+
+       ! @ } {
+a sunny day
+
+→
+u
+• © ... ... ≡
+error→ ↦ − ⊣ ⇒
+Å æ œ Æ Œ ø Ø ß ł Ł Ð
+Þ ð þ ¡ ¿ £
+ª º ,
+
+“ ”
+‘ ’ „ ‚ «
+» « » ‹
+› € → ≤ ≥
+
+b i r SC sansserif slanted
+
+   ‘default kbdinputstyle’
+‘vtable i--tem default kbdinputstyle’
+     in example default kbdinputstyle
+     ‘vtable i--tem in example default kbdinputstyle’
+
+   ‘code kbdinputstyle’
+‘vtable i--tem code kbdinputstyle’
+     in example code kbdinputstyle
+     ‘vtable i--tem in example code kbdinputstyle’
+
+   ‘example kbdinputstyle’
+‘vtable i--tem example kbdinputstyle’
+     in example example kbdinputstyle
+     ‘vtable i--tem in example example kbdinputstyle’
+
+   ‘distinct kbdinputstyle’
+‘vtable i--tem distinct kbdinputstyle’
+     in example distinct kbdinputstyle
+     ‘vtable i--tem in example distinct kbdinputstyle’
+
+     A quot—ation
+
+     Note: A Note
+
+     note: A note
+
+     Caution: Caution
+
+     Important: Important
+
+     Tip: a Tip
+
+     Warning: a Warning.
+
+     something é TeX: The something é TeX is here.
+
+     @ at the end of line  : A @ at the end of the @quotation line.
+
+     something, other thing: something, other thing
+
+     Note, the note: Note, the note
+
+     Empty: 
+     : 
+
+     : 
+     aaa quotation
+                         — _quotation author_
+
+     indent in quotation
+
+exdented quotation line and dash — in quotation
+
+     Not exdented followed by exdented
+exdented quotation line
+
+exdented quotation line
+     Followed by not exdented
+
+     quotation1
+in exdented protected eol  
+     following
+in exdented a @*
+and following
+     after exdented
+
+     A small quot—ation
+
+     Note: A small Note
+
+     something, other thing: something, other thing
+
+   • i–temize
+
+   + i–tem +
+
+   • b–ullet
+
+   − minu–s
+
+   _after emph_ e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     with w a–b
+     with w c–d
+
+    on a line line w a–b
+    on a line line with w c–d
+
+  1. e–numerate
+
+  3. first third
+  4. second third
+
+  a. e–numerate
+
+  c. first c
+  d. second c
+
+mu–ltitable headitem          another tab
+--------------------------------------------------------------------------
+mu–ltitable item              multitable tab
+mu–ltitable item 2            multitable tab 2
+lone mu–ltitable item
+
+truc   bidule
+
+     e--xample  some
+        text
+
+     example one arg
+
+     example two args
+
+     example three args
+
+     example four args
+
+     example five args
+
+     The something é TeX is here.
+
+     A @ at the end of the @example line.
+
+     example with empty args
+
+     example with empty and non empty args mix
+
+     Exam---ple
+
+Other li---ne
+     not exdented
+
+exdented  and dash --- in example
+     Not exdented one
+exdented two
+     Not exdented two
+
+     Example   Hoho.
+          Nested Other line
+     exdented nested other line
+
+     s--mallexample
+
+   ‘@noindent’ after smallexample.
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+Less recent versions are also present.
+
+     d–isplay
+
+     s–malldisplay
+
+     l--isp
+
+     s--malllisp
+
+f–ormat
+
+s–mallformat
+
+ -- c--ategory: d--effn_name a--rguments...
+     d–effn
+
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def–fn
+
+ -- fset: I a g
+ -- cmde: truc
+ -- Command: log trap
+ -- Command: log trap1
+ -- Command: log trap2
+ -- cmde: id ule truc
+ -- cmde2: id i ule truc
+ -- :
+ -- : machin
+ -- : bidule machin
+ -- truc: machin
+ -- truc:
+ -- truc: followed by a comment
+ -- :
+ -- truc: a b c d e f g h i
+ -- truc: deffnx before end deffn
+
+ -- empty: deffn
+
+ -- empty: deffn with deffnx
+ -- empty: deffnx
+
+ -- fset: I a g
+ -- cmde: truc
+     text in def item for second def item
+
+ -- c--ategory: d--efvr_name
+     d–efvr
+
+ -- c--ategory: n--ame a--rguments...
+     d–effn
+
+ -- c--ategory: n--ame
+     d–effn no arg
+
+ -- c--ategory: t--ype d--eftypefn_name a--rguments...
+     d–eftypefn
+
+ -- c--ategory: t--ype d--eftypefn_name
+     d–eftypefn no arg
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+     d–eftypeop
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name
+     d–eftypeop no arg
+
+ -- c--ategory: t--ype d--eftypevr_name
+     d–eftypevr
+
+ -- c--ategory of c--lass: d--efcv_name
+     d–efcv
+
+ -- c--ategory of c--lass: d--efcv_name a--rguments...
+     d–efcv with arguments
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name
+     d–eftypecv
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+     d–eftypecv with arguments
+
+ -- c--ategory on c--lass: d--efop_name a--rguments...
+     d–efop
+
+ -- c--ategory on c--lass: d--efop_name
+     d–efop no arg
+
+ -- c--ategory: d--eftp_name a--ttributes...
+     d–eftp
+
+ -- Function: d--efun_name a--rguments...
+     d–efun
+
+ -- Macro: d--efmac_name a--rguments...
+     d–efmac
+
+ -- Special Form: d--efspec_name a--rguments...
+     d–efspec
+
+ -- Variable: d--efvar_name
+     d–efvar
+
+ -- Variable: d--efvar_name arg--var arg--var1
+     d–efvar with args
+
+ -- User Option: d--efopt_name
+     d–efopt
+
+ -- Function: t--ype d--eftypefun_name a--rguments...
+     d–eftypefun
+
+ -- Variable: t--ype d--eftypevar_name
+     d–eftypevar
+
+ -- Instance Variable of c--lass: d--efivar_name
+     d–efivar
+
+ -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+     d–eftypeivar
+
+ -- Method on c--lass: d--efmethod_name a--rguments...
+     d–efmethod
+
+ -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+     d–eftypemethod
+
+ -- Function:
+          data-type2
+          name2 arguments2...
+     aaa2
+
+ -- c--ategory2:
+          t--ype2
+          d--eftypefn_name2
+     d–eftypefn no arg2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2 a--rguments2...
+     d–eftypeop2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2
+     d–eftypeop no arg2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+     d–eftypecv2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2 a--rguments2...
+     d–eftypecv with arguments2
+
+ -- fun2: arg2
+     fff2
+
+   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}’ *Note cross r—ef name@: (file n---ame@)c---hapter@.
+‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
+ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
+file name, manual}’ *note cross ref name: (file name)chapter.
+‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter.
+
+   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
+‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+s--ect,ion::
+
+   ‘@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 }’ *note a ,
+in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
+‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
+*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
+‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
+‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
+name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
+name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
+cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
+name,title,,manual}’ *note cross ref name: ()chapter.
+‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
+name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
+(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
+()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+name)chapter::
+
+   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
+‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
+‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
+‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
+‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
+(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
+ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
+name,,,manual}’ *note cross ref name: ()(pman)anode.
+‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
+(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
+*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
+name,title, file name, manual}’ *note cross ref name: (file
+name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
+(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
+()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
+title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+*note (file name)(pman)anode::
+
+   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter. ‘@inforef{chapter}’ *note chapter::
+‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
+‘@inforef{chapter,,file name}’ *note (file name)chapter::
+‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
+name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
+name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
+(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
+arg}’ *note cross ref name: (file name, spurious arg)chapter.
+
+   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘*note chapter::’.
+
+   *note cross ref with uref uref1 (href://http/myhost.com/index.html):
+(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+*note cross ref with uref uref1 (href://http/myhost.com/index.html):
+chapter.
+
+*a–strong*
+     l–ine
+
+a–asis
+b
+     l–ine
+
+_a_
+_b_
+     l–ine
+
+     Title
+‘a--code’
+     Value–table code
+
+     Title
+‘a--samp’
+‘a2--samp’
+     Value–table samp
+
+   c–artouche
+
+                            Tit–le _of box_
+   With title c–artouche
+
+f–lushleft
+more text
+
+                                                            f–lushright
+                                                              more text
+
+                            ce–ntered line
+
+   r–raggedright more text
+
+\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  <>.
+
+@bye
+
+in verbatim ''
+
+majorheading
+************
+
+chapheading
+***********
+
+heading
+=======
+
+subheading
+----------
+
+subsubheading
+.............
+
+‘@acronym{--a,an accronym @comma{} @enddots{}}’ –a (an accronym , ...)
+‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É–. ,A.
+(Étude–, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É–. ,A.
+
+   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+
+   Somehow invalid use of @,:
+@, ̧
+@,@"u ̧ü
+
+   Invalid use of @’:
+@’ ́
+@’@"u ́ü
+
+   ‘@|’
+
+   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+a
+
+   @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
+@U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
+U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
+
+   @TeX, but without brace TeX ‘@#’ #
+
+   ‘@w{--a}’ –a
+
+   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+
+   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+
+   ‘@image{f--ile}’ [image src="f--ile.png" text="ggg
+aaa"] ‘@image{f--ile,,,alt}’ [image src="f--ile.png" alt="alt" text="ggg
+aaa"] ‘@image{f--ile,,,,.e-d-xt}’
+[image src="f--ile.e--xt" text="ggg
+aaa"] ‘@image{f--ile,l--i}’ [image src="f--ile.png" text="ggg
+aaa"] ‘@image{f--ile,,l--e}’ [image src="f--ile.png" text="ggg
+aaa"]
+‘@image{f--ile,aze,az,alt,.e--xt}’ [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"] ‘@image{f--ile,aze,az,alt,’ [image src="f--ile.png" alt="alt" 
text="ggg
+aaa"]
+‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+
+   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+aaa"]
+‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+
+ü Ü ñ â é ō ì é Ḕ
+Ḉ Ḉ a̋ ȧ å a͡
+ă ǎ
+ ? .
+
+TeX LaTeX ⋆ å ® °
+
+t
+
+   __ e–mph item
+
+   __ after emph e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     without brace w a–b
+     without brace w c–d
+
+a
+     l–ine
+
+a–missing style formatting
+     l–ine
+
+a
+b
+     l–ine
+
+ -- fun:
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and after
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and and after
+ -- truc: followed by a comment
+     Various deff lines
+ -- truc: after a deff item
+
+ -- fsetinv: INVALID a g
+ -- id i ule:
+ -- aaa:
+ -- :
+ -- truc:
+
+   g–roupe
+
+   ‘@ref{node}’ *note node::
+
+   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
+title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
+*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
+‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
+(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
+ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
+name,,file name}’ *note cross ref name: (file name)node.
+‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
+‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
+name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
+name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
+cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
+title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
+‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
+name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
+‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
+name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
+name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
+ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title, file name, manual}’ *note cross ref name: (file name).
+‘@ref{,,title,file name}’ *note title: (file name).
+‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
+manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+(file name)::
+
+   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
+name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
+cross ref name: (file name). ‘@inforef{}’ *note ::
+
+   Normal text
+
+   < > " & ’ ‘
+
+   “simple-double–three—four—-”
+code: ‘``simple-double--three---four----''’
+asis: “simple-double–three—four—-”
+strong: *“simple-double–three—four—-”*
+kbd: ‘``simple-double--three---four----''’
+
+   ‘‘simple-double--three—four—-’’
+
+   @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @’e é (é) @=o ō (ō) @‘i ì
+(ì) @’{e} é (é) @’{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
+(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
+‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
+(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+
+   @‘{@=E} Ḕ @l{} ł @,{@’C} Ḉ @,c@"u çü
+
+   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
+‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
+‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+
+   @U{0075} u
+
+   @*
+@ followed by a space   @ followed by a tab   @ followed by a new line
+ ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+
+   foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
+Now !  !@ but , ,
+
+   @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
+@lbracechar { ({) @rbracechar } (})
+
+   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
+@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
+@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+
+   @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
+@O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
+(þ)
+
+   @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
+@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+(’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
+@guillemetright » (») @guillemotleft « («) @guillemotright » (»)
+@guilsinglleft ‹ (‹) @guilsinglright › (›)
+
+   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
+a b
+
+   ‘@acronym{--a,an accronym}’ –a (an accronym) ‘@acronym{--a}’ –a
+‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É–. ,A. (Étude Autonome)
+‘@abbr{@'E--. @comma{}A.}’ É–. ,A. ‘@asis{--a}’ –a ‘@b{--a}’ –a
+‘@cite{--a}’ ‘–a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
+“–a” ‘@dmn{--a}’ –a ‘@email{--a,--b}’ –b <--a> ‘@email{,--b}’ –b
+‘@email{--a}’ <--a> ‘@emph{--a}’ _–a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
+‘--a’ ‘@i{--a}’ –a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
+{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
+‘@r{--a}’ –a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ –A ‘@strong{--a}’ *–a*
+‘@t{--a}’ --a ‘@sansserif{--a}’ –a ‘@slanted{--a}’ –a ‘@titlefont{--a}’
+–a
+**
+   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ –b (--a) ‘@uref{--a}’
+<--a> ‘@uref{,--b}’ –b ‘@uref{--a,--b,--c}’ –c ‘@uref{,--b,--c}’ –c
+‘@uref{--a,,--c}’ –c ‘@uref{,,--c}’ –c ‘@url{--a,--b}’ –b (--a)
+‘@url{--a,}’ <--a> ‘@url{,--b}’ –b ‘@var{--a}’ –A ‘@verb{:--a:}’ --a
+‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}’
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (3) ‘@footnote{in
+footnote2}’ (4)
+
+   ‘@sp 2’
+
+
+   ‘@page’
+
+   ‘need 1002’
+
+   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
+‘@clicksequence{click @click{} A}’ click ⇒ A
+
+disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+*``simple-double--three---four----''* aa
+``simple-double--three---four----''
+
+
+ı ȷ
+ł ç
+a̲ ạ ą a^{h}_{l}
+
+       ! @ } {
+a sunny day
+
+→
+u
+• © ... ... ≡
+error→ ↦ − ⊣ ⇒
+Å æ œ Æ Œ ø Ø ß ł Ł Ð
+Þ ð þ ¡ ¿ £
+ª º ,
+
+“ ”
+‘ ’ „ ‚ «
+» « » ‹
+› € → ≤ ≥
+
+b i r SC sansserif slanted
+
+   ‘default kbdinputstyle’
+‘vtable i--tem default kbdinputstyle’
+     in example default kbdinputstyle
+     ‘vtable i--tem in example default kbdinputstyle’
+
+   ‘code kbdinputstyle’
+‘vtable i--tem code kbdinputstyle’
+     in example code kbdinputstyle
+     ‘vtable i--tem in example code kbdinputstyle’
+
+   ‘example kbdinputstyle’
+‘vtable i--tem example kbdinputstyle’
+     in example example kbdinputstyle
+     ‘vtable i--tem in example example kbdinputstyle’
+
+   ‘distinct kbdinputstyle’
+‘vtable i--tem distinct kbdinputstyle’
+     in example distinct kbdinputstyle
+     ‘vtable i--tem in example distinct kbdinputstyle’
+
+     A quot—ation
+
+     Note: A Note
+
+     note: A note
+
+     Caution: Caution
+
+     Important: Important
+
+     Tip: a Tip
+
+     Warning: a Warning.
+
+     something é TeX: The something é TeX is here.
+
+     @ at the end of line  : A @ at the end of the @quotation line.
+
+     something, other thing: something, other thing
+
+     Note, the note: Note, the note
+
+     Empty: 
+     : 
+
+     : 
+     aaa quotation
+                         — _quotation author_
+
+     indent in quotation
+
+exdented quotation line and dash — in quotation
+
+     Not exdented followed by exdented
+exdented quotation line
+
+exdented quotation line
+     Followed by not exdented
+
+     quotation1
+in exdented protected eol  
+     following
+in exdented a @*
+and following
+     after exdented
+
+     A small quot—ation
+
+     Note: A small Note
+
+     something, other thing: something, other thing
+
+   • i–temize
+
+   + i–tem +
+
+   • b–ullet
+
+   − minu–s
+
+   _after emph_ e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     with w a–b
+     with w c–d
+
+    on a line line w a–b
+    on a line line with w c–d
+
+  1. e–numerate
+
+  3. first third
+  4. second third
+
+  a. e–numerate
+
+  c. first c
+  d. second c
+
+mu–ltitable headitem          another tab
+--------------------------------------------------------------------------
+mu–ltitable item              multitable tab
+mu–ltitable item 2            multitable tab 2
+lone mu–ltitable item
+
+truc   bidule
+
+     e--xample  some
+        text
+
+     example one arg
+
+     example two args
+
+     example three args
+
+     example four args
+
+     example five args
+
+     The something é TeX is here.
+
+     A @ at the end of the @example line.
+
+     example with empty args
+
+     example with empty and non empty args mix
+
+     Exam---ple
+
+Other li---ne
+     not exdented
+
+exdented  and dash --- in example
+     Not exdented one
+exdented two
+     Not exdented two
+
+     Example   Hoho.
+          Nested Other line
+     exdented nested other line
+
+     s--mallexample
+
+   ‘@noindent’ after smallexample.
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+Less recent versions are also present.
+
+     d–isplay
+
+     s–malldisplay
+
+     l--isp
+
+     s--malllisp
+
+f–ormat
+
+s–mallformat
+
+ -- c--ategory: d--effn_name a--rguments...
+     d–effn
+
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def–fn
+
+ -- fset: I a g
+ -- cmde: truc
+ -- Command: log trap
+ -- Command: log trap1
+ -- Command: log trap2
+ -- cmde: id ule truc
+ -- cmde2: id i ule truc
+ -- :
+ -- : machin
+ -- : bidule machin
+ -- truc: machin
+ -- truc:
+ -- truc: followed by a comment
+ -- :
+ -- truc: a b c d e f g h i
+ -- truc: deffnx before end deffn
+
+ -- empty: deffn
+
+ -- empty: deffn with deffnx
+ -- empty: deffnx
+
+ -- fset: I a g
+ -- cmde: truc
+     text in def item for second def item
+
+ -- c--ategory: d--efvr_name
+     d–efvr
+
+ -- c--ategory: n--ame a--rguments...
+     d–effn
+
+ -- c--ategory: n--ame
+     d–effn no arg
+
+ -- c--ategory: t--ype d--eftypefn_name a--rguments...
+     d–eftypefn
+
+ -- c--ategory: t--ype d--eftypefn_name
+     d–eftypefn no arg
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+     d–eftypeop
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name
+     d–eftypeop no arg
+
+ -- c--ategory: t--ype d--eftypevr_name
+     d–eftypevr
+
+ -- c--ategory of c--lass: d--efcv_name
+     d–efcv
+
+ -- c--ategory of c--lass: d--efcv_name a--rguments...
+     d–efcv with arguments
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name
+     d–eftypecv
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+     d–eftypecv with arguments
+
+ -- c--ategory on c--lass: d--efop_name a--rguments...
+     d–efop
+
+ -- c--ategory on c--lass: d--efop_name
+     d–efop no arg
+
+ -- c--ategory: d--eftp_name a--ttributes...
+     d–eftp
+
+ -- Function: d--efun_name a--rguments...
+     d–efun
+
+ -- Macro: d--efmac_name a--rguments...
+     d–efmac
+
+ -- Special Form: d--efspec_name a--rguments...
+     d–efspec
+
+ -- Variable: d--efvar_name
+     d–efvar
+
+ -- Variable: d--efvar_name arg--var arg--var1
+     d–efvar with args
+
+ -- User Option: d--efopt_name
+     d–efopt
+
+ -- Function: t--ype d--eftypefun_name a--rguments...
+     d–eftypefun
+
+ -- Variable: t--ype d--eftypevar_name
+     d–eftypevar
+
+ -- Instance Variable of c--lass: d--efivar_name
+     d–efivar
+
+ -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+     d–eftypeivar
+
+ -- Method on c--lass: d--efmethod_name a--rguments...
+     d–efmethod
+
+ -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+     d–eftypemethod
+
+ -- Function:
+          data-type2
+          name2 arguments2...
+     aaa2
+
+ -- c--ategory2:
+          t--ype2
+          d--eftypefn_name2
+     d–eftypefn no arg2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2 a--rguments2...
+     d–eftypeop2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2
+     d–eftypeop no arg2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+     d–eftypecv2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2 a--rguments2...
+     d–eftypecv with arguments2
+
+ -- fun2: arg2
+     fff2
+
+   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}’ *Note cross r—ef name@: (file n---ame@)c---hapter@.
+‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
+ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
+file name, manual}’ *note cross ref name: (file name)chapter.
+‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter.
+
+   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
+‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+s--ect,ion::
+
+   ‘@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 }’ *note a ,
+in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
+‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
+*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
+‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
+‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
+name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
+name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
+cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
+name,title,,manual}’ *note cross ref name: ()chapter.
+‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
+name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
+(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
+()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+name)chapter::
+
+   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
+‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
+‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
+‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
+‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
+(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
+ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
+name,,,manual}’ *note cross ref name: ()(pman)anode.
+‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
+(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
+*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
+name,title, file name, manual}’ *note cross ref name: (file
+name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
+(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
+()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
+title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+*note (file name)(pman)anode::
+
+   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter. ‘@inforef{chapter}’ *note chapter::
+‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
+‘@inforef{chapter,,file name}’ *note (file name)chapter::
+‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
+name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
+name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
+(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
+arg}’ *note cross ref name: (file name, spurious arg)chapter.
+
+   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘*note chapter::’.
+
+   *note cross ref with uref uref1 (href://http/myhost.com/index.html):
+(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+*note cross ref with uref uref1 (href://http/myhost.com/index.html):
+chapter.
+
+*a–strong*
+     l–ine
+
+a–asis
+b
+     l–ine
+
+_a_
+_b_
+     l–ine
+
+     Title
+‘a--code’
+     Value–table code
+
+     Title
+‘a--samp’
+‘a2--samp’
+     Value–table samp
+
+   c–artouche
+
+                            Tit–le _of box_
+   With title c–artouche
+
+f–lushleft
+more text
+
+                                                            f–lushright
+                                                              more text
+
+                            ce–ntered line
+
+   r–raggedright more text
+
+\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  <>.
+
+@bye
+
+in verbatim ''
+
+majorheading
+************
+
+chapheading
+***********
+
+heading
+=======
+
+subheading
+----------
+
+subsubheading
+.............
+
+‘@acronym{--a,an accronym @comma{} @enddots{}}’ –a (an accronym , ...)
+‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É–. ,A.
+(Étude–, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É–. ,A.
+
+   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+
+   Somehow invalid use of @,:
+@, ̧
+@,@"u ̧ü
+
+   Invalid use of @’:
+@’ ́
+@’@"u ́ü
+
+   ‘@|’
+
+   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+a
+
+   @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
+@U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
+U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
+
+   @TeX, but without brace TeX ‘@#’ #
+
+   ‘@w{--a}’ –a
+
+   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+
+   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+
+   ‘@image{f--ile}’ [image src="f--ile.png" text="ggg
+aaa"] ‘@image{f--ile,,,alt}’ [image src="f--ile.png" alt="alt" text="ggg
+aaa"] ‘@image{f--ile,,,,.e-d-xt}’
+[image src="f--ile.e--xt" text="ggg
+aaa"] ‘@image{f--ile,l--i}’ [image src="f--ile.png" text="ggg
+aaa"] ‘@image{f--ile,,l--e}’ [image src="f--ile.png" text="ggg
+aaa"]
+‘@image{f--ile,aze,az,alt,.e--xt}’ [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"] ‘@image{f--ile,aze,az,alt,’ [image src="f--ile.png" alt="alt" 
text="ggg
+aaa"]
+‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+
+   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+aaa"]
+‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+
+ü Ü ñ â é ō ì é Ḕ
+Ḉ Ḉ a̋ ȧ å a͡
+ă ǎ
+ ? .
+
+TeX LaTeX ⋆ å ® °
+
+t
+
+   __ e–mph item
+
+   __ after emph e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     without brace w a–b
+     without brace w c–d
+
+a
+     l–ine
+
+a–missing style formatting
+     l–ine
+
+a
+b
+     l–ine
+
+ -- fun:
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and after
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and and after
+ -- truc: followed by a comment
+     Various deff lines
+ -- truc: after a deff item
+
+ -- fsetinv: INVALID a g
+ -- id i ule:
+ -- aaa:
+ -- :
+ -- truc:
+
+   g–roupe
+
+   ‘@ref{node}’ *note node::
+
+   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
+title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
+*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
+‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
+(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
+ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
+name,,file name}’ *note cross ref name: (file name)node.
+‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
+‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
+name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
+name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
+cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
+title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
+‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
+name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
+‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
+name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
+name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
+ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title, file name, manual}’ *note cross ref name: (file name).
+‘@ref{,,title,file name}’ *note title: (file name).
+‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
+manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+(file name)::
+
+   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
+name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
+cross ref name: (file name). ‘@inforef{}’ *note ::
+
+   In example.
+
+     <
+     >
+     "
+     &
+     '
+     `
+
+     ``simple-double--three---four----''
+
+     code: ``simple-double--three---four----''
+
+     asis: ``simple-double--three---four----''
+
+     strong: *``simple-double--three---four----''*
+
+     kbd: ``simple-double--three---four----''
+
+
+     ``simple-double--three---four----''
+
+
+
+     @"u ü (ü)
+     @"{U} Ü (Ü)
+     @~n ñ (ñ)
+     @^a â (â)
+     @'e é (é)
+     @=o ō (ō)
+     @`i ì (ì)
+     @'{e} é (é)
+     @'{@dotless{i}} í (í)
+     @dotless{i} ı (ı)
+     @dotless{j} ȷ (ȷ)
+     @H{a} a̋
+     @dotaccent{a} ȧ (ȧ)
+     @ringaccent{a} å (å)
+     @tieaccent{a} a͡
+     @u{a} ă (ă)
+     @ubaraccent{a} a̲
+     @udotaccent{a} ạ (ạ)
+     @v{a} ǎ (ǎ)
+     @,c ç (ç)
+     @,{c} ç (ç)
+     @ogonek{a} ą (ą)
+
+     @`{@=E} Ḕ
+     @l{} ł
+     @,{@'C} Ḉ
+     @,c@"u çü
+
+
+     @H{--a} -a̋
+     @dotaccent{--a} -ȧ
+     @ringaccent{--a} -å
+     @tieaccent{--a} -a͡
+     @u{--a} -ă
+     @ubaraccent{--a} -a̲
+     @udotaccent{--a} -ạ
+     @v{--a} -ǎ
+     @,{--c} -ç
+     @ogonek{--a} -ą
+
+     @U{0075} u
+
+     @*
+
+     @ followed by a space
+      
+     @ followed by a tab
+      
+     @ followed by a new line
+      @-
+     @:
+     @! !
+     @? ?
+     @. .
+     @& &
+     @@ @
+     @} }
+     @{ {
+     @/
+
+     foo vs. bar.
+     colon :And something else.
+     semi colon ;.
+     And ? ?.
+     Now ! !@
+     but , ,
+
+     @ampchar & (&)
+     @atchar @ (@)
+     @backslashchar \ (\)
+     @hashchar # (#)
+     @lbracechar { ({)
+     @rbracechar } (})
+
+     @TeX TeX
+     @LaTeX LaTeX
+     @bullet • (•)
+     @copyright © (©)
+     @dots ... (…)
+     @enddots ...
+     @equiv ≡ (≡)
+     @error error→
+     @expansion ↦ (↦)
+     @minus − (−)
+     @point ⋆ (⋆)
+     @print ⊣ (⊣)
+     @result ⇒ (⇒)
+     @today a sunny day
+
+     @aa å (å)
+     @AA Å (Å)
+     @ae æ (æ)
+     @oe œ (œ)
+     @AE Æ (Æ)
+     @OE Œ (Œ)
+     @o ø (ø)
+     @O Ø (Ø)
+     @ss ß (ß)
+     @l ł (ł)
+     @L Ł (Ł)
+     @DH Ð (Ð)
+     @TH Þ (Þ)
+     @dh ð (ð)
+     @th þ (þ)
+
+     @exclamdown ¡ (¡)
+     @questiondown ¿ (¿)
+     @pounds £ (£)
+     @registeredsymbol ® (®)
+     @ordf ª (ª)
+     @ordm º (º)
+     @comma , (,)
+     @quotedblleft “ (“)
+     @quotedblright ” (”)
+     @quoteleft ‘ (‘)
+     @quoteright ’ (’)
+     @quotedblbase „ („)
+     @quotesinglbase ‚ (‚)
+     @guillemetleft « («)
+     @guillemetright » (»)
+     @guillemotleft « («)
+     @guillemotright » (»)
+     @guilsinglleft ‹ (‹)
+     @guilsinglright › (›)
+
+     @textdegree ° (°)
+     @euro € (€)
+     @arrow → (→)
+     @leq ≤ (≤)
+     @geq ≥ (≥)
+     @tie a b
+
+     @acronym{--a,an accronym} --a (an accronym)
+     @acronym{--a} --a
+     @abbr{@'E--. @comma{}A., @'Etude Autonome } É--. ,A. (Étude Autonome)
+     @abbr{@'E--. @comma{}A.} É--. ,A.
+     @asis{--a} --a
+     @b{--a} --a
+     @cite{--a} ‘--a’
+     @code{--a} --a
+     @command{--a} --a
+     @dfn{--a} “--a”
+     @dmn{--a} --a
+     @email{--a,--b} --b <--a>
+     @email{,--b} --b
+     @email{--a} <--a>
+     @emph{--a} _--a_
+     @env{--a} --a
+     @file{--a} --a
+     @i{--a} --a
+     @kbd{--a} --a
+     @key{--a} <--a>
+     @math{--a {\frac{1}{2}} @minus{}} --a {\frac{1}{2}} −
+     @option{--a} --a
+     @r{--a} –a
+     @samp{--a} ‘--a’
+     @sc{--a} --A
+     @strong{--a} *--a*
+     @t{--a} --a
+     @sansserif{--a} --a
+     @slanted{--a} --a
+     @titlefont{--a}
+     –a
+     **
+     @indicateurl{--a} ‘--a’
+     @uref{--a,--b} --b (--a)
+     @uref{--a} <--a>
+     @uref{,--b} --b
+     @uref{--a,--b,--c} --c
+     @uref{,--b,--c} --c
+     @uref{--a,,--c} --c
+     @uref{,,--c} --c
+     @url{--a,--b} --b (--a)
+     @url{--a,} <--a>
+     @url{,--b} --b
+     @var{--a} --A
+     @verb{:--a:} --a
+     @verb{:a  < & @ % " --    b:} a  < & @ % " --    b
+     @w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a} 
a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+     a@sup{h}@sub{l} a^{h}_{l}
+     @footnote{in footnote} (5)
+     @footnote{in footnote2} (6)
+
+     @sp 2
+
+
+
+     @page
+
+
+     need 1002
+
+     @clicksequence{click @click{} A} click → A
+     After clickstyle ⇒
+     @clicksequence{click @click{} A} click ⇒ A
+
+
+     disp--laymath
+     f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+     *``simple-double--three---four----''* aa
+     ``simple-double--three---four----''
+
+
+     ı ȷ
+     ł ç
+     a̲ ạ ą a^{h}_{l}
+
+            ! @ } {
+     a sunny day
+
+     →
+     u
+     • © ... ... ≡
+     error→ ↦ − ⊣ ⇒
+     Å æ œ Æ Œ ø Ø ß ł Ł Ð
+     Þ ð þ ¡ ¿ £
+     ª º ,
+
+     “ ”
+     ‘ ’ „ ‚ «
+     » « » ‹
+     › € → ≤ ≥
+
+     b i r SC sansserif slanted
+
+     default kbdinputstyle
+     ‘vtable i--tem default kbdinputstyle’
+          in example default kbdinputstyle
+          ‘vtable i--tem in example default kbdinputstyle’
+
+     code kbdinputstyle
+     ‘vtable i--tem code kbdinputstyle’
+          in example code kbdinputstyle
+          ‘vtable i--tem in example code kbdinputstyle’
+
+     example kbdinputstyle
+     ‘vtable i--tem example kbdinputstyle’
+          in example example kbdinputstyle
+          ‘vtable i--tem in example example kbdinputstyle’
+
+     distinct kbdinputstyle
+     ‘vtable i--tem distinct kbdinputstyle’
+          in example distinct kbdinputstyle
+          ‘vtable i--tem in example distinct kbdinputstyle’
+
+          A quot---ation
+
+          Note: A Note
+
+          note: A note
+
+          Caution: Caution
+
+          Important: Important
+
+          Tip: a Tip
+
+          Warning: a Warning.
+
+          something é TeX: The something é TeX is here.
+
+          @ at the end of line  : A @ at the end of the @quotation line.
+
+          something, other thing: something, other thing
+
+          Note, the note: Note, the note
+
+
+          Empty: 
+          : 
+
+          : 
+          aaa quotation
+                         — _quotation author_
+
+          indent in quotation
+
+     exdented quotation line   and dash --- in quotation
+
+          Not exdented followed by exdented
+     exdented quotation line
+
+     exdented quotation line
+          Followed by not exdented
+
+          quotation1
+     in exdented protected eol  
+          following
+     in exdented a @*
+      and following
+          after exdented
+
+          A small quot---ation
+
+          Note: A small Note
+
+          something, other thing: something, other thing
+
+        • i--temize
+
+        + i--tem +
+
+        • b--ullet
+
+        − minu--s
+
+        _after emph_ e--mph item
+
+        • a–n itemize line i--tem 1
+        • a–n itemize line i--tem 2
+
+          with w a--b
+          with w c--d
+
+         on a line line w a--b
+         on a line line with w c--d
+
+       1. e--numerate
+
+       3. first third
+       4. second third
+
+       a. e--numerate
+
+       c. first c
+       d. second c
+
+     mu--ltitable headitem         another tab
+     --------------------------------------------------------------------------
+     mu--ltitable item             multitable tab
+     mu--ltitable item 2           multitable tab 2
+     lone mu--ltitable item
+
+     truc   bidule
+
+          e--xample  some
+             text
+
+          example one arg
+
+          example two args
+
+          example three args
+
+          example four args
+
+          example five args
+
+          The something é TeX is here.
+
+          A @ at the end of the @example line.
+
+          example with empty args
+
+          example with empty and non empty args mix
+
+          Exam---ple
+
+     Other li---ne
+          not exdented
+
+     exdented  and dash --- in example
+          Not exdented one
+     exdented two
+          Not exdented two
+
+          Example   Hoho.
+               Nested Other line
+          exdented nested other line
+
+          s--mallexample
+
+     @noindent after smallexample.
+          $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+          $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+     Less recent versions are also present.
+
+          d--isplay
+
+          s--malldisplay
+
+          l--isp
+
+          s--malllisp
+
+     f--ormat
+
+     s--mallformat
+
+      -- c--ategory: d--effn_name a--rguments...
+          d--effn
+
+      -- cate--gory: de--ffn_name ar--guments more args
+               even more so
+          def--fn
+
+      -- fset: I a g
+      -- cmde: truc
+      -- Command: log trap
+      -- Command: log trap1
+      -- Command: log trap2
+      -- cmde: id ule truc
+      -- cmde2: id i ule truc
+      -- :
+      -- : machin
+      -- : bidule machin
+      -- truc: machin
+      -- truc:
+      -- truc: followed by a comment
+      -- :
+      -- truc: a b c d e f g h i
+      -- truc: deffnx before end deffn
+
+
+      -- empty: deffn
+
+      -- empty: deffn with deffnx
+      -- empty: deffnx
+
+      -- fset: I a g
+      -- cmde: truc
+          text in def item for second def item
+
+
+      -- c--ategory: d--efvr_name
+          d--efvr
+
+      -- c--ategory: n--ame a--rguments...
+          d--effn
+
+      -- c--ategory: n--ame
+          d--effn no arg
+
+      -- c--ategory: t--ype d--eftypefn_name a--rguments...
+          d--eftypefn
+
+      -- c--ategory: t--ype d--eftypefn_name
+          d--eftypefn no arg
+
+      -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+          d--eftypeop
+
+      -- c--ategory on c--lass: t--ype d--eftypeop_name
+          d--eftypeop no arg
+
+      -- c--ategory: t--ype d--eftypevr_name
+          d--eftypevr
+
+      -- c--ategory of c--lass: d--efcv_name
+          d--efcv
+
+      -- c--ategory of c--lass: d--efcv_name a--rguments...
+          d--efcv with arguments
+
+      -- c--ategory of c--lass: t--ype d--eftypecv_name
+          d--eftypecv
+
+      -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+          d--eftypecv with arguments
+
+      -- c--ategory on c--lass: d--efop_name a--rguments...
+          d--efop
+
+      -- c--ategory on c--lass: d--efop_name
+          d--efop no arg
+
+      -- c--ategory: d--eftp_name a--ttributes...
+          d--eftp
+
+      -- Function: d--efun_name a--rguments...
+          d--efun
+
+      -- Macro: d--efmac_name a--rguments...
+          d--efmac
+
+      -- Special Form: d--efspec_name a--rguments...
+          d--efspec
+
+      -- Variable: d--efvar_name
+          d--efvar
+
+      -- Variable: d--efvar_name arg--var arg--var1
+          d--efvar with args
+
+      -- User Option: d--efopt_name
+          d--efopt
+
+      -- Function: t--ype d--eftypefun_name a--rguments...
+          d--eftypefun
+
+      -- Variable: t--ype d--eftypevar_name
+          d--eftypevar
+
+      -- Instance Variable of c--lass: d--efivar_name
+          d--efivar
+
+      -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+          d--eftypeivar
+
+      -- Method on c--lass: d--efmethod_name a--rguments...
+          d--efmethod
+
+      -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+          d--eftypemethod
+
+
+      -- Function:
+               data-type2
+               name2 arguments2...
+          aaa2
+
+      -- c--ategory2:
+               t--ype2
+               d--eftypefn_name2
+          d--eftypefn no arg2
+
+      -- c--ategory2 on c--lass2:
+               t--ype2
+               d--eftypeop_name2 a--rguments2...
+          d--eftypeop2
+
+      -- c--ategory2 on c--lass2:
+               t--ype2
+               d--eftypeop_name2
+          d--eftypeop no arg2
+
+      -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+          d--eftypecv2
+
+      -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+               a--rguments2...
+          d--eftypecv with arguments2
+
+      -- fun2: arg2
+          fff2
+
+
+     @xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@} *Note cross r---ef name@: (file n---ame@)c---hapter@.
+     @ref{chapter, cross ref name, title, file name, manual} *note cross ref 
name: (file name)chapter.
+     @pxref{chapter, cross ref name, title, file name, manual} *note cross ref 
name: (file name)chapter.
+     @inforef{chapter, cross ref name, file name} *note cross ref name: (file 
name)chapter.
+
+     @ref{chapter} *note chapter::
+     @xref{chapter} *Note chapter::.
+     @pxref{chapter} *note chapter::
+     @ref{s--ect@comma{}ion} *note s--ect,ion::
+
+     @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 }
+     *note a , in cross
+     ref: (a comma, in file)s--ect,ion.
+
+     @ref{chapter,cross ref name} *note cross ref name: chapter.
+     @ref{chapter,,title} *note title: chapter.
+     @ref{chapter,,,file name} *note (file name)chapter::
+     @ref{chapter,,,,manual} *note ()chapter::
+     @ref{chapter,cross ref name,title,} *note cross ref name: chapter.
+     @ref{chapter,cross ref name,,file name} *note cross ref name: (file 
name)chapter.
+     @ref{chapter,cross ref name,,,manual} *note cross ref name: ()chapter.
+     @ref{chapter,cross ref name,title,file name} *note cross ref name: (file 
name)chapter.
+     @ref{chapter,cross ref name,title,,manual} *note cross ref name: 
()chapter.
+     @ref{chapter,cross ref name,title, file name, manual} *note cross ref 
name: (file name)chapter.
+     @ref{chapter,,title,file name} *note title: (file name)chapter.
+     @ref{chapter,,title,,manual} *note title: ()chapter.
+     @ref{chapter,,title, file name, manual} *note title: (file name)chapter.
+     @ref{chapter,,,file name,manual} *note (file name)chapter::
+
+
+     @ref{(pman)anode,cross ref name} *note cross ref name: (pman)anode.
+     @ref{(pman)anode,,title} *note title: (pman)anode.
+     @ref{(pman)anode,,,file name} *note (file name)(pman)anode::
+     @ref{(pman)anode,,,,manual} *note ()(pman)anode::
+     @ref{(pman)anode,cross ref name,title,} *note cross ref name: (pman)anode.
+     @ref{(pman)anode,cross ref name,,file name} *note cross ref name: (file 
name)(pman)anode.
+     @ref{(pman)anode,cross ref name,,,manual} *note cross ref name: 
()(pman)anode.
+     @ref{(pman)anode,cross ref name,title,file name} *note cross ref name: 
(file name)(pman)anode.
+     @ref{(pman)anode,cross ref name,title,,manual} *note cross ref name: 
()(pman)anode.
+     @ref{(pman)anode,cross ref name,title, file name, manual} *note cross ref 
name: (file name)(pman)anode.
+     @ref{(pman)anode,,title,file name} *note title: (file name)(pman)anode.
+     @ref{(pman)anode,,title,,manual} *note title: ()(pman)anode.
+     @ref{(pman)anode,,title, file name, manual} *note title: (file 
name)(pman)anode.
+     @ref{(pman)anode,,,file name,manual} *note (file name)(pman)anode::
+
+
+     @inforef{chapter, cross ref name, file name} *note cross ref name: (file 
name)chapter.
+     @inforef{chapter} *note chapter::
+     @inforef{chapter, cross ref name} *note cross ref name: chapter.
+     @inforef{chapter,,file name} *note (file name)chapter::
+     @inforef{node, cross ref name, file name} *note cross ref name: (file 
name)node.
+     @inforef{node} *note node::
+     @inforef{node, cross ref name} *note cross ref name: node.
+     @inforef{node,,file name} *note (file name)node::
+     @inforef{chapter, cross ref name, file name, spurious arg} *note cross 
ref name: (file name, spurious arg)chapter.
+
+     @inforef{s--ect@comma{}ion, a @comma{} in cross
+     ref, a comma@comma{} in file}
+     *note a , in cross
+     ref: (a comma, in file)s--ect,ion.
+
+     ‘*note chapter::’.
+
+     *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+     *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
chapter.
+
+     *a–strong*
+          l--ine
+
+     a–asis
+     b
+          l--ine
+
+     _a_
+     _b_
+          l--ine
+
+          Title
+     ‘a--code’
+          Value--table code
+
+          Title
+     ‘a--samp’
+     ‘a2--samp’
+          Value--table samp
+
+     c--artouche
+
+                            Tit–le _of box_
+          With title c--artouche
+
+     f--lushleft
+     more text
+
+                                                           f--lushright
+                                                              more text
+
+                            ce–ntered line
+
+     r--raggedright
+     more text
+
+     \input texinfo @c -*-texinfo-*-
+     
+     @c this file is used in tests in @verbatiminclude but not converted
+     
+     @setfilename simplest.info
+     
+     @node Top
+     
+     This is a very simple texi manual @  <>.
+     
+     @bye
+
+     in verbatim ''
+
+
+
+
+
+
+     majorheading
+     ************
+
+
+     chapheading
+     ***********
+
+
+     heading
+     =======
+
+
+     subheading
+     ----------
+
+
+     subsubheading
+     .............
+
+
+
+     @acronym{--a,an accronym @comma{} @enddots{}} --a (an accronym , ...)
+     @abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} } É--. ,A. 
(Étude--, Autonome)
+     @abbr{@'E--. @comma{}A.} É--. ,A.
+
+     @math{--a@minus{} {\frac{1}{2}}} --a− {\frac{1}{2}}
+
+
+
+
+     Somehow invalid use of @,:
+
+     @, ̧
+
+     @,@"u ̧ü
+
+     Invalid use of @':
+
+     @' ́
+
+     @'@"u ́ü
+
+     @|
+
+     @dotless{truc} truc
+     @dotless{ij} ij
+     @dotless{--a} -a
+     @dotless{a} a
+
+     @U, without braces @U{}, with empty arg
+     @U{z}, with non-hex arg U+z
+     @U{abc}, with <4 hex digits ઼
+     @U{FFFFFFFFFFFFFF}, value much too large U+FFFFFFFFFFFFFF
+     @U{110000}, value just beyond Unicode U+110000
+
+     @TeX, but without brace TeX
+     @# #
+
+     @w{--a} --a
+
+     @image{,1--xt} 
+     @image{,,2--xt} 
+     @image{,,,3--xt} 
+
+     @image{f-ile,aze,,a--lt} [a-lt]
+     @image{f-ile,,,alt@verb{:jk _" %}} [altjk _" %@]
+
+     @image{f--ile} [image src="f--ile.png" text="ggg
+aaa"]
+     @image{f--ile,,,alt} [image src="f--ile.png" alt="alt" text="ggg
+aaa"]
+     @image{f--ile,,,,.e-d-xt} [image src="f--ile.e--xt" text="ggg
+aaa"]
+     @image{f--ile,l--i} [image src="f--ile.png" text="ggg
+aaa"]
+     @image{f--ile,,l--e} [image src="f--ile.png" text="ggg
+aaa"]
+     @image{f--ile,aze,az,alt,.e--xt} [image src="f--ile.e--xt" alt="alt" 
text="ggg
+aaa"]
+     @image{f--ile,aze,az,alt, [image src="f--ile.png" alt="alt" text="ggg
+aaa"]
+     @image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@} [alt]
+
+     @image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt} [image 
src="f--ile.e--xt" alt="jk _\" %@ in b \"" text="ggg
+aaa"]
+     @image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}} [altjk _" %@]
+
+
+
+     ü Ü ñ â é ō ì é Ḕ
+     Ḉ Ḉ a̋ ȧ å a͡
+     ă ǎ
+      ? .
+
+     TeX LaTeX ⋆ å ® °
+
+     t
+
+        __ e--mph item
+
+        __ after emph e--mph item
+
+        • a–n itemize line i--tem 1
+        • a–n itemize line i--tem 2
+
+          without brace w a--b
+          without brace w c--d
+
+     a
+          l--ine
+
+     a–missing style formatting
+          l--ine
+
+     a
+     b
+          l--ine
+
+      -- fun:
+      -- truc: machin bidule chose and
+      -- truc: machin bidule chose and after
+      -- truc: machin bidule chose and
+      -- truc: machin bidule chose and and after
+      -- truc: followed by a comment
+          Various deff lines
+      -- truc: after a deff item
+
+      -- fsetinv: INVALID a g
+      -- id i ule:
+      -- aaa:
+      -- :
+      -- truc:
+
+     g--roupe
+
+     @ref{node} *note node::
+
+     @ref{,cross ref name} *note cross ref name: .
+     @ref{,,title} *note title: .
+     @ref{,,,file name} *note (file name)::
+     @ref{,,,,manual} *note ()::
+     @ref{node,cross ref name} *note cross ref name: node.
+     @ref{node,,title} *note title: node.
+     @ref{node,,,file name} *note (file name)node::
+     @ref{node,,,,manual} *note ()node::
+     @ref{node,cross ref name,title,} *note cross ref name: node.
+     @ref{node,cross ref name,,file name} *note cross ref name: (file 
name)node.
+     @ref{node,cross ref name,,,manual} *note cross ref name: ()node.
+     @ref{node,cross ref name,title,file name} *note cross ref name: (file 
name)node.
+     @ref{node,cross ref name,title,,manual} *note cross ref name: ()node.
+     @ref{node,cross ref name,title, file name, manual} *note cross ref name: 
(file name)node.
+     @ref{node,,title,file name} *note title: (file name)node.
+     @ref{node,,title,,manual} *note title: ()node.
+     @ref{chapter,,title, file name, manual} *note title: (file name)chapter.
+     @ref{node,,title, file name, manual} *note title: (file name)node.
+     @ref{node,,,file name,manual} *note (file name)node::
+     @ref{,cross ref name,title,} *note cross ref name: .
+     @ref{,cross ref name,,file name} *note cross ref name: (file name).
+     @ref{,cross ref name,,,manual} *note cross ref name: ().
+     @ref{,cross ref name,title,file name} *note cross ref name: (file name).
+     @ref{,cross ref name,title,,manual} *note cross ref name: ().
+     @ref{,cross ref name,title, file name, manual} *note cross ref name: 
(file name).
+     @ref{,,title,file name} *note title: (file name).
+     @ref{,,title,,manual} *note title: ().
+     @ref{,,title, file name, manual} *note title: (file name).
+     @ref{,,,file name,manual} *note (file name)::
+
+     @inforef{,cross ref name } *note cross ref name: .
+     @inforef{,,file name} *note (file name)::
+     @inforef{,cross ref name, file name} *note cross ref name: (file name).
+     @inforef{} *note ::
+
+
+
+   Text(7)
+
+   truc
+
+[index]
+* Menu:
+
+* truc:                                  chapter.            (line 2236)
+
+   codeidx
+
+[index]
+* Menu:
+
+* a INDEX---ENTRY tẽ --- î:              chapter.            (line 2236)
+
+   cp
+
+[index]
+* Menu:
+
+* –option:                               chapter.            (line   28)
+* –option <1>:                           chapter.            (line  709)
+* –option <2>:                           chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* “:                                     chapter.            (line   28)
+* “ <1>:                                 chapter.            (line  709)
+* “ <2>:                                 chapter.            (line 1401)
+* a:                                     chapter.            (line 2236)
+* aaa, bbb:                              chapter.            (line 2236)
+* a—a:                                   chapter.            (line 2236)
+* a--asis:                               chapter.            (line  510)
+* a--asis <1>:                           chapter.            (line 1191)
+* a--asis <2>:                           chapter.            (line 2010)
+* b:                                     chapter.            (line  511)
+* b <1>:                                 chapter.            (line 1192)
+* b <2>:                                 chapter.            (line 2011)
+* b—b, c—c:                              chapter.            (line 2236)
+* counting entry:                        chapter.            (line    4)
+* d—dd, e—ee, f—ff:                      chapter.            (line 2236)
+* d--efcv_name:                          chapter.            (line  351)
+* d--efcv_name <1>:                      chapter.            (line  354)
+* d--efcv_name <2>:                      chapter.            (line 1032)
+* d--efcv_name <3>:                      chapter.            (line 1035)
+* d--efcv_name <4>:                      chapter.            (line 1851)
+* d--efcv_name <5>:                      chapter.            (line 1854)
+* d--efivar_name of c--lass:             chapter.            (line  396)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1077)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1896)
+* d--efopt_name:                         chapter.            (line  387)
+* d--efopt_name <1>:                     chapter.            (line 1068)
+* d--efopt_name <2>:                     chapter.            (line 1887)
+* d--eftypecv_name of c--lass:           chapter.            (line  357)
+* d--eftypecv_name of c--lass <1>:       chapter.            (line  360)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1038)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1041)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1857)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1860)
+* d--eftypecv_name2 of c--lass2:         chapter.            (line  428)
+* d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  431)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1109)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1112)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1929)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1932)
+* d--eftypeivar_name of c--lass:         chapter.            (line  399)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1080)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1899)
+* d--eftypevar_name:                     chapter.            (line  393)
+* d--eftypevar_name <1>:                 chapter.            (line 1074)
+* d--eftypevar_name <2>:                 chapter.            (line 1893)
+* d--eftypevr_name:                      chapter.            (line  348)
+* d--eftypevr_name <1>:                  chapter.            (line 1029)
+* d--eftypevr_name <2>:                  chapter.            (line 1848)
+* d--efvar_name:                         chapter.            (line  381)
+* d--efvar_name <1>:                     chapter.            (line  384)
+* d--efvar_name <2>:                     chapter.            (line 1062)
+* d--efvar_name <3>:                     chapter.            (line 1065)
+* d--efvar_name <4>:                     chapter.            (line 1881)
+* d--efvar_name <5>:                     chapter.            (line 1884)
+* d--efvr_name:                          chapter.            (line  327)
+* d--efvr_name <1>:                      chapter.            (line 1008)
+* d--efvr_name <2>:                      chapter.            (line 1827)
+* g—gg, h—hh jjj, k—kk, l—ll:            chapter.            (line 2236)
+* index entry between item and itemx:    chapter.            (line  515)
+* index entry between item and itemx <1>: chapter.           (line  644)
+* index entry between item and itemx <2>: chapter.           (line 1196)
+* index entry between item and itemx <3>: chapter.           (line 1325)
+* index entry between item and itemx <4>: chapter.           (line 2015)
+* index entry between item and itemx <5>: chapter.           (line 2177)
+* index entry in footnote:               chapter.            (line    4)
+* index entry within deffn:              chapter.            (line  302)
+* index entry within deffn <1>:          chapter.            (line  983)
+* index entry within deffn <2>:          chapter.            (line 1800)
+* index entry within itemize:            chapter.            (line  213)
+* index entry within itemize <1>:        chapter.            (line  894)
+* index entry within itemize <2>:        chapter.            (line 1711)
+* index entry within multitable:         chapter.            (line  235)
+* index entry within multitable <1>:     chapter.            (line  916)
+* index entry within multitable <2>:     chapter.            (line 1734)
+* t–ruc:                                 chapter.            (line 2236)
+* T–ruc:                                 chapter.            (line 2236)
+* vtable i--tem code kbdinputstyle:      chapter.            (line  137)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  818)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1634)
+* vtable i--tem default kbdinputstyle:   chapter.            (line  132)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  813)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1629)
+* vtable i--tem distinct kbdinputstyle:  chapter.            (line  147)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  828)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1644)
+* vtable i--tem example kbdinputstyle:   chapter.            (line  142)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  823)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1639)
+* vtable i--tem in example code kbdinputstyle: chapter.      (line  139)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  820)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1636)
+* vtable i--tem in example default kbdinputstyle: chapter.   (line  134)
+* vtable i--tem in example default kbdinputstyle <1>: chapter.
+                                                             (line  815)
+* vtable i--tem in example default kbdinputstyle <2>: chapter.
+                                                             (line 1631)
+* vtable i--tem in example distinct kbdinputstyle: chapter.  (line  149)
+* vtable i--tem in example distinct kbdinputstyle <1>: chapter.
+                                                             (line  830)
+* vtable i--tem in example distinct kbdinputstyle <2>: chapter.
+                                                             (line 1646)
+* vtable i--tem in example example kbdinputstyle: chapter.   (line  144)
+* vtable i--tem in example example kbdinputstyle <1>: chapter.
+                                                             (line  825)
+* vtable i--tem in example example kbdinputstyle <2>: chapter.
+                                                             (line 1641)
+
+   fn
+
+[index]
+* Menu:
+
+* --foption:                             chapter.            (line   28)
+* --foption <1>:                         chapter.            (line  709)
+* --foption <2>:                         chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* ``:                                    chapter.            (line   28)
+* `` <1>:                                chapter.            (line  709)
+* `` <2>:                                chapter.            (line 1401)
+* a:                                     chapter.            (line  315)
+* a <1>:                                 chapter.            (line  514)
+* a <2>:                                 chapter.            (line  643)
+* a <3>:                                 chapter.            (line  996)
+* a <4>:                                 chapter.            (line 1195)
+* a <5>:                                 chapter.            (line 1324)
+* a <6>:                                 chapter.            (line 1813)
+* a <7>:                                 chapter.            (line 2014)
+* a <8>:                                 chapter.            (line 2176)
+* a <9>:                                 chapter.            (line 2236)
+* after:                                 chapter.            (line  654)
+* after <1>:                             chapter.            (line 1335)
+* after <2>:                             chapter.            (line 2187)
+* arg2:                                  chapter.            (line  434)
+* arg2 <1>:                              chapter.            (line 1115)
+* arg2 <2>:                              chapter.            (line 1936)
+* b:                                     chapter.            (line  515)
+* b <1>:                                 chapter.            (line  644)
+* b <2>:                                 chapter.            (line 1196)
+* b <3>:                                 chapter.            (line 1325)
+* b <4>:                                 chapter.            (line 2015)
+* b <5>:                                 chapter.            (line 2177)
+* bidule machin:                         chapter.            (line  310)
+* bidule machin <1>:                     chapter.            (line  991)
+* bidule machin <2>:                     chapter.            (line 1808)
+* d--effn_name:                          chapter.            (line  294)
+* d--effn_name <1>:                      chapter.            (line  975)
+* d--effn_name <2>:                      chapter.            (line 1792)
+* d--efmac_name:                         chapter.            (line  375)
+* d--efmac_name <1>:                     chapter.            (line 1056)
+* d--efmac_name <2>:                     chapter.            (line 1875)
+* d--efmethod_name on c--lass:           chapter.            (line  402)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1083)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1902)
+* d--efop_name on c--lass:               chapter.            (line  363)
+* d--efop_name on c--lass <1>:           chapter.            (line  366)
+* d--efop_name on c--lass <2>:           chapter.            (line 1044)
+* d--efop_name on c--lass <3>:           chapter.            (line 1047)
+* d--efop_name on c--lass <4>:           chapter.            (line 1863)
+* d--efop_name on c--lass <5>:           chapter.            (line 1866)
+* d--efspec_name:                        chapter.            (line  378)
+* d--efspec_name <1>:                    chapter.            (line 1059)
+* d--efspec_name <2>:                    chapter.            (line 1878)
+* d--eftypefn_name:                      chapter.            (line  336)
+* d--eftypefn_name <1>:                  chapter.            (line  339)
+* d--eftypefn_name <2>:                  chapter.            (line 1017)
+* d--eftypefn_name <3>:                  chapter.            (line 1020)
+* d--eftypefn_name <4>:                  chapter.            (line 1836)
+* d--eftypefn_name <5>:                  chapter.            (line 1839)
+* d--eftypefn_name2:                     chapter.            (line  413)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1094)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1914)
+* d--eftypefun_name:                     chapter.            (line  390)
+* d--eftypefun_name <1>:                 chapter.            (line 1071)
+* d--eftypefun_name <2>:                 chapter.            (line 1890)
+* d--eftypemethod_name on c--lass:       chapter.            (line  405)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1086)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1905)
+* d--eftypeop_name on c--lass:           chapter.            (line  342)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  345)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1023)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1026)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1842)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1845)
+* d--eftypeop_name2 on c--lass2:         chapter.            (line  418)
+* d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  423)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1099)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1104)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1919)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1924)
+* d--efun_name:                          chapter.            (line  372)
+* d--efun_name <1>:                      chapter.            (line 1053)
+* d--efun_name <2>:                      chapter.            (line 1872)
+* de--ffn_name:                          chapter.            (line  297)
+* de--ffn_name <1>:                      chapter.            (line  978)
+* de--ffn_name <2>:                      chapter.            (line 1795)
+* deffn:                                 chapter.            (line  318)
+* deffn <1>:                             chapter.            (line  320)
+* deffn <2>:                             chapter.            (line  999)
+* deffn <3>:                             chapter.            (line 1001)
+* deffn <4>:                             chapter.            (line 1817)
+* deffn <5>:                             chapter.            (line 1819)
+* deffnx:                                chapter.            (line  316)
+* deffnx <1>:                            chapter.            (line  321)
+* deffnx <2>:                            chapter.            (line  997)
+* deffnx <3>:                            chapter.            (line 1002)
+* deffnx <4>:                            chapter.            (line 1814)
+* deffnx <5>:                            chapter.            (line 1820)
+* f---aa:                                chapter.            (line 2236)
+* f---bb, f---cc:                        chapter.            (line 2236)
+* f---ddd, f---eee, ffff:                chapter.            (line 2236)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2236)
+* followed:                              chapter.            (line  313)
+* followed <1>:                          chapter.            (line  652)
+* followed <2>:                          chapter.            (line  994)
+* followed <3>:                          chapter.            (line 1333)
+* followed <4>:                          chapter.            (line 1811)
+* followed <5>:                          chapter.            (line 2185)
+* I:                                     chapter.            (line  301)
+* I <1>:                                 chapter.            (line  323)
+* I <2>:                                 chapter.            (line  982)
+* I <3>:                                 chapter.            (line 1004)
+* I <4>:                                 chapter.            (line 1799)
+* I <5>:                                 chapter.            (line 1822)
+* id i ule:                              chapter.            (line  307)
+* id i ule <1>:                          chapter.            (line  988)
+* id i ule <2>:                          chapter.            (line 1805)
+* id ule:                                chapter.            (line  306)
+* id ule <1>:                            chapter.            (line  987)
+* id ule <2>:                            chapter.            (line 1804)
+* INVALID:                               chapter.            (line  656)
+* INVALID <1>:                           chapter.            (line 1337)
+* INVALID <2>:                           chapter.            (line 2189)
+* log trap:                              chapter.            (line  303)
+* log trap <1>:                          chapter.            (line  984)
+* log trap <2>:                          chapter.            (line 1801)
+* log trap1:                             chapter.            (line  304)
+* log trap1 <1>:                         chapter.            (line  985)
+* log trap1 <2>:                         chapter.            (line 1802)
+* log trap2:                             chapter.            (line  305)
+* log trap2 <1>:                         chapter.            (line  986)
+* log trap2 <2>:                         chapter.            (line 1803)
+* machin:                                chapter.            (line  309)
+* machin <1>:                            chapter.            (line  311)
+* machin <2>:                            chapter.            (line  648)
+* machin <3>:                            chapter.            (line  649)
+* machin <4>:                            chapter.            (line  650)
+* machin <5>:                            chapter.            (line  651)
+* machin <6>:                            chapter.            (line  990)
+* machin <7>:                            chapter.            (line  992)
+* machin <8>:                            chapter.            (line 1329)
+* machin <9>:                            chapter.            (line 1330)
+* machin <10>:                           chapter.            (line 1331)
+* machin <11>:                           chapter.            (line 1332)
+* machin <12>:                           chapter.            (line 1807)
+* machin <13>:                           chapter.            (line 1809)
+* machin <14>:                           chapter.            (line 2181)
+* machin <15>:                           chapter.            (line 2182)
+* machin <16>:                           chapter.            (line 2183)
+* machin <17>:                           chapter.            (line 2184)
+* n--ame:                                chapter.            (line  330)
+* n--ame <1>:                            chapter.            (line  333)
+* n--ame <2>:                            chapter.            (line 1011)
+* n--ame <3>:                            chapter.            (line 1014)
+* n--ame <4>:                            chapter.            (line 1830)
+* n--ame <5>:                            chapter.            (line 1833)
+* name2:                                 chapter.            (line  408)
+* name2 <1>:                             chapter.            (line 1089)
+* name2 <2>:                             chapter.            (line 1909)
+* t--ruc:                                chapter.            (line 2236)
+* T--ruc:                                chapter.            (line 2236)
+* truc:                                  chapter.            (line  302)
+* truc <1>:                              chapter.            (line  324)
+* truc <2>:                              chapter.            (line  983)
+* truc <3>:                              chapter.            (line 1005)
+* truc <4>:                              chapter.            (line 1800)
+* truc <5>:                              chapter.            (line 1823)
+* xxx, zzz:                              chapter.            (line 2236)
+
+   vr
+
+   ky
+
+   pg
+
+   tp
+
+[index]
+* Menu:
+
+* d--eftp_name:                          chapter.            (line  369)
+* d--eftp_name <1>:                      chapter.            (line 1050)
+* d--eftp_name <2>:                      chapter.            (line 1869)
+
+   (8)
+
+* Menu:
+
+* s--ect,ion:: s–ect,ion
+
+Menu comment
+“simple-double–three—four—-”
+
+
+
+   ---------- Footnotes ----------
+
+   (1) in footnote
+
+   (2) in footnote2
+
+   (3) in footnote
+
+   (4) in footnote2
+
+   (5) in footnote
+
+   (6) in footnote2
+
+   (7) in footnote
+
+   Blah
+
+   Blih
+
+   (8) in footnote
+
+
+File: formatting.info,  Node: s--ect,ion,  Up: chapter
+
+1.1 A section
+=============
+
+* Menu:
+
+* subsection::
+
+In detailmenu
+
+* subsubsection ``simple-double--::
+* subsubsection three---four----''::
+
+
+File: formatting.info,  Node: subsection,  Up: s--ect,ion
+
+1.1.1 subsection
+----------------
+
+* Menu:
+
+* subsubsection ``simple-double--::
+* subsubsection three---four----''::
+
+
+File: formatting.info,  Node: subsubsection ``simple-double--,  Next: 
subsubsection three---four----'',  Up: subsection
+
+1.1.1.1 subsubsection “simple-double–
+.....................................
+
+
+File: formatting.info,  Node: subsubsection three---four----'',  Prev: 
subsubsection ``simple-double--,  Up: subsection
+
+1.1.1.2 three—four—-”
+.....................
+
+
+File: formatting.info,  Node: chapter2,  Prev: chapter,  Up: Top
+
+chapter 2
+*********
+
+[index]
+* Menu:
+
+* –option:                               chapter.            (line   28)
+* –option <1>:                           chapter.            (line  709)
+* –option <2>:                           chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* “:                                     chapter.            (line   28)
+* “ <1>:                                 chapter.            (line  709)
+* “ <2>:                                 chapter.            (line 1401)
+* a:                                     chapter.            (line 2236)
+* aaa, bbb:                              chapter.            (line 2236)
+* a—a:                                   chapter.            (line 2236)
+* a--asis:                               chapter.            (line  510)
+* a--asis <1>:                           chapter.            (line 1191)
+* a--asis <2>:                           chapter.            (line 2010)
+* b:                                     chapter.            (line  511)
+* b <1>:                                 chapter.            (line 1192)
+* b <2>:                                 chapter.            (line 2011)
+* b—b, c—c:                              chapter.            (line 2236)
+* counting entry:                        chapter.            (line 2586)
+* d—dd, e—ee, f—ff:                      chapter.            (line 2236)
+* d--efcv_name:                          chapter.            (line  351)
+* d--efcv_name <1>:                      chapter.            (line  354)
+* d--efcv_name <2>:                      chapter.            (line 1032)
+* d--efcv_name <3>:                      chapter.            (line 1035)
+* d--efcv_name <4>:                      chapter.            (line 1851)
+* d--efcv_name <5>:                      chapter.            (line 1854)
+* d--efivar_name of c--lass:             chapter.            (line  396)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1077)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1896)
+* d--efopt_name:                         chapter.            (line  387)
+* d--efopt_name <1>:                     chapter.            (line 1068)
+* d--efopt_name <2>:                     chapter.            (line 1887)
+* d--eftypecv_name of c--lass:           chapter.            (line  357)
+* d--eftypecv_name of c--lass <1>:       chapter.            (line  360)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1038)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1041)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1857)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1860)
+* d--eftypecv_name2 of c--lass2:         chapter.            (line  428)
+* d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  431)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1109)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1112)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1929)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1932)
+* d--eftypeivar_name of c--lass:         chapter.            (line  399)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1080)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1899)
+* d--eftypevar_name:                     chapter.            (line  393)
+* d--eftypevar_name <1>:                 chapter.            (line 1074)
+* d--eftypevar_name <2>:                 chapter.            (line 1893)
+* d--eftypevr_name:                      chapter.            (line  348)
+* d--eftypevr_name <1>:                  chapter.            (line 1029)
+* d--eftypevr_name <2>:                  chapter.            (line 1848)
+* d--efvar_name:                         chapter.            (line  381)
+* d--efvar_name <1>:                     chapter.            (line  384)
+* d--efvar_name <2>:                     chapter.            (line 1062)
+* d--efvar_name <3>:                     chapter.            (line 1065)
+* d--efvar_name <4>:                     chapter.            (line 1881)
+* d--efvar_name <5>:                     chapter.            (line 1884)
+* d--efvr_name:                          chapter.            (line  327)
+* d--efvr_name <1>:                      chapter.            (line 1008)
+* d--efvr_name <2>:                      chapter.            (line 1827)
+* g—gg, h—hh jjj, k—kk, l—ll:            chapter.            (line 2236)
+* index entry between item and itemx:    chapter.            (line  515)
+* index entry between item and itemx <1>: chapter.           (line  644)
+* index entry between item and itemx <2>: chapter.           (line 1196)
+* index entry between item and itemx <3>: chapter.           (line 1325)
+* index entry between item and itemx <4>: chapter.           (line 2015)
+* index entry between item and itemx <5>: chapter.           (line 2177)
+* index entry in footnote:               chapter.            (line 2581)
+* index entry within deffn:              chapter.            (line  302)
+* index entry within deffn <1>:          chapter.            (line  983)
+* index entry within deffn <2>:          chapter.            (line 1800)
+* index entry within itemize:            chapter.            (line  213)
+* index entry within itemize <1>:        chapter.            (line  894)
+* index entry within itemize <2>:        chapter.            (line 1711)
+* index entry within multitable:         chapter.            (line  235)
+* index entry within multitable <1>:     chapter.            (line  916)
+* index entry within multitable <2>:     chapter.            (line 1734)
+* t–ruc:                                 chapter.            (line 2236)
+* T–ruc:                                 chapter.            (line 2236)
+* vtable i--tem code kbdinputstyle:      chapter.            (line  137)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  818)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1634)
+* vtable i--tem default kbdinputstyle:   chapter.            (line  132)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  813)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1629)
+* vtable i--tem distinct kbdinputstyle:  chapter.            (line  147)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  828)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1644)
+* vtable i--tem example kbdinputstyle:   chapter.            (line  142)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  823)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1639)
+* vtable i--tem in example code kbdinputstyle: chapter.      (line  139)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  820)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1636)
+* vtable i--tem in example default kbdinputstyle: chapter.   (line  134)
+* vtable i--tem in example default kbdinputstyle <1>: chapter.
+                                                             (line  815)
+* vtable i--tem in example default kbdinputstyle <2>: chapter.
+                                                             (line 1631)
+* vtable i--tem in example distinct kbdinputstyle: chapter.  (line  149)
+* vtable i--tem in example distinct kbdinputstyle <1>: chapter.
+                                                             (line  830)
+* vtable i--tem in example distinct kbdinputstyle <2>: chapter.
+                                                             (line 1646)
+* vtable i--tem in example example kbdinputstyle: chapter.   (line  144)
+* vtable i--tem in example example kbdinputstyle <1>: chapter.
+                                                             (line  825)
+* vtable i--tem in example example kbdinputstyle <2>: chapter.
+                                                             (line 1641)
+
+[index]
+* Menu:
+
+* --foption:                             chapter.            (line   28)
+* --foption <1>:                         chapter.            (line  709)
+* --foption <2>:                         chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* ``:                                    chapter.            (line   28)
+* `` <1>:                                chapter.            (line  709)
+* `` <2>:                                chapter.            (line 1401)
+* a:                                     chapter.            (line  315)
+* a <1>:                                 chapter.            (line  514)
+* a <2>:                                 chapter.            (line  643)
+* a <3>:                                 chapter.            (line  996)
+* a <4>:                                 chapter.            (line 1195)
+* a <5>:                                 chapter.            (line 1324)
+* a <6>:                                 chapter.            (line 1813)
+* a <7>:                                 chapter.            (line 2014)
+* a <8>:                                 chapter.            (line 2176)
+* a <9>:                                 chapter.            (line 2236)
+* after:                                 chapter.            (line  654)
+* after <1>:                             chapter.            (line 1335)
+* after <2>:                             chapter.            (line 2187)
+* arg2:                                  chapter.            (line  434)
+* arg2 <1>:                              chapter.            (line 1115)
+* arg2 <2>:                              chapter.            (line 1936)
+* b:                                     chapter.            (line  515)
+* b <1>:                                 chapter.            (line  644)
+* b <2>:                                 chapter.            (line 1196)
+* b <3>:                                 chapter.            (line 1325)
+* b <4>:                                 chapter.            (line 2015)
+* b <5>:                                 chapter.            (line 2177)
+* bidule machin:                         chapter.            (line  310)
+* bidule machin <1>:                     chapter.            (line  991)
+* bidule machin <2>:                     chapter.            (line 1808)
+* d--effn_name:                          chapter.            (line  294)
+* d--effn_name <1>:                      chapter.            (line  975)
+* d--effn_name <2>:                      chapter.            (line 1792)
+* d--efmac_name:                         chapter.            (line  375)
+* d--efmac_name <1>:                     chapter.            (line 1056)
+* d--efmac_name <2>:                     chapter.            (line 1875)
+* d--efmethod_name on c--lass:           chapter.            (line  402)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1083)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1902)
+* d--efop_name on c--lass:               chapter.            (line  363)
+* d--efop_name on c--lass <1>:           chapter.            (line  366)
+* d--efop_name on c--lass <2>:           chapter.            (line 1044)
+* d--efop_name on c--lass <3>:           chapter.            (line 1047)
+* d--efop_name on c--lass <4>:           chapter.            (line 1863)
+* d--efop_name on c--lass <5>:           chapter.            (line 1866)
+* d--efspec_name:                        chapter.            (line  378)
+* d--efspec_name <1>:                    chapter.            (line 1059)
+* d--efspec_name <2>:                    chapter.            (line 1878)
+* d--eftypefn_name:                      chapter.            (line  336)
+* d--eftypefn_name <1>:                  chapter.            (line  339)
+* d--eftypefn_name <2>:                  chapter.            (line 1017)
+* d--eftypefn_name <3>:                  chapter.            (line 1020)
+* d--eftypefn_name <4>:                  chapter.            (line 1836)
+* d--eftypefn_name <5>:                  chapter.            (line 1839)
+* d--eftypefn_name2:                     chapter.            (line  413)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1094)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1914)
+* d--eftypefun_name:                     chapter.            (line  390)
+* d--eftypefun_name <1>:                 chapter.            (line 1071)
+* d--eftypefun_name <2>:                 chapter.            (line 1890)
+* d--eftypemethod_name on c--lass:       chapter.            (line  405)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1086)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1905)
+* d--eftypeop_name on c--lass:           chapter.            (line  342)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  345)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1023)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1026)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1842)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1845)
+* d--eftypeop_name2 on c--lass2:         chapter.            (line  418)
+* d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  423)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1099)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1104)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1919)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1924)
+* d--efun_name:                          chapter.            (line  372)
+* d--efun_name <1>:                      chapter.            (line 1053)
+* d--efun_name <2>:                      chapter.            (line 1872)
+* de--ffn_name:                          chapter.            (line  297)
+* de--ffn_name <1>:                      chapter.            (line  978)
+* de--ffn_name <2>:                      chapter.            (line 1795)
+* deffn:                                 chapter.            (line  318)
+* deffn <1>:                             chapter.            (line  320)
+* deffn <2>:                             chapter.            (line  999)
+* deffn <3>:                             chapter.            (line 1001)
+* deffn <4>:                             chapter.            (line 1817)
+* deffn <5>:                             chapter.            (line 1819)
+* deffnx:                                chapter.            (line  316)
+* deffnx <1>:                            chapter.            (line  321)
+* deffnx <2>:                            chapter.            (line  997)
+* deffnx <3>:                            chapter.            (line 1002)
+* deffnx <4>:                            chapter.            (line 1814)
+* deffnx <5>:                            chapter.            (line 1820)
+* f---aa:                                chapter.            (line 2236)
+* f---bb, f---cc:                        chapter.            (line 2236)
+* f---ddd, f---eee, ffff:                chapter.            (line 2236)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2236)
+* followed:                              chapter.            (line  313)
+* followed <1>:                          chapter.            (line  652)
+* followed <2>:                          chapter.            (line  994)
+* followed <3>:                          chapter.            (line 1333)
+* followed <4>:                          chapter.            (line 1811)
+* followed <5>:                          chapter.            (line 2185)
+* I:                                     chapter.            (line  301)
+* I <1>:                                 chapter.            (line  323)
+* I <2>:                                 chapter.            (line  982)
+* I <3>:                                 chapter.            (line 1004)
+* I <4>:                                 chapter.            (line 1799)
+* I <5>:                                 chapter.            (line 1822)
+* id i ule:                              chapter.            (line  307)
+* id i ule <1>:                          chapter.            (line  988)
+* id i ule <2>:                          chapter.            (line 1805)
+* id ule:                                chapter.            (line  306)
+* id ule <1>:                            chapter.            (line  987)
+* id ule <2>:                            chapter.            (line 1804)
+* INVALID:                               chapter.            (line  656)
+* INVALID <1>:                           chapter.            (line 1337)
+* INVALID <2>:                           chapter.            (line 2189)
+* log trap:                              chapter.            (line  303)
+* log trap <1>:                          chapter.            (line  984)
+* log trap <2>:                          chapter.            (line 1801)
+* log trap1:                             chapter.            (line  304)
+* log trap1 <1>:                         chapter.            (line  985)
+* log trap1 <2>:                         chapter.            (line 1802)
+* log trap2:                             chapter.            (line  305)
+* log trap2 <1>:                         chapter.            (line  986)
+* log trap2 <2>:                         chapter.            (line 1803)
+* machin:                                chapter.            (line  309)
+* machin <1>:                            chapter.            (line  311)
+* machin <2>:                            chapter.            (line  648)
+* machin <3>:                            chapter.            (line  649)
+* machin <4>:                            chapter.            (line  650)
+* machin <5>:                            chapter.            (line  651)
+* machin <6>:                            chapter.            (line  990)
+* machin <7>:                            chapter.            (line  992)
+* machin <8>:                            chapter.            (line 1329)
+* machin <9>:                            chapter.            (line 1330)
+* machin <10>:                           chapter.            (line 1331)
+* machin <11>:                           chapter.            (line 1332)
+* machin <12>:                           chapter.            (line 1807)
+* machin <13>:                           chapter.            (line 1809)
+* machin <14>:                           chapter.            (line 2181)
+* machin <15>:                           chapter.            (line 2182)
+* machin <16>:                           chapter.            (line 2183)
+* machin <17>:                           chapter.            (line 2184)
+* n--ame:                                chapter.            (line  330)
+* n--ame <1>:                            chapter.            (line  333)
+* n--ame <2>:                            chapter.            (line 1011)
+* n--ame <3>:                            chapter.            (line 1014)
+* n--ame <4>:                            chapter.            (line 1830)
+* n--ame <5>:                            chapter.            (line 1833)
+* name2:                                 chapter.            (line  408)
+* name2 <1>:                             chapter.            (line 1089)
+* name2 <2>:                             chapter.            (line 1909)
+* t--ruc:                                chapter.            (line 2236)
+* T--ruc:                                chapter.            (line 2236)
+* truc:                                  chapter.            (line  302)
+* truc <1>:                              chapter.            (line  324)
+* truc <2>:                              chapter.            (line  983)
+* truc <3>:                              chapter.            (line 1005)
+* truc <4>:                              chapter.            (line 1800)
+* truc <5>:                              chapter.            (line 1823)
+* xxx, zzz:                              chapter.            (line 2236)
+
+
+
+Tag Table:
+Node: Top20328
+Node: chapter20513
+Ref: chapter-Footnote-1103158
+Ref: chapter-Footnote-2103178
+Ref: chapter-Footnote-3103199
+Ref: chapter-Footnote-4103219
+Ref: chapter-Footnote-5103240
+Ref: chapter-Footnote-6103260
+Ref: chapter-Footnote-7103281
+Ref: chapter-Footnote-8103319
+Node: s--ect,ion103339
+Node: subsection103542
+Ref: anchor103723
+Node: subsubsection ``simple-double--103723
+Node: subsubsection three---four----''103927
+Node: chapter2104101
+
+End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.1 
b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.1
similarity index 100%
rename from 
tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.1
rename to tp/tests/coverage/res_parser/formatting_plaintext/formatting.1
diff --git 
a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2 
b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.2
similarity index 94%
rename from 
tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2
rename to tp/tests/coverage/res_parser/formatting_plaintext/formatting.2
index a4ecc343d5..4630dcaf73 100644
--- a/tp/tests/coverage/res_parser/formatting_html_no_texi2html/formatting.2
+++ b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.2
@@ -323,16 +323,16 @@ formatting.texi:86: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:86: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:86: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:86: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:22: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:22: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:81: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:81: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:81: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:81: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:86: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:86: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:86: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:86: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
 formatting.texi:120: warning: empty index key in @findex
-formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:81: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:86: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/coverage/res_parser/formatting_plaintext/formatting.txt 
b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.txt
new file mode 100644
index 0000000000..ba9313c365
--- /dev/null
+++ b/tp/tests/coverage/res_parser/formatting_plaintext/formatting.txt
@@ -0,0 +1,2884 @@
+Top section
+***********
+
+1 chapter
+*********
+
+   First para
+
+qsddsqkdsqkkmljsqjsqodmmdsqdsmqj dqs sdq sqd sdq dsq sdq sqd sqd sdq sdq
+qsd dsq sdq dsq dssdq sdq sdq sdq dsq sdq dsq dsq sdq dsq sdqsd q
+
+noindent in para.
+
+   unneeded indent
+
+   Insertcopying in normal text
+   In copying
+
+   < > " & ’ ‘
+
+   “simple-double–three—four—-”
+code: ‘``simple-double--three---four----''’
+asis: “simple-double–three—four—-”
+strong: *“simple-double–three—four—-”*
+kbd: ‘``simple-double--three---four----''’
+
+   ‘‘simple-double--three—four—-’’
+
+   @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @’e é (é) @=o ō (ō) @‘i ì
+(ì) @’{e} é (é) @’{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
+(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
+‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
+(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+
+   @‘{@=E} Ḕ @l{} ł @,{@’C} Ḉ @,c@"u çü
+
+   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
+‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
+‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+
+   @U{0075} u
+
+   @*
+@ followed by a space   @ followed by a tab   @ followed by a new line
+ ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+
+   foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
+Now !  !@ but , ,
+
+   @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
+@lbracechar { ({) @rbracechar } (})
+
+   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
+@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
+@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+
+   @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
+@O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
+(þ)
+
+   @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
+@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+(’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
+@guillemetright » (») @guillemotleft « («) @guillemotright » (»)
+@guilsinglleft ‹ (‹) @guilsinglright › (›)
+
+   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
+a b
+
+   ‘@acronym{--a,an accronym}’ –a (an accronym) ‘@acronym{--a}’ –a
+‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É–. ,A. (Étude Autonome)
+‘@abbr{@'E--. @comma{}A.}’ É–. ,A. ‘@asis{--a}’ –a ‘@b{--a}’ –a
+‘@cite{--a}’ ‘–a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
+“–a” ‘@dmn{--a}’ –a ‘@email{--a,--b}’ –b <--a> ‘@email{,--b}’ –b
+‘@email{--a}’ <--a> ‘@emph{--a}’ _–a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
+‘--a’ ‘@i{--a}’ –a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
+{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
+‘@r{--a}’ –a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ –A ‘@strong{--a}’ *–a*
+‘@t{--a}’ --a ‘@sansserif{--a}’ –a ‘@slanted{--a}’ –a ‘@titlefont{--a}’
+–a
+**
+   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ –b (--a) ‘@uref{--a}’
+<--a> ‘@uref{,--b}’ –b ‘@uref{--a,--b,--c}’ –c ‘@uref{,--b,--c}’ –c
+‘@uref{--a,,--c}’ –c ‘@uref{,,--c}’ –c ‘@url{--a,--b}’ –b (--a)
+‘@url{--a,}’ <--a> ‘@url{,--b}’ –b ‘@var{--a}’ –A ‘@verb{:--a:}’ --a
+‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}’
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (1) ‘@footnote{in
+footnote2}’ (2)
+
+   ‘@sp 2’
+
+
+   ‘@page’
+
+   ‘need 1002’
+
+   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
+‘@clicksequence{click @click{} A}’ click ⇒ A
+
+disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+*``simple-double--three---four----''* aa
+``simple-double--three---four----''
+
+
+ı ȷ
+ł ç
+a̲ ạ ą a^{h}_{l}
+
+       ! @ } {
+a sunny day
+
+→
+u
+• © ... ... ≡
+error→ ↦ − ⊣ ⇒
+Å æ œ Æ Œ ø Ø ß ł Ł Ð
+Þ ð þ ¡ ¿ £
+ª º ,
+
+“ ”
+‘ ’ „ ‚ «
+» « » ‹
+› € → ≤ ≥
+
+b i r SC sansserif slanted
+
+   ‘default kbdinputstyle’
+‘vtable i--tem default kbdinputstyle’
+     in example default kbdinputstyle
+     ‘vtable i--tem in example default kbdinputstyle’
+
+   ‘code kbdinputstyle’
+‘vtable i--tem code kbdinputstyle’
+     in example code kbdinputstyle
+     ‘vtable i--tem in example code kbdinputstyle’
+
+   ‘example kbdinputstyle’
+‘vtable i--tem example kbdinputstyle’
+     in example example kbdinputstyle
+     ‘vtable i--tem in example example kbdinputstyle’
+
+   ‘distinct kbdinputstyle’
+‘vtable i--tem distinct kbdinputstyle’
+     in example distinct kbdinputstyle
+     ‘vtable i--tem in example distinct kbdinputstyle’
+
+     A quot—ation
+
+     Note: A Note
+
+     note: A note
+
+     Caution: Caution
+
+     Important: Important
+
+     Tip: a Tip
+
+     Warning: a Warning.
+
+     something é TeX: The something é TeX is here.
+
+     @ at the end of line  : A @ at the end of the @quotation line.
+
+     something, other thing: something, other thing
+
+     Note, the note: Note, the note
+
+     Empty: 
+     : 
+
+     : 
+     aaa quotation
+                         — _quotation author_
+
+     indent in quotation
+
+exdented quotation line and dash — in quotation
+
+     Not exdented followed by exdented
+exdented quotation line
+
+exdented quotation line
+     Followed by not exdented
+
+     quotation1
+in exdented protected eol  
+     following
+in exdented a @*
+and following
+     after exdented
+
+     A small quot—ation
+
+     Note: A small Note
+
+     something, other thing: something, other thing
+
+   • i–temize
+
+   + i–tem +
+
+   • b–ullet
+
+   − minu–s
+
+   _after emph_ e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     with w a–b
+     with w c–d
+
+    on a line line w a–b
+    on a line line with w c–d
+
+  1. e–numerate
+
+  3. first third
+  4. second third
+
+  a. e–numerate
+
+  c. first c
+  d. second c
+
+mu–ltitable headitem          another tab
+--------------------------------------------------------------------------
+mu–ltitable item              multitable tab
+mu–ltitable item 2            multitable tab 2
+lone mu–ltitable item
+
+truc   bidule
+
+     e--xample  some
+        text
+
+     example one arg
+
+     example two args
+
+     example three args
+
+     example four args
+
+     example five args
+
+     The something é TeX is here.
+
+     A @ at the end of the @example line.
+
+     example with empty args
+
+     example with empty and non empty args mix
+
+     Exam---ple
+
+Other li---ne
+     not exdented
+
+exdented  and dash --- in example
+     Not exdented one
+exdented two
+     Not exdented two
+
+     Example   Hoho.
+          Nested Other line
+     exdented nested other line
+
+     s--mallexample
+
+   ‘@noindent’ after smallexample.
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+Less recent versions are also present.
+
+     d–isplay
+
+     s–malldisplay
+
+     l--isp
+
+     s--malllisp
+
+f–ormat
+
+s–mallformat
+
+ -- c--ategory: d--effn_name a--rguments...
+     d–effn
+
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def–fn
+
+ -- fset: I a g
+ -- cmde: truc
+ -- Command: log trap
+ -- Command: log trap1
+ -- Command: log trap2
+ -- cmde: id ule truc
+ -- cmde2: id i ule truc
+ -- :
+ -- : machin
+ -- : bidule machin
+ -- truc: machin
+ -- truc:
+ -- truc: followed by a comment
+ -- :
+ -- truc: a b c d e f g h i
+ -- truc: deffnx before end deffn
+
+ -- empty: deffn
+
+ -- empty: deffn with deffnx
+ -- empty: deffnx
+
+ -- fset: I a g
+ -- cmde: truc
+     text in def item for second def item
+
+ -- c--ategory: d--efvr_name
+     d–efvr
+
+ -- c--ategory: n--ame a--rguments...
+     d–effn
+
+ -- c--ategory: n--ame
+     d–effn no arg
+
+ -- c--ategory: t--ype d--eftypefn_name a--rguments...
+     d–eftypefn
+
+ -- c--ategory: t--ype d--eftypefn_name
+     d–eftypefn no arg
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+     d–eftypeop
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name
+     d–eftypeop no arg
+
+ -- c--ategory: t--ype d--eftypevr_name
+     d–eftypevr
+
+ -- c--ategory of c--lass: d--efcv_name
+     d–efcv
+
+ -- c--ategory of c--lass: d--efcv_name a--rguments...
+     d–efcv with arguments
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name
+     d–eftypecv
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+     d–eftypecv with arguments
+
+ -- c--ategory on c--lass: d--efop_name a--rguments...
+     d–efop
+
+ -- c--ategory on c--lass: d--efop_name
+     d–efop no arg
+
+ -- c--ategory: d--eftp_name a--ttributes...
+     d–eftp
+
+ -- Function: d--efun_name a--rguments...
+     d–efun
+
+ -- Macro: d--efmac_name a--rguments...
+     d–efmac
+
+ -- Special Form: d--efspec_name a--rguments...
+     d–efspec
+
+ -- Variable: d--efvar_name
+     d–efvar
+
+ -- Variable: d--efvar_name arg--var arg--var1
+     d–efvar with args
+
+ -- User Option: d--efopt_name
+     d–efopt
+
+ -- Function: t--ype d--eftypefun_name a--rguments...
+     d–eftypefun
+
+ -- Variable: t--ype d--eftypevar_name
+     d–eftypevar
+
+ -- Instance Variable of c--lass: d--efivar_name
+     d–efivar
+
+ -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+     d–eftypeivar
+
+ -- Method on c--lass: d--efmethod_name a--rguments...
+     d–efmethod
+
+ -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+     d–eftypemethod
+
+ -- Function:
+          data-type2
+          name2 arguments2...
+     aaa2
+
+ -- c--ategory2:
+          t--ype2
+          d--eftypefn_name2
+     d–eftypefn no arg2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2 a--rguments2...
+     d–eftypeop2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2
+     d–eftypeop no arg2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+     d–eftypecv2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2 a--rguments2...
+     d–eftypecv with arguments2
+
+ -- fun2: arg2
+     fff2
+
+   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}’ *Note cross r—ef name@: (file n---ame@)c---hapter@.
+‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
+ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
+file name, manual}’ *note cross ref name: (file name)chapter.
+‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter.
+
+   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
+‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+s--ect,ion::
+
+   ‘@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 }’ *note a ,
+in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
+‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
+*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
+‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
+‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
+name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
+name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
+cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
+name,title,,manual}’ *note cross ref name: ()chapter.
+‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
+name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
+(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
+()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+name)chapter::
+
+   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
+‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
+‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
+‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
+‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
+(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
+ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
+name,,,manual}’ *note cross ref name: ()(pman)anode.
+‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
+(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
+*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
+name,title, file name, manual}’ *note cross ref name: (file
+name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
+(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
+()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
+title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+*note (file name)(pman)anode::
+
+   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter. ‘@inforef{chapter}’ *note chapter::
+‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
+‘@inforef{chapter,,file name}’ *note (file name)chapter::
+‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
+name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
+name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
+(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
+arg}’ *note cross ref name: (file name, spurious arg)chapter.
+
+   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘*note chapter::’.
+
+   *note cross ref with uref uref1 (href://http/myhost.com/index.html):
+(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+*note cross ref with uref uref1 (href://http/myhost.com/index.html):
+chapter.
+
+*a–strong*
+     l–ine
+
+a–asis
+b
+     l–ine
+
+_a_
+_b_
+     l–ine
+
+     Title
+‘a--code’
+     Value–table code
+
+     Title
+‘a--samp’
+‘a2--samp’
+     Value–table samp
+
+   c–artouche
+
+                            Tit–le _of box_
+   With title c–artouche
+
+f–lushleft
+more text
+
+                                                            f–lushright
+                                                              more text
+
+                            ce–ntered line
+
+   r–raggedright more text
+
+\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  <>.
+
+@bye
+
+in verbatim ''
+
+majorheading
+************
+
+chapheading
+***********
+
+heading
+=======
+
+subheading
+----------
+
+subsubheading
+.............
+
+‘@acronym{--a,an accronym @comma{} @enddots{}}’ –a (an accronym , ...)
+‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É–. ,A.
+(Étude–, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É–. ,A.
+
+   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+
+   Somehow invalid use of @,:
+@, ̧
+@,@"u ̧ü
+
+   Invalid use of @’:
+@’ ́
+@’@"u ́ü
+
+   ‘@|’
+
+   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+a
+
+   @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
+@U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
+U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
+
+   @TeX, but without brace TeX ‘@#’ #
+
+   ‘@w{--a}’ –a
+
+   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+
+   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+
+   ‘@image{f--ile}’ ggg
+aaa ‘@image{f--ile,,,alt}’ ggg
+aaa ‘@image{f--ile,,,,.e-d-xt}’
+ggg
+aaa ‘@image{f--ile,l--i}’ ggg
+aaa ‘@image{f--ile,,l--e}’ ggg
+aaa
+‘@image{f--ile,aze,az,alt,.e--xt}’ ggg
+aaa ‘@image{f--ile,aze,az,alt,’ ggg
+aaa
+‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+
+   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ ggg
+aaa
+‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+
+ü Ü ñ â é ō ì é Ḕ
+Ḉ Ḉ a̋ ȧ å a͡
+ă ǎ
+ ? .
+
+TeX LaTeX ⋆ å ® °
+
+t
+
+   __ e–mph item
+
+   __ after emph e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     without brace w a–b
+     without brace w c–d
+
+a
+     l–ine
+
+a–missing style formatting
+     l–ine
+
+a
+b
+     l–ine
+
+ -- fun:
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and after
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and and after
+ -- truc: followed by a comment
+     Various deff lines
+ -- truc: after a deff item
+
+ -- fsetinv: INVALID a g
+ -- id i ule:
+ -- aaa:
+ -- :
+ -- truc:
+
+   g–roupe
+
+   ‘@ref{node}’ *note node::
+
+   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
+title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
+*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
+‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
+(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
+ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
+name,,file name}’ *note cross ref name: (file name)node.
+‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
+‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
+name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
+name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
+cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
+title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
+‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
+name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
+‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
+name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
+name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
+ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title, file name, manual}’ *note cross ref name: (file name).
+‘@ref{,,title,file name}’ *note title: (file name).
+‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
+manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+(file name)::
+
+   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
+name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
+cross ref name: (file name). ‘@inforef{}’ *note ::
+
+   Normal text
+
+   < > " & ’ ‘
+
+   “simple-double–three—four—-”
+code: ‘``simple-double--three---four----''’
+asis: “simple-double–three—four—-”
+strong: *“simple-double–three—four—-”*
+kbd: ‘``simple-double--three---four----''’
+
+   ‘‘simple-double--three—four—-’’
+
+   @"u ü (ü) @"{U} Ü (Ü) @~n ñ (ñ) @^a â (â) @’e é (é) @=o ō (ō) @‘i ì
+(ì) @’{e} é (é) @’{@dotless{i}} í (í) @dotless{i} ı (ı) @dotless{j} ȷ
+(ȷ) ‘@H{a}’ a̋ ‘@dotaccent{a}’ ȧ (ȧ) ‘@ringaccent{a}’ å (å)
+‘@tieaccent{a}’ a͡ ‘@u{a}’ ă (ă) ‘@ubaraccent{a}’ a̲ ‘@udotaccent{a}’ ạ
+(ạ) ‘@v{a}’ ǎ (ǎ) @,c ç (ç) ‘@,{c}’ ç (ç) ‘@ogonek{a}’ ą (ą)
+
+   @‘{@=E} Ḕ @l{} ł @,{@’C} Ḉ @,c@"u çü
+
+   ‘@H{--a}’ -a̋ ‘@dotaccent{--a}’ -ȧ ‘@ringaccent{--a}’ -å
+‘@tieaccent{--a}’ -a͡ ‘@u{--a}’ -ă ‘@ubaraccent{--a}’ -a̲
+‘@udotaccent{--a}’ -ạ ‘@v{--a}’ -ǎ ‘@,{--c}’ -ç ‘@ogonek{--a}’ -ą
+
+   @U{0075} u
+
+   @*
+@ followed by a space   @ followed by a tab   @ followed by a new line
+ ‘@-’ ‘@:’ ‘@!’ !  ‘@?’ ?  ‘@.’ .  ‘@&’ & ‘@@’ @ ‘@}’ } ‘@{’ { ‘@/’
+
+   foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
+Now !  !@ but , ,
+
+   @ampchar & (&) @atchar @ (@) @backslashchar \ (\) @hashchar # (#)
+@lbracechar { ({) @rbracechar } (})
+
+   @TeX TeX @LaTeX LaTeX @bullet • (•) @copyright © (©) @dots ... (…)
+@enddots ...  @equiv ≡ (≡) @error error→ @expansion ↦ (↦) @minus − (−)
+@point ⋆ (⋆) @print ⊣ (⊣) @result ⇒ (⇒) @today a sunny day
+
+   @aa å (å) @AA Å (Å) @ae æ (æ) @oe œ (œ) @AE Æ (Æ) @OE Œ (Œ) @o ø (ø)
+@O Ø (Ø) @ss ß (ß) @l ł (ł) @L Ł (Ł) @DH Ð (Ð) @TH Þ (Þ) @dh ð (ð) @th þ
+(þ)
+
+   @exclamdown ¡  (¡) @questiondown ¿  (¿) @pounds £ (£)
+@registeredsymbol ® (®) @ordf ª (ª) @ordm º (º) @comma , (,)
+@quotedblleft “ (“) @quotedblright ” (”) @quoteleft ‘ (‘) @quoteright ’
+(’) @quotedblbase „ („) @quotesinglbase ‚ (‚) @guillemetleft « («)
+@guillemetright » (») @guillemotleft « («) @guillemotright » (»)
+@guilsinglleft ‹ (‹) @guilsinglright › (›)
+
+   @textdegree ° (°) @euro € (€) @arrow → (→) @leq ≤ (≤) @geq ≥ (≥) @tie
+a b
+
+   ‘@acronym{--a,an accronym}’ –a (an accronym) ‘@acronym{--a}’ –a
+‘@abbr{@'E--. @comma{}A., @'Etude Autonome }’ É–. ,A. (Étude Autonome)
+‘@abbr{@'E--. @comma{}A.}’ É–. ,A. ‘@asis{--a}’ –a ‘@b{--a}’ –a
+‘@cite{--a}’ ‘–a’ ‘@code{--a}’ ‘--a’ ‘@command{--a}’ ‘--a’ ‘@dfn{--a}’
+“–a” ‘@dmn{--a}’ –a ‘@email{--a,--b}’ –b <--a> ‘@email{,--b}’ –b
+‘@email{--a}’ <--a> ‘@emph{--a}’ _–a_ ‘@env{--a}’ ‘--a’ ‘@file{--a}’
+‘--a’ ‘@i{--a}’ –a ‘@kbd{--a}’ ‘--a’ ‘@key{--a}’ <--a> ‘@math{--a
+{\frac{1}{2}} @minus{}}’ --a {\frac{1}{2}} − ‘@option{--a}’ ‘--a’
+‘@r{--a}’ –a ‘@samp{--a}’ ‘--a’ ‘@sc{--a}’ –A ‘@strong{--a}’ *–a*
+‘@t{--a}’ --a ‘@sansserif{--a}’ –a ‘@slanted{--a}’ –a ‘@titlefont{--a}’
+–a
+**
+   ‘@indicateurl{--a}’ ‘--a’ ‘@uref{--a,--b}’ –b (--a) ‘@uref{--a}’
+<--a> ‘@uref{,--b}’ –b ‘@uref{--a,--b,--c}’ –c ‘@uref{,--b,--c}’ –c
+‘@uref{--a,,--c}’ –c ‘@uref{,,--c}’ –c ‘@url{--a,--b}’ –b (--a)
+‘@url{--a,}’ <--a> ‘@url{,--b}’ –b ‘@var{--a}’ –A ‘@verb{:--a:}’ --a
+‘@verb{:a < & @ % " -- b:}’ a  < & @ % " --    b ‘@w{a a a a a a a a a a
+a a a a a a a a a a a a a a a a a a a a a a a a a}’
+a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+‘a@sup{h}@sub{l}’ a^{h}_{l} ‘@footnote{in footnote}’ (3) ‘@footnote{in
+footnote2}’ (4)
+
+   ‘@sp 2’
+
+
+   ‘@page’
+
+   ‘need 1002’
+
+   ‘@clicksequence{click @click{} A}’ click → A After clickstyle ⇒
+‘@clicksequence{click @click{} A}’ click ⇒ A
+
+disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+*``simple-double--three---four----''* aa
+``simple-double--three---four----''
+
+
+ı ȷ
+ł ç
+a̲ ạ ą a^{h}_{l}
+
+       ! @ } {
+a sunny day
+
+→
+u
+• © ... ... ≡
+error→ ↦ − ⊣ ⇒
+Å æ œ Æ Œ ø Ø ß ł Ł Ð
+Þ ð þ ¡ ¿ £
+ª º ,
+
+“ ”
+‘ ’ „ ‚ «
+» « » ‹
+› € → ≤ ≥
+
+b i r SC sansserif slanted
+
+   ‘default kbdinputstyle’
+‘vtable i--tem default kbdinputstyle’
+     in example default kbdinputstyle
+     ‘vtable i--tem in example default kbdinputstyle’
+
+   ‘code kbdinputstyle’
+‘vtable i--tem code kbdinputstyle’
+     in example code kbdinputstyle
+     ‘vtable i--tem in example code kbdinputstyle’
+
+   ‘example kbdinputstyle’
+‘vtable i--tem example kbdinputstyle’
+     in example example kbdinputstyle
+     ‘vtable i--tem in example example kbdinputstyle’
+
+   ‘distinct kbdinputstyle’
+‘vtable i--tem distinct kbdinputstyle’
+     in example distinct kbdinputstyle
+     ‘vtable i--tem in example distinct kbdinputstyle’
+
+     A quot—ation
+
+     Note: A Note
+
+     note: A note
+
+     Caution: Caution
+
+     Important: Important
+
+     Tip: a Tip
+
+     Warning: a Warning.
+
+     something é TeX: The something é TeX is here.
+
+     @ at the end of line  : A @ at the end of the @quotation line.
+
+     something, other thing: something, other thing
+
+     Note, the note: Note, the note
+
+     Empty: 
+     : 
+
+     : 
+     aaa quotation
+                         — _quotation author_
+
+     indent in quotation
+
+exdented quotation line and dash — in quotation
+
+     Not exdented followed by exdented
+exdented quotation line
+
+exdented quotation line
+     Followed by not exdented
+
+     quotation1
+in exdented protected eol  
+     following
+in exdented a @*
+and following
+     after exdented
+
+     A small quot—ation
+
+     Note: A small Note
+
+     something, other thing: something, other thing
+
+   • i–temize
+
+   + i–tem +
+
+   • b–ullet
+
+   − minu–s
+
+   _after emph_ e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     with w a–b
+     with w c–d
+
+    on a line line w a–b
+    on a line line with w c–d
+
+  1. e–numerate
+
+  3. first third
+  4. second third
+
+  a. e–numerate
+
+  c. first c
+  d. second c
+
+mu–ltitable headitem          another tab
+--------------------------------------------------------------------------
+mu–ltitable item              multitable tab
+mu–ltitable item 2            multitable tab 2
+lone mu–ltitable item
+
+truc   bidule
+
+     e--xample  some
+        text
+
+     example one arg
+
+     example two args
+
+     example three args
+
+     example four args
+
+     example five args
+
+     The something é TeX is here.
+
+     A @ at the end of the @example line.
+
+     example with empty args
+
+     example with empty and non empty args mix
+
+     Exam---ple
+
+Other li---ne
+     not exdented
+
+exdented  and dash --- in example
+     Not exdented one
+exdented two
+     Not exdented two
+
+     Example   Hoho.
+          Nested Other line
+     exdented nested other line
+
+     s--mallexample
+
+   ‘@noindent’ after smallexample.
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+     $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+Less recent versions are also present.
+
+     d–isplay
+
+     s–malldisplay
+
+     l--isp
+
+     s--malllisp
+
+f–ormat
+
+s–mallformat
+
+ -- c--ategory: d--effn_name a--rguments...
+     d–effn
+
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def–fn
+
+ -- fset: I a g
+ -- cmde: truc
+ -- Command: log trap
+ -- Command: log trap1
+ -- Command: log trap2
+ -- cmde: id ule truc
+ -- cmde2: id i ule truc
+ -- :
+ -- : machin
+ -- : bidule machin
+ -- truc: machin
+ -- truc:
+ -- truc: followed by a comment
+ -- :
+ -- truc: a b c d e f g h i
+ -- truc: deffnx before end deffn
+
+ -- empty: deffn
+
+ -- empty: deffn with deffnx
+ -- empty: deffnx
+
+ -- fset: I a g
+ -- cmde: truc
+     text in def item for second def item
+
+ -- c--ategory: d--efvr_name
+     d–efvr
+
+ -- c--ategory: n--ame a--rguments...
+     d–effn
+
+ -- c--ategory: n--ame
+     d–effn no arg
+
+ -- c--ategory: t--ype d--eftypefn_name a--rguments...
+     d–eftypefn
+
+ -- c--ategory: t--ype d--eftypefn_name
+     d–eftypefn no arg
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+     d–eftypeop
+
+ -- c--ategory on c--lass: t--ype d--eftypeop_name
+     d–eftypeop no arg
+
+ -- c--ategory: t--ype d--eftypevr_name
+     d–eftypevr
+
+ -- c--ategory of c--lass: d--efcv_name
+     d–efcv
+
+ -- c--ategory of c--lass: d--efcv_name a--rguments...
+     d–efcv with arguments
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name
+     d–eftypecv
+
+ -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+     d–eftypecv with arguments
+
+ -- c--ategory on c--lass: d--efop_name a--rguments...
+     d–efop
+
+ -- c--ategory on c--lass: d--efop_name
+     d–efop no arg
+
+ -- c--ategory: d--eftp_name a--ttributes...
+     d–eftp
+
+ -- Function: d--efun_name a--rguments...
+     d–efun
+
+ -- Macro: d--efmac_name a--rguments...
+     d–efmac
+
+ -- Special Form: d--efspec_name a--rguments...
+     d–efspec
+
+ -- Variable: d--efvar_name
+     d–efvar
+
+ -- Variable: d--efvar_name arg--var arg--var1
+     d–efvar with args
+
+ -- User Option: d--efopt_name
+     d–efopt
+
+ -- Function: t--ype d--eftypefun_name a--rguments...
+     d–eftypefun
+
+ -- Variable: t--ype d--eftypevar_name
+     d–eftypevar
+
+ -- Instance Variable of c--lass: d--efivar_name
+     d–efivar
+
+ -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+     d–eftypeivar
+
+ -- Method on c--lass: d--efmethod_name a--rguments...
+     d–efmethod
+
+ -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+     d–eftypemethod
+
+ -- Function:
+          data-type2
+          name2 arguments2...
+     aaa2
+
+ -- c--ategory2:
+          t--ype2
+          d--eftypefn_name2
+     d–eftypefn no arg2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2 a--rguments2...
+     d–eftypeop2
+
+ -- c--ategory2 on c--lass2:
+          t--ype2
+          d--eftypeop_name2
+     d–eftypeop no arg2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+     d–eftypecv2
+
+ -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2 a--rguments2...
+     d–eftypecv with arguments2
+
+ -- fun2: arg2
+     fff2
+
+   ‘@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@,
+ma---nual@@}’ *Note cross r—ef name@: (file n---ame@)c---hapter@.
+‘@ref{chapter, cross ref name, title, file name, manual}’ *note cross
+ref name: (file name)chapter. ‘@pxref{chapter, cross ref name, title,
+file name, manual}’ *note cross ref name: (file name)chapter.
+‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter.
+
+   ‘@ref{chapter}’ *note chapter:: ‘@xref{chapter}’ *Note chapter::.
+‘@pxref{chapter}’ *note chapter:: ‘@ref{s--ect@comma{}ion}’ *note
+s--ect,ion::
+
+   ‘@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 }’ *note a ,
+in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘@ref{chapter,cross ref name}’ *note cross ref name: chapter.
+‘@ref{chapter,,title}’ *note title: chapter. ‘@ref{chapter,,,file name}’
+*note (file name)chapter:: ‘@ref{chapter,,,,manual}’ *note ()chapter::
+‘@ref{chapter,cross ref name,title,}’ *note cross ref name: chapter.
+‘@ref{chapter,cross ref name,,file name}’ *note cross ref name: (file
+name)chapter. ‘@ref{chapter,cross ref name,,,manual}’ *note cross ref
+name: ()chapter. ‘@ref{chapter,cross ref name,title,file name}’ *note
+cross ref name: (file name)chapter. ‘@ref{chapter,cross ref
+name,title,,manual}’ *note cross ref name: ()chapter.
+‘@ref{chapter,cross ref name,title, file name, manual}’ *note cross ref
+name: (file name)chapter. ‘@ref{chapter,,title,file name}’ *note title:
+(file name)chapter. ‘@ref{chapter,,title,,manual}’ *note title:
+()chapter. ‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{chapter,,,file name,manual}’ *note (file
+name)chapter::
+
+   ‘@ref{(pman)anode,cross ref name}’ *note cross ref name: (pman)anode.
+‘@ref{(pman)anode,,title}’ *note title: (pman)anode.
+‘@ref{(pman)anode,,,file name}’ *note (file name)(pman)anode::
+‘@ref{(pman)anode,,,,manual}’ *note ()(pman)anode::
+‘@ref{(pman)anode,cross ref name,title,}’ *note cross ref name:
+(pman)anode. ‘@ref{(pman)anode,cross ref name,,file name}’ *note cross
+ref name: (file name)(pman)anode. ‘@ref{(pman)anode,cross ref
+name,,,manual}’ *note cross ref name: ()(pman)anode.
+‘@ref{(pman)anode,cross ref name,title,file name}’ *note cross ref name:
+(file name)(pman)anode. ‘@ref{(pman)anode,cross ref name,title,,manual}’
+*note cross ref name: ()(pman)anode. ‘@ref{(pman)anode,cross ref
+name,title, file name, manual}’ *note cross ref name: (file
+name)(pman)anode. ‘@ref{(pman)anode,,title,file name}’ *note title:
+(file name)(pman)anode. ‘@ref{(pman)anode,,title,,manual}’ *note title:
+()(pman)anode. ‘@ref{(pman)anode,,title, file name, manual}’ *note
+title: (file name)(pman)anode. ‘@ref{(pman)anode,,,file name,manual}’
+*note (file name)(pman)anode::
+
+   ‘@inforef{chapter, cross ref name, file name}’ *note cross ref name:
+(file name)chapter. ‘@inforef{chapter}’ *note chapter::
+‘@inforef{chapter, cross ref name}’ *note cross ref name: chapter.
+‘@inforef{chapter,,file name}’ *note (file name)chapter::
+‘@inforef{node, cross ref name, file name}’ *note cross ref name: (file
+name)node. ‘@inforef{node}’ *note node:: ‘@inforef{node, cross ref
+name}’ *note cross ref name: node. ‘@inforef{node,,file name}’ *note
+(file name)node:: ‘@inforef{chapter, cross ref name, file name, spurious
+arg}’ *note cross ref name: (file name, spurious arg)chapter.
+
+   ‘@inforef{s--ect@comma{}ion, a @comma{} in cross ref, a comma@comma{}
+in file}’ *note a , in cross ref: (a comma, in file)s--ect,ion.
+
+   ‘*note chapter::’.
+
+   *note cross ref with uref uref1 (href://http/myhost.com/index.html):
+(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+*note cross ref with uref uref1 (href://http/myhost.com/index.html):
+chapter.
+
+*a–strong*
+     l–ine
+
+a–asis
+b
+     l–ine
+
+_a_
+_b_
+     l–ine
+
+     Title
+‘a--code’
+     Value–table code
+
+     Title
+‘a--samp’
+‘a2--samp’
+     Value–table samp
+
+   c–artouche
+
+                            Tit–le _of box_
+   With title c–artouche
+
+f–lushleft
+more text
+
+                                                            f–lushright
+                                                              more text
+
+                            ce–ntered line
+
+   r–raggedright more text
+
+\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  <>.
+
+@bye
+
+in verbatim ''
+
+majorheading
+************
+
+chapheading
+***********
+
+heading
+=======
+
+subheading
+----------
+
+subsubheading
+.............
+
+‘@acronym{--a,an accronym @comma{} @enddots{}}’ –a (an accronym , ...)
+‘@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }’ É–. ,A.
+(Étude–, Autonome) ‘@abbr{@'E--. @comma{}A.}’ É–. ,A.
+
+   ‘@math{--a@minus{} {\frac{1}{2}}}’ --a− {\frac{1}{2}}
+
+   Somehow invalid use of @,:
+@, ̧
+@,@"u ̧ü
+
+   Invalid use of @’:
+@’ ́
+@’@"u ́ü
+
+   ‘@|’
+
+   @dotless{truc} truc @dotless{ij} ij ‘@dotless{--a}’ -a ‘@dotless{a}’
+a
+
+   @U, without braces @U{}, with empty arg @U{z}, with non-hex arg U+z
+@U{abc}, with <4 hex digits ઼ @U{FFFFFFFFFFFFFF}, value much too large
+U+FFFFFFFFFFFFFF @U{110000}, value just beyond Unicode U+110000
+
+   @TeX, but without brace TeX ‘@#’ #
+
+   ‘@w{--a}’ –a
+
+   ‘@image{,1--xt}’  ‘@image{,,2--xt}’  ‘@image{,,,3--xt}’ 
+
+   ‘@image{f-ile,aze,,a--lt}’ [a-lt] ‘@image{f-ile,,,alt@verb{:jk _" %}}’ 
[altjk _" %@]
+
+   ‘@image{f--ile}’ ggg
+aaa ‘@image{f--ile,,,alt}’ ggg
+aaa ‘@image{f--ile,,,,.e-d-xt}’
+ggg
+aaa ‘@image{f--ile,l--i}’ ggg
+aaa ‘@image{f--ile,,l--e}’ ggg
+aaa
+‘@image{f--ile,aze,az,alt,.e--xt}’ ggg
+aaa ‘@image{f--ile,aze,az,alt,’ ggg
+aaa
+‘@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}’ [alt]
+
+   ‘@image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt}’ ggg
+aaa
+‘@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}}’ [altjk _" %@]
+
+ü Ü ñ â é ō ì é Ḕ
+Ḉ Ḉ a̋ ȧ å a͡
+ă ǎ
+ ? .
+
+TeX LaTeX ⋆ å ® °
+
+t
+
+   __ e–mph item
+
+   __ after emph e–mph item
+
+   • a–n itemize line i–tem 1
+   • a–n itemize line i–tem 2
+
+     without brace w a–b
+     without brace w c–d
+
+a
+     l–ine
+
+a–missing style formatting
+     l–ine
+
+a
+b
+     l–ine
+
+ -- fun:
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and after
+ -- truc: machin bidule chose and
+ -- truc: machin bidule chose and and after
+ -- truc: followed by a comment
+     Various deff lines
+ -- truc: after a deff item
+
+ -- fsetinv: INVALID a g
+ -- id i ule:
+ -- aaa:
+ -- :
+ -- truc:
+
+   g–roupe
+
+   ‘@ref{node}’ *note node::
+
+   ‘@ref{,cross ref name}’ *note cross ref name: . ‘@ref{,,title}’ *note
+title: . ‘@ref{,,,file name}’ *note (file name):: ‘@ref{,,,,manual}’
+*note ():: ‘@ref{node,cross ref name}’ *note cross ref name: node.
+‘@ref{node,,title}’ *note title: node. ‘@ref{node,,,file name}’ *note
+(file name)node:: ‘@ref{node,,,,manual}’ *note ()node:: ‘@ref{node,cross
+ref name,title,}’ *note cross ref name: node. ‘@ref{node,cross ref
+name,,file name}’ *note cross ref name: (file name)node.
+‘@ref{node,cross ref name,,,manual}’ *note cross ref name: ()node.
+‘@ref{node,cross ref name,title,file name}’ *note cross ref name: (file
+name)node. ‘@ref{node,cross ref name,title,,manual}’ *note cross ref
+name: ()node. ‘@ref{node,cross ref name,title, file name, manual}’ *note
+cross ref name: (file name)node. ‘@ref{node,,title,file name}’ *note
+title: (file name)node. ‘@ref{node,,title,,manual}’ *note title: ()node.
+‘@ref{chapter,,title, file name, manual}’ *note title: (file
+name)chapter. ‘@ref{node,,title, file name, manual}’ *note title: (file
+name)node. ‘@ref{node,,,file name,manual}’ *note (file name)node::
+‘@ref{,cross ref name,title,}’ *note cross ref name: . ‘@ref{,cross ref
+name,,file name}’ *note cross ref name: (file name). ‘@ref{,cross ref
+name,,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title,file name}’ *note cross ref name: (file name). ‘@ref{,cross
+ref name,title,,manual}’ *note cross ref name: (). ‘@ref{,cross ref
+name,title, file name, manual}’ *note cross ref name: (file name).
+‘@ref{,,title,file name}’ *note title: (file name).
+‘@ref{,,title,,manual}’ *note title: (). ‘@ref{,,title, file name,
+manual}’ *note title: (file name). ‘@ref{,,,file name,manual}’ *note
+(file name)::
+
+   ‘@inforef{,cross ref name }’ *note cross ref name: . ‘@inforef{,,file
+name}’ *note (file name):: ‘@inforef{,cross ref name, file name}’ *note
+cross ref name: (file name). ‘@inforef{}’ *note ::
+
+   In example.
+
+     <
+     >
+     "
+     &
+     '
+     `
+
+     ``simple-double--three---four----''
+
+     code: ``simple-double--three---four----''
+
+     asis: ``simple-double--three---four----''
+
+     strong: *``simple-double--three---four----''*
+
+     kbd: ``simple-double--three---four----''
+
+
+     ``simple-double--three---four----''
+
+
+
+     @"u ü (ü)
+     @"{U} Ü (Ü)
+     @~n ñ (ñ)
+     @^a â (â)
+     @'e é (é)
+     @=o ō (ō)
+     @`i ì (ì)
+     @'{e} é (é)
+     @'{@dotless{i}} í (í)
+     @dotless{i} ı (ı)
+     @dotless{j} ȷ (ȷ)
+     @H{a} a̋
+     @dotaccent{a} ȧ (ȧ)
+     @ringaccent{a} å (å)
+     @tieaccent{a} a͡
+     @u{a} ă (ă)
+     @ubaraccent{a} a̲
+     @udotaccent{a} ạ (ạ)
+     @v{a} ǎ (ǎ)
+     @,c ç (ç)
+     @,{c} ç (ç)
+     @ogonek{a} ą (ą)
+
+     @`{@=E} Ḕ
+     @l{} ł
+     @,{@'C} Ḉ
+     @,c@"u çü
+
+
+     @H{--a} -a̋
+     @dotaccent{--a} -ȧ
+     @ringaccent{--a} -å
+     @tieaccent{--a} -a͡
+     @u{--a} -ă
+     @ubaraccent{--a} -a̲
+     @udotaccent{--a} -ạ
+     @v{--a} -ǎ
+     @,{--c} -ç
+     @ogonek{--a} -ą
+
+     @U{0075} u
+
+     @*
+
+     @ followed by a space
+      
+     @ followed by a tab
+      
+     @ followed by a new line
+      @-
+     @:
+     @! !
+     @? ?
+     @. .
+     @& &
+     @@ @
+     @} }
+     @{ {
+     @/
+
+     foo vs. bar.
+     colon :And something else.
+     semi colon ;.
+     And ? ?.
+     Now ! !@
+     but , ,
+
+     @ampchar & (&)
+     @atchar @ (@)
+     @backslashchar \ (\)
+     @hashchar # (#)
+     @lbracechar { ({)
+     @rbracechar } (})
+
+     @TeX TeX
+     @LaTeX LaTeX
+     @bullet • (•)
+     @copyright © (©)
+     @dots ... (…)
+     @enddots ...
+     @equiv ≡ (≡)
+     @error error→
+     @expansion ↦ (↦)
+     @minus − (−)
+     @point ⋆ (⋆)
+     @print ⊣ (⊣)
+     @result ⇒ (⇒)
+     @today a sunny day
+
+     @aa å (å)
+     @AA Å (Å)
+     @ae æ (æ)
+     @oe œ (œ)
+     @AE Æ (Æ)
+     @OE Œ (Œ)
+     @o ø (ø)
+     @O Ø (Ø)
+     @ss ß (ß)
+     @l ł (ł)
+     @L Ł (Ł)
+     @DH Ð (Ð)
+     @TH Þ (Þ)
+     @dh ð (ð)
+     @th þ (þ)
+
+     @exclamdown ¡ (¡)
+     @questiondown ¿ (¿)
+     @pounds £ (£)
+     @registeredsymbol ® (®)
+     @ordf ª (ª)
+     @ordm º (º)
+     @comma , (,)
+     @quotedblleft “ (“)
+     @quotedblright ” (”)
+     @quoteleft ‘ (‘)
+     @quoteright ’ (’)
+     @quotedblbase „ („)
+     @quotesinglbase ‚ (‚)
+     @guillemetleft « («)
+     @guillemetright » (»)
+     @guillemotleft « («)
+     @guillemotright » (»)
+     @guilsinglleft ‹ (‹)
+     @guilsinglright › (›)
+
+     @textdegree ° (°)
+     @euro € (€)
+     @arrow → (→)
+     @leq ≤ (≤)
+     @geq ≥ (≥)
+     @tie a b
+
+     @acronym{--a,an accronym} --a (an accronym)
+     @acronym{--a} --a
+     @abbr{@'E--. @comma{}A., @'Etude Autonome } É--. ,A. (Étude Autonome)
+     @abbr{@'E--. @comma{}A.} É--. ,A.
+     @asis{--a} --a
+     @b{--a} --a
+     @cite{--a} ‘--a’
+     @code{--a} --a
+     @command{--a} --a
+     @dfn{--a} “--a”
+     @dmn{--a} --a
+     @email{--a,--b} --b <--a>
+     @email{,--b} --b
+     @email{--a} <--a>
+     @emph{--a} _--a_
+     @env{--a} --a
+     @file{--a} --a
+     @i{--a} --a
+     @kbd{--a} --a
+     @key{--a} <--a>
+     @math{--a {\frac{1}{2}} @minus{}} --a {\frac{1}{2}} −
+     @option{--a} --a
+     @r{--a} –a
+     @samp{--a} ‘--a’
+     @sc{--a} --A
+     @strong{--a} *--a*
+     @t{--a} --a
+     @sansserif{--a} --a
+     @slanted{--a} --a
+     @titlefont{--a}
+     –a
+     **
+     @indicateurl{--a} ‘--a’
+     @uref{--a,--b} --b (--a)
+     @uref{--a} <--a>
+     @uref{,--b} --b
+     @uref{--a,--b,--c} --c
+     @uref{,--b,--c} --c
+     @uref{--a,,--c} --c
+     @uref{,,--c} --c
+     @url{--a,--b} --b (--a)
+     @url{--a,} <--a>
+     @url{,--b} --b
+     @var{--a} --A
+     @verb{:--a:} --a
+     @verb{:a  < & @ % " --    b:} a  < & @ % " --    b
+     @w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a} 
a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+     a@sup{h}@sub{l} a^{h}_{l}
+     @footnote{in footnote} (5)
+     @footnote{in footnote2} (6)
+
+     @sp 2
+
+
+
+     @page
+
+
+     need 1002
+
+     @clicksequence{click @click{} A} click → A
+     After clickstyle ⇒
+     @clicksequence{click @click{} A} click ⇒ A
+
+
+     disp--laymath
+     f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
+
+     *``simple-double--three---four----''* aa
+     ``simple-double--three---four----''
+
+
+     ı ȷ
+     ł ç
+     a̲ ạ ą a^{h}_{l}
+
+            ! @ } {
+     a sunny day
+
+     →
+     u
+     • © ... ... ≡
+     error→ ↦ − ⊣ ⇒
+     Å æ œ Æ Œ ø Ø ß ł Ł Ð
+     Þ ð þ ¡ ¿ £
+     ª º ,
+
+     “ ”
+     ‘ ’ „ ‚ «
+     » « » ‹
+     › € → ≤ ≥
+
+     b i r SC sansserif slanted
+
+     default kbdinputstyle
+     ‘vtable i--tem default kbdinputstyle’
+          in example default kbdinputstyle
+          ‘vtable i--tem in example default kbdinputstyle’
+
+     code kbdinputstyle
+     ‘vtable i--tem code kbdinputstyle’
+          in example code kbdinputstyle
+          ‘vtable i--tem in example code kbdinputstyle’
+
+     example kbdinputstyle
+     ‘vtable i--tem example kbdinputstyle’
+          in example example kbdinputstyle
+          ‘vtable i--tem in example example kbdinputstyle’
+
+     distinct kbdinputstyle
+     ‘vtable i--tem distinct kbdinputstyle’
+          in example distinct kbdinputstyle
+          ‘vtable i--tem in example distinct kbdinputstyle’
+
+          A quot---ation
+
+          Note: A Note
+
+          note: A note
+
+          Caution: Caution
+
+          Important: Important
+
+          Tip: a Tip
+
+          Warning: a Warning.
+
+          something é TeX: The something é TeX is here.
+
+          @ at the end of line  : A @ at the end of the @quotation line.
+
+          something, other thing: something, other thing
+
+          Note, the note: Note, the note
+
+
+          Empty: 
+          : 
+
+          : 
+          aaa quotation
+                         — _quotation author_
+
+          indent in quotation
+
+     exdented quotation line   and dash --- in quotation
+
+          Not exdented followed by exdented
+     exdented quotation line
+
+     exdented quotation line
+          Followed by not exdented
+
+          quotation1
+     in exdented protected eol  
+          following
+     in exdented a @*
+      and following
+          after exdented
+
+          A small quot---ation
+
+          Note: A small Note
+
+          something, other thing: something, other thing
+
+        • i--temize
+
+        + i--tem +
+
+        • b--ullet
+
+        − minu--s
+
+        _after emph_ e--mph item
+
+        • a–n itemize line i--tem 1
+        • a–n itemize line i--tem 2
+
+          with w a--b
+          with w c--d
+
+         on a line line w a--b
+         on a line line with w c--d
+
+       1. e--numerate
+
+       3. first third
+       4. second third
+
+       a. e--numerate
+
+       c. first c
+       d. second c
+
+     mu--ltitable headitem         another tab
+     --------------------------------------------------------------------------
+     mu--ltitable item             multitable tab
+     mu--ltitable item 2           multitable tab 2
+     lone mu--ltitable item
+
+     truc   bidule
+
+          e--xample  some
+             text
+
+          example one arg
+
+          example two args
+
+          example three args
+
+          example four args
+
+          example five args
+
+          The something é TeX is here.
+
+          A @ at the end of the @example line.
+
+          example with empty args
+
+          example with empty and non empty args mix
+
+          Exam---ple
+
+     Other li---ne
+          not exdented
+
+     exdented  and dash --- in example
+          Not exdented one
+     exdented two
+          Not exdented two
+
+          Example   Hoho.
+               Nested Other line
+          exdented nested other line
+
+          s--mallexample
+
+     @noindent after smallexample.
+          $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+          $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+     Less recent versions are also present.
+
+          d--isplay
+
+          s--malldisplay
+
+          l--isp
+
+          s--malllisp
+
+     f--ormat
+
+     s--mallformat
+
+      -- c--ategory: d--effn_name a--rguments...
+          d--effn
+
+      -- cate--gory: de--ffn_name ar--guments more args
+               even more so
+          def--fn
+
+      -- fset: I a g
+      -- cmde: truc
+      -- Command: log trap
+      -- Command: log trap1
+      -- Command: log trap2
+      -- cmde: id ule truc
+      -- cmde2: id i ule truc
+      -- :
+      -- : machin
+      -- : bidule machin
+      -- truc: machin
+      -- truc:
+      -- truc: followed by a comment
+      -- :
+      -- truc: a b c d e f g h i
+      -- truc: deffnx before end deffn
+
+
+      -- empty: deffn
+
+      -- empty: deffn with deffnx
+      -- empty: deffnx
+
+      -- fset: I a g
+      -- cmde: truc
+          text in def item for second def item
+
+
+      -- c--ategory: d--efvr_name
+          d--efvr
+
+      -- c--ategory: n--ame a--rguments...
+          d--effn
+
+      -- c--ategory: n--ame
+          d--effn no arg
+
+      -- c--ategory: t--ype d--eftypefn_name a--rguments...
+          d--eftypefn
+
+      -- c--ategory: t--ype d--eftypefn_name
+          d--eftypefn no arg
+
+      -- c--ategory on c--lass: t--ype d--eftypeop_name a--rguments...
+          d--eftypeop
+
+      -- c--ategory on c--lass: t--ype d--eftypeop_name
+          d--eftypeop no arg
+
+      -- c--ategory: t--ype d--eftypevr_name
+          d--eftypevr
+
+      -- c--ategory of c--lass: d--efcv_name
+          d--efcv
+
+      -- c--ategory of c--lass: d--efcv_name a--rguments...
+          d--efcv with arguments
+
+      -- c--ategory of c--lass: t--ype d--eftypecv_name
+          d--eftypecv
+
+      -- c--ategory of c--lass: t--ype d--eftypecv_name a--rguments...
+          d--eftypecv with arguments
+
+      -- c--ategory on c--lass: d--efop_name a--rguments...
+          d--efop
+
+      -- c--ategory on c--lass: d--efop_name
+          d--efop no arg
+
+      -- c--ategory: d--eftp_name a--ttributes...
+          d--eftp
+
+      -- Function: d--efun_name a--rguments...
+          d--efun
+
+      -- Macro: d--efmac_name a--rguments...
+          d--efmac
+
+      -- Special Form: d--efspec_name a--rguments...
+          d--efspec
+
+      -- Variable: d--efvar_name
+          d--efvar
+
+      -- Variable: d--efvar_name arg--var arg--var1
+          d--efvar with args
+
+      -- User Option: d--efopt_name
+          d--efopt
+
+      -- Function: t--ype d--eftypefun_name a--rguments...
+          d--eftypefun
+
+      -- Variable: t--ype d--eftypevar_name
+          d--eftypevar
+
+      -- Instance Variable of c--lass: d--efivar_name
+          d--efivar
+
+      -- Instance Variable of c--lass: t--ype d--eftypeivar_name
+          d--eftypeivar
+
+      -- Method on c--lass: d--efmethod_name a--rguments...
+          d--efmethod
+
+      -- Method on c--lass: t--ype d--eftypemethod_name a--rguments...
+          d--eftypemethod
+
+
+      -- Function:
+               data-type2
+               name2 arguments2...
+          aaa2
+
+      -- c--ategory2:
+               t--ype2
+               d--eftypefn_name2
+          d--eftypefn no arg2
+
+      -- c--ategory2 on c--lass2:
+               t--ype2
+               d--eftypeop_name2 a--rguments2...
+          d--eftypeop2
+
+      -- c--ategory2 on c--lass2:
+               t--ype2
+               d--eftypeop_name2
+          d--eftypeop no arg2
+
+      -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+          d--eftypecv2
+
+      -- c--ategory2 of c--lass2: t--ype2 d--eftypecv_name2
+               a--rguments2...
+          d--eftypecv with arguments2
+
+      -- fun2: arg2
+          fff2
+
+
+     @xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@} *Note cross r---ef name@: (file n---ame@)c---hapter@.
+     @ref{chapter, cross ref name, title, file name, manual} *note cross ref 
name: (file name)chapter.
+     @pxref{chapter, cross ref name, title, file name, manual} *note cross ref 
name: (file name)chapter.
+     @inforef{chapter, cross ref name, file name} *note cross ref name: (file 
name)chapter.
+
+     @ref{chapter} *note chapter::
+     @xref{chapter} *Note chapter::.
+     @pxref{chapter} *note chapter::
+     @ref{s--ect@comma{}ion} *note s--ect,ion::
+
+     @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 }
+     *note a , in cross
+     ref: (a comma, in file)s--ect,ion.
+
+     @ref{chapter,cross ref name} *note cross ref name: chapter.
+     @ref{chapter,,title} *note title: chapter.
+     @ref{chapter,,,file name} *note (file name)chapter::
+     @ref{chapter,,,,manual} *note ()chapter::
+     @ref{chapter,cross ref name,title,} *note cross ref name: chapter.
+     @ref{chapter,cross ref name,,file name} *note cross ref name: (file 
name)chapter.
+     @ref{chapter,cross ref name,,,manual} *note cross ref name: ()chapter.
+     @ref{chapter,cross ref name,title,file name} *note cross ref name: (file 
name)chapter.
+     @ref{chapter,cross ref name,title,,manual} *note cross ref name: 
()chapter.
+     @ref{chapter,cross ref name,title, file name, manual} *note cross ref 
name: (file name)chapter.
+     @ref{chapter,,title,file name} *note title: (file name)chapter.
+     @ref{chapter,,title,,manual} *note title: ()chapter.
+     @ref{chapter,,title, file name, manual} *note title: (file name)chapter.
+     @ref{chapter,,,file name,manual} *note (file name)chapter::
+
+
+     @ref{(pman)anode,cross ref name} *note cross ref name: (pman)anode.
+     @ref{(pman)anode,,title} *note title: (pman)anode.
+     @ref{(pman)anode,,,file name} *note (file name)(pman)anode::
+     @ref{(pman)anode,,,,manual} *note ()(pman)anode::
+     @ref{(pman)anode,cross ref name,title,} *note cross ref name: (pman)anode.
+     @ref{(pman)anode,cross ref name,,file name} *note cross ref name: (file 
name)(pman)anode.
+     @ref{(pman)anode,cross ref name,,,manual} *note cross ref name: 
()(pman)anode.
+     @ref{(pman)anode,cross ref name,title,file name} *note cross ref name: 
(file name)(pman)anode.
+     @ref{(pman)anode,cross ref name,title,,manual} *note cross ref name: 
()(pman)anode.
+     @ref{(pman)anode,cross ref name,title, file name, manual} *note cross ref 
name: (file name)(pman)anode.
+     @ref{(pman)anode,,title,file name} *note title: (file name)(pman)anode.
+     @ref{(pman)anode,,title,,manual} *note title: ()(pman)anode.
+     @ref{(pman)anode,,title, file name, manual} *note title: (file 
name)(pman)anode.
+     @ref{(pman)anode,,,file name,manual} *note (file name)(pman)anode::
+
+
+     @inforef{chapter, cross ref name, file name} *note cross ref name: (file 
name)chapter.
+     @inforef{chapter} *note chapter::
+     @inforef{chapter, cross ref name} *note cross ref name: chapter.
+     @inforef{chapter,,file name} *note (file name)chapter::
+     @inforef{node, cross ref name, file name} *note cross ref name: (file 
name)node.
+     @inforef{node} *note node::
+     @inforef{node, cross ref name} *note cross ref name: node.
+     @inforef{node,,file name} *note (file name)node::
+     @inforef{chapter, cross ref name, file name, spurious arg} *note cross 
ref name: (file name, spurious arg)chapter.
+
+     @inforef{s--ect@comma{}ion, a @comma{} in cross
+     ref, a comma@comma{} in file}
+     *note a , in cross
+     ref: (a comma, in file)s--ect,ion.
+
+     ‘*note chapter::’.
+
+     *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
(info file with uref3 uref3 (href://http/myhost.com/index3.html))ext.
+     *note cross ref with uref uref1 (href://http/myhost.com/index.html): 
chapter.
+
+     *a–strong*
+          l--ine
+
+     a–asis
+     b
+          l--ine
+
+     _a_
+     _b_
+          l--ine
+
+          Title
+     ‘a--code’
+          Value--table code
+
+          Title
+     ‘a--samp’
+     ‘a2--samp’
+          Value--table samp
+
+     c--artouche
+
+                            Tit–le _of box_
+          With title c--artouche
+
+     f--lushleft
+     more text
+
+                                                           f--lushright
+                                                              more text
+
+                            ce–ntered line
+
+     r--raggedright
+     more text
+
+     \input texinfo @c -*-texinfo-*-
+     
+     @c this file is used in tests in @verbatiminclude but not converted
+     
+     @setfilename simplest.info
+     
+     @node Top
+     
+     This is a very simple texi manual @  <>.
+     
+     @bye
+
+     in verbatim ''
+
+
+
+
+
+
+     majorheading
+     ************
+
+
+     chapheading
+     ***********
+
+
+     heading
+     =======
+
+
+     subheading
+     ----------
+
+
+     subsubheading
+     .............
+
+
+
+     @acronym{--a,an accronym @comma{} @enddots{}} --a (an accronym , ...)
+     @abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} } É--. ,A. 
(Étude--, Autonome)
+     @abbr{@'E--. @comma{}A.} É--. ,A.
+
+     @math{--a@minus{} {\frac{1}{2}}} --a− {\frac{1}{2}}
+
+
+
+
+     Somehow invalid use of @,:
+
+     @, ̧
+
+     @,@"u ̧ü
+
+     Invalid use of @':
+
+     @' ́
+
+     @'@"u ́ü
+
+     @|
+
+     @dotless{truc} truc
+     @dotless{ij} ij
+     @dotless{--a} -a
+     @dotless{a} a
+
+     @U, without braces @U{}, with empty arg
+     @U{z}, with non-hex arg U+z
+     @U{abc}, with <4 hex digits ઼
+     @U{FFFFFFFFFFFFFF}, value much too large U+FFFFFFFFFFFFFF
+     @U{110000}, value just beyond Unicode U+110000
+
+     @TeX, but without brace TeX
+     @# #
+
+     @w{--a} --a
+
+     @image{,1--xt} 
+     @image{,,2--xt} 
+     @image{,,,3--xt} 
+
+     @image{f-ile,aze,,a--lt} [a-lt]
+     @image{f-ile,,,alt@verb{:jk _" %}} [altjk _" %@]
+
+     @image{f--ile} ggg
+aaa
+     @image{f--ile,,,alt} ggg
+aaa
+     @image{f--ile,,,,.e-d-xt} ggg
+aaa
+     @image{f--ile,l--i} ggg
+aaa
+     @image{f--ile,,l--e} ggg
+aaa
+     @image{f--ile,aze,az,alt,.e--xt} ggg
+aaa
+     @image{f--ile,aze,az,alt, ggg
+aaa
+     @image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@} [alt]
+
+     @image{f--ile,aze,az,@verb{:jk _" %@:} @b{in b "},e--xt} ggg
+aaa
+     @image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}} [altjk _" %@]
+
+
+
+     ü Ü ñ â é ō ì é Ḕ
+     Ḉ Ḉ a̋ ȧ å a͡
+     ă ǎ
+      ? .
+
+     TeX LaTeX ⋆ å ® °
+
+     t
+
+        __ e--mph item
+
+        __ after emph e--mph item
+
+        • a–n itemize line i--tem 1
+        • a–n itemize line i--tem 2
+
+          without brace w a--b
+          without brace w c--d
+
+     a
+          l--ine
+
+     a–missing style formatting
+          l--ine
+
+     a
+     b
+          l--ine
+
+      -- fun:
+      -- truc: machin bidule chose and
+      -- truc: machin bidule chose and after
+      -- truc: machin bidule chose and
+      -- truc: machin bidule chose and and after
+      -- truc: followed by a comment
+          Various deff lines
+      -- truc: after a deff item
+
+      -- fsetinv: INVALID a g
+      -- id i ule:
+      -- aaa:
+      -- :
+      -- truc:
+
+     g--roupe
+
+     @ref{node} *note node::
+
+     @ref{,cross ref name} *note cross ref name: .
+     @ref{,,title} *note title: .
+     @ref{,,,file name} *note (file name)::
+     @ref{,,,,manual} *note ()::
+     @ref{node,cross ref name} *note cross ref name: node.
+     @ref{node,,title} *note title: node.
+     @ref{node,,,file name} *note (file name)node::
+     @ref{node,,,,manual} *note ()node::
+     @ref{node,cross ref name,title,} *note cross ref name: node.
+     @ref{node,cross ref name,,file name} *note cross ref name: (file 
name)node.
+     @ref{node,cross ref name,,,manual} *note cross ref name: ()node.
+     @ref{node,cross ref name,title,file name} *note cross ref name: (file 
name)node.
+     @ref{node,cross ref name,title,,manual} *note cross ref name: ()node.
+     @ref{node,cross ref name,title, file name, manual} *note cross ref name: 
(file name)node.
+     @ref{node,,title,file name} *note title: (file name)node.
+     @ref{node,,title,,manual} *note title: ()node.
+     @ref{chapter,,title, file name, manual} *note title: (file name)chapter.
+     @ref{node,,title, file name, manual} *note title: (file name)node.
+     @ref{node,,,file name,manual} *note (file name)node::
+     @ref{,cross ref name,title,} *note cross ref name: .
+     @ref{,cross ref name,,file name} *note cross ref name: (file name).
+     @ref{,cross ref name,,,manual} *note cross ref name: ().
+     @ref{,cross ref name,title,file name} *note cross ref name: (file name).
+     @ref{,cross ref name,title,,manual} *note cross ref name: ().
+     @ref{,cross ref name,title, file name, manual} *note cross ref name: 
(file name).
+     @ref{,,title,file name} *note title: (file name).
+     @ref{,,title,,manual} *note title: ().
+     @ref{,,title, file name, manual} *note title: (file name).
+     @ref{,,,file name,manual} *note (file name)::
+
+     @inforef{,cross ref name } *note cross ref name: .
+     @inforef{,,file name} *note (file name)::
+     @inforef{,cross ref name, file name} *note cross ref name: (file name).
+     @inforef{} *note ::
+
+
+
+   Text(7)
+
+   truc
+
+* Menu:
+
+* truc:                                  chapter.            (line 2236)
+
+   codeidx
+
+* Menu:
+
+* a INDEX---ENTRY tẽ --- î:              chapter.            (line 2236)
+
+   cp
+
+* Menu:
+
+* –option:                               chapter.            (line   28)
+* –option <1>:                           chapter.            (line  709)
+* –option <2>:                           chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* “:                                     chapter.            (line   28)
+* “ <1>:                                 chapter.            (line  709)
+* “ <2>:                                 chapter.            (line 1401)
+* a:                                     chapter.            (line 2236)
+* aaa, bbb:                              chapter.            (line 2236)
+* a—a:                                   chapter.            (line 2236)
+* a--asis:                               chapter.            (line  510)
+* a--asis <1>:                           chapter.            (line 1191)
+* a--asis <2>:                           chapter.            (line 2010)
+* b:                                     chapter.            (line  511)
+* b <1>:                                 chapter.            (line 1192)
+* b <2>:                                 chapter.            (line 2011)
+* b—b, c—c:                              chapter.            (line 2236)
+* counting entry:                        chapter.            (line    0)
+* d—dd, e—ee, f—ff:                      chapter.            (line 2236)
+* d--efcv_name:                          chapter.            (line  351)
+* d--efcv_name <1>:                      chapter.            (line  354)
+* d--efcv_name <2>:                      chapter.            (line 1032)
+* d--efcv_name <3>:                      chapter.            (line 1035)
+* d--efcv_name <4>:                      chapter.            (line 1851)
+* d--efcv_name <5>:                      chapter.            (line 1854)
+* d--efivar_name of c--lass:             chapter.            (line  396)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1077)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1896)
+* d--efopt_name:                         chapter.            (line  387)
+* d--efopt_name <1>:                     chapter.            (line 1068)
+* d--efopt_name <2>:                     chapter.            (line 1887)
+* d--eftypecv_name of c--lass:           chapter.            (line  357)
+* d--eftypecv_name of c--lass <1>:       chapter.            (line  360)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1038)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1041)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1857)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1860)
+* d--eftypecv_name2 of c--lass2:         chapter.            (line  428)
+* d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  431)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1109)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1112)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1929)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1932)
+* d--eftypeivar_name of c--lass:         chapter.            (line  399)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1080)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1899)
+* d--eftypevar_name:                     chapter.            (line  393)
+* d--eftypevar_name <1>:                 chapter.            (line 1074)
+* d--eftypevar_name <2>:                 chapter.            (line 1893)
+* d--eftypevr_name:                      chapter.            (line  348)
+* d--eftypevr_name <1>:                  chapter.            (line 1029)
+* d--eftypevr_name <2>:                  chapter.            (line 1848)
+* d--efvar_name:                         chapter.            (line  381)
+* d--efvar_name <1>:                     chapter.            (line  384)
+* d--efvar_name <2>:                     chapter.            (line 1062)
+* d--efvar_name <3>:                     chapter.            (line 1065)
+* d--efvar_name <4>:                     chapter.            (line 1881)
+* d--efvar_name <5>:                     chapter.            (line 1884)
+* d--efvr_name:                          chapter.            (line  327)
+* d--efvr_name <1>:                      chapter.            (line 1008)
+* d--efvr_name <2>:                      chapter.            (line 1827)
+* g—gg, h—hh jjj, k—kk, l—ll:            chapter.            (line 2236)
+* index entry between item and itemx:    chapter.            (line  515)
+* index entry between item and itemx <1>: chapter.           (line  644)
+* index entry between item and itemx <2>: chapter.           (line 1196)
+* index entry between item and itemx <3>: chapter.           (line 1325)
+* index entry between item and itemx <4>: chapter.           (line 2015)
+* index entry between item and itemx <5>: chapter.           (line 2177)
+* index entry in footnote:               chapter.            (line    0)
+* index entry within deffn:              chapter.            (line  302)
+* index entry within deffn <1>:          chapter.            (line  983)
+* index entry within deffn <2>:          chapter.            (line 1800)
+* index entry within itemize:            chapter.            (line  213)
+* index entry within itemize <1>:        chapter.            (line  894)
+* index entry within itemize <2>:        chapter.            (line 1711)
+* index entry within multitable:         chapter.            (line  235)
+* index entry within multitable <1>:     chapter.            (line  916)
+* index entry within multitable <2>:     chapter.            (line 1734)
+* t–ruc:                                 chapter.            (line 2236)
+* T–ruc:                                 chapter.            (line 2236)
+* vtable i--tem code kbdinputstyle:      chapter.            (line  137)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  818)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1634)
+* vtable i--tem default kbdinputstyle:   chapter.            (line  132)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  813)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1629)
+* vtable i--tem distinct kbdinputstyle:  chapter.            (line  147)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  828)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1644)
+* vtable i--tem example kbdinputstyle:   chapter.            (line  142)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  823)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1639)
+* vtable i--tem in example code kbdinputstyle: chapter.      (line  139)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  820)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1636)
+* vtable i--tem in example default kbdinputstyle: chapter.   (line  134)
+* vtable i--tem in example default kbdinputstyle <1>: chapter.
+                                                             (line  815)
+* vtable i--tem in example default kbdinputstyle <2>: chapter.
+                                                             (line 1631)
+* vtable i--tem in example distinct kbdinputstyle: chapter.  (line  149)
+* vtable i--tem in example distinct kbdinputstyle <1>: chapter.
+                                                             (line  830)
+* vtable i--tem in example distinct kbdinputstyle <2>: chapter.
+                                                             (line 1646)
+* vtable i--tem in example example kbdinputstyle: chapter.   (line  144)
+* vtable i--tem in example example kbdinputstyle <1>: chapter.
+                                                             (line  825)
+* vtable i--tem in example example kbdinputstyle <2>: chapter.
+                                                             (line 1641)
+
+   fn
+
+* Menu:
+
+* --foption:                             chapter.            (line   28)
+* --foption <1>:                         chapter.            (line  709)
+* --foption <2>:                         chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* ``:                                    chapter.            (line   28)
+* `` <1>:                                chapter.            (line  709)
+* `` <2>:                                chapter.            (line 1401)
+* a:                                     chapter.            (line  315)
+* a <1>:                                 chapter.            (line  514)
+* a <2>:                                 chapter.            (line  643)
+* a <3>:                                 chapter.            (line  996)
+* a <4>:                                 chapter.            (line 1195)
+* a <5>:                                 chapter.            (line 1324)
+* a <6>:                                 chapter.            (line 1813)
+* a <7>:                                 chapter.            (line 2014)
+* a <8>:                                 chapter.            (line 2176)
+* a <9>:                                 chapter.            (line 2236)
+* after:                                 chapter.            (line  654)
+* after <1>:                             chapter.            (line 1335)
+* after <2>:                             chapter.            (line 2187)
+* arg2:                                  chapter.            (line  434)
+* arg2 <1>:                              chapter.            (line 1115)
+* arg2 <2>:                              chapter.            (line 1936)
+* b:                                     chapter.            (line  515)
+* b <1>:                                 chapter.            (line  644)
+* b <2>:                                 chapter.            (line 1196)
+* b <3>:                                 chapter.            (line 1325)
+* b <4>:                                 chapter.            (line 2015)
+* b <5>:                                 chapter.            (line 2177)
+* bidule machin:                         chapter.            (line  310)
+* bidule machin <1>:                     chapter.            (line  991)
+* bidule machin <2>:                     chapter.            (line 1808)
+* d--effn_name:                          chapter.            (line  294)
+* d--effn_name <1>:                      chapter.            (line  975)
+* d--effn_name <2>:                      chapter.            (line 1792)
+* d--efmac_name:                         chapter.            (line  375)
+* d--efmac_name <1>:                     chapter.            (line 1056)
+* d--efmac_name <2>:                     chapter.            (line 1875)
+* d--efmethod_name on c--lass:           chapter.            (line  402)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1083)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1902)
+* d--efop_name on c--lass:               chapter.            (line  363)
+* d--efop_name on c--lass <1>:           chapter.            (line  366)
+* d--efop_name on c--lass <2>:           chapter.            (line 1044)
+* d--efop_name on c--lass <3>:           chapter.            (line 1047)
+* d--efop_name on c--lass <4>:           chapter.            (line 1863)
+* d--efop_name on c--lass <5>:           chapter.            (line 1866)
+* d--efspec_name:                        chapter.            (line  378)
+* d--efspec_name <1>:                    chapter.            (line 1059)
+* d--efspec_name <2>:                    chapter.            (line 1878)
+* d--eftypefn_name:                      chapter.            (line  336)
+* d--eftypefn_name <1>:                  chapter.            (line  339)
+* d--eftypefn_name <2>:                  chapter.            (line 1017)
+* d--eftypefn_name <3>:                  chapter.            (line 1020)
+* d--eftypefn_name <4>:                  chapter.            (line 1836)
+* d--eftypefn_name <5>:                  chapter.            (line 1839)
+* d--eftypefn_name2:                     chapter.            (line  413)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1094)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1914)
+* d--eftypefun_name:                     chapter.            (line  390)
+* d--eftypefun_name <1>:                 chapter.            (line 1071)
+* d--eftypefun_name <2>:                 chapter.            (line 1890)
+* d--eftypemethod_name on c--lass:       chapter.            (line  405)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1086)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1905)
+* d--eftypeop_name on c--lass:           chapter.            (line  342)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  345)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1023)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1026)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1842)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1845)
+* d--eftypeop_name2 on c--lass2:         chapter.            (line  418)
+* d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  423)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1099)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1104)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1919)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1924)
+* d--efun_name:                          chapter.            (line  372)
+* d--efun_name <1>:                      chapter.            (line 1053)
+* d--efun_name <2>:                      chapter.            (line 1872)
+* de--ffn_name:                          chapter.            (line  297)
+* de--ffn_name <1>:                      chapter.            (line  978)
+* de--ffn_name <2>:                      chapter.            (line 1795)
+* deffn:                                 chapter.            (line  318)
+* deffn <1>:                             chapter.            (line  320)
+* deffn <2>:                             chapter.            (line  999)
+* deffn <3>:                             chapter.            (line 1001)
+* deffn <4>:                             chapter.            (line 1817)
+* deffn <5>:                             chapter.            (line 1819)
+* deffnx:                                chapter.            (line  316)
+* deffnx <1>:                            chapter.            (line  321)
+* deffnx <2>:                            chapter.            (line  997)
+* deffnx <3>:                            chapter.            (line 1002)
+* deffnx <4>:                            chapter.            (line 1814)
+* deffnx <5>:                            chapter.            (line 1820)
+* f---aa:                                chapter.            (line 2236)
+* f---bb, f---cc:                        chapter.            (line 2236)
+* f---ddd, f---eee, ffff:                chapter.            (line 2236)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2236)
+* followed:                              chapter.            (line  313)
+* followed <1>:                          chapter.            (line  652)
+* followed <2>:                          chapter.            (line  994)
+* followed <3>:                          chapter.            (line 1333)
+* followed <4>:                          chapter.            (line 1811)
+* followed <5>:                          chapter.            (line 2185)
+* I:                                     chapter.            (line  301)
+* I <1>:                                 chapter.            (line  323)
+* I <2>:                                 chapter.            (line  982)
+* I <3>:                                 chapter.            (line 1004)
+* I <4>:                                 chapter.            (line 1799)
+* I <5>:                                 chapter.            (line 1822)
+* id i ule:                              chapter.            (line  307)
+* id i ule <1>:                          chapter.            (line  988)
+* id i ule <2>:                          chapter.            (line 1805)
+* id ule:                                chapter.            (line  306)
+* id ule <1>:                            chapter.            (line  987)
+* id ule <2>:                            chapter.            (line 1804)
+* INVALID:                               chapter.            (line  656)
+* INVALID <1>:                           chapter.            (line 1337)
+* INVALID <2>:                           chapter.            (line 2189)
+* log trap:                              chapter.            (line  303)
+* log trap <1>:                          chapter.            (line  984)
+* log trap <2>:                          chapter.            (line 1801)
+* log trap1:                             chapter.            (line  304)
+* log trap1 <1>:                         chapter.            (line  985)
+* log trap1 <2>:                         chapter.            (line 1802)
+* log trap2:                             chapter.            (line  305)
+* log trap2 <1>:                         chapter.            (line  986)
+* log trap2 <2>:                         chapter.            (line 1803)
+* machin:                                chapter.            (line  309)
+* machin <1>:                            chapter.            (line  311)
+* machin <2>:                            chapter.            (line  648)
+* machin <3>:                            chapter.            (line  649)
+* machin <4>:                            chapter.            (line  650)
+* machin <5>:                            chapter.            (line  651)
+* machin <6>:                            chapter.            (line  990)
+* machin <7>:                            chapter.            (line  992)
+* machin <8>:                            chapter.            (line 1329)
+* machin <9>:                            chapter.            (line 1330)
+* machin <10>:                           chapter.            (line 1331)
+* machin <11>:                           chapter.            (line 1332)
+* machin <12>:                           chapter.            (line 1807)
+* machin <13>:                           chapter.            (line 1809)
+* machin <14>:                           chapter.            (line 2181)
+* machin <15>:                           chapter.            (line 2182)
+* machin <16>:                           chapter.            (line 2183)
+* machin <17>:                           chapter.            (line 2184)
+* n--ame:                                chapter.            (line  330)
+* n--ame <1>:                            chapter.            (line  333)
+* n--ame <2>:                            chapter.            (line 1011)
+* n--ame <3>:                            chapter.            (line 1014)
+* n--ame <4>:                            chapter.            (line 1830)
+* n--ame <5>:                            chapter.            (line 1833)
+* name2:                                 chapter.            (line  408)
+* name2 <1>:                             chapter.            (line 1089)
+* name2 <2>:                             chapter.            (line 1909)
+* t--ruc:                                chapter.            (line 2236)
+* T--ruc:                                chapter.            (line 2236)
+* truc:                                  chapter.            (line  302)
+* truc <1>:                              chapter.            (line  324)
+* truc <2>:                              chapter.            (line  983)
+* truc <3>:                              chapter.            (line 1005)
+* truc <4>:                              chapter.            (line 1800)
+* truc <5>:                              chapter.            (line 1823)
+* xxx, zzz:                              chapter.            (line 2236)
+
+   vr
+
+   ky
+
+   pg
+
+   tp
+
+* Menu:
+
+* d--eftp_name:                          chapter.            (line  369)
+* d--eftp_name <1>:                      chapter.            (line 1050)
+* d--eftp_name <2>:                      chapter.            (line 1869)
+
+   (8)
+
+
+   ---------- Footnotes ----------
+
+   (1) in footnote
+
+   (2) in footnote2
+
+   (3) in footnote
+
+   (4) in footnote2
+
+   (5) in footnote
+
+   (6) in footnote2
+
+   (7) in footnote
+
+   Blah
+
+   Blih
+
+   (8) in footnote
+
+1.1 A section
+=============
+
+1.1.1 subsection
+----------------
+
+1.1.1.1 subsubsection “simple-double–
+.....................................
+
+1.1.1.2 three—four—-”
+.....................
+
+chapter 2
+*********
+
+* Menu:
+
+* –option:                               chapter.            (line   28)
+* –option <1>:                           chapter.            (line  709)
+* –option <2>:                           chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* “:                                     chapter.            (line   28)
+* “ <1>:                                 chapter.            (line  709)
+* “ <2>:                                 chapter.            (line 1401)
+* a:                                     chapter.            (line 2236)
+* aaa, bbb:                              chapter.            (line 2236)
+* a—a:                                   chapter.            (line 2236)
+* a--asis:                               chapter.            (line  510)
+* a--asis <1>:                           chapter.            (line 1191)
+* a--asis <2>:                           chapter.            (line 2010)
+* b:                                     chapter.            (line  511)
+* b <1>:                                 chapter.            (line 1192)
+* b <2>:                                 chapter.            (line 2011)
+* b—b, c—c:                              chapter.            (line 2236)
+* counting entry:                        chapter.            (line 2573)
+* d—dd, e—ee, f—ff:                      chapter.            (line 2236)
+* d--efcv_name:                          chapter.            (line  351)
+* d--efcv_name <1>:                      chapter.            (line  354)
+* d--efcv_name <2>:                      chapter.            (line 1032)
+* d--efcv_name <3>:                      chapter.            (line 1035)
+* d--efcv_name <4>:                      chapter.            (line 1851)
+* d--efcv_name <5>:                      chapter.            (line 1854)
+* d--efivar_name of c--lass:             chapter.            (line  396)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1077)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1896)
+* d--efopt_name:                         chapter.            (line  387)
+* d--efopt_name <1>:                     chapter.            (line 1068)
+* d--efopt_name <2>:                     chapter.            (line 1887)
+* d--eftypecv_name of c--lass:           chapter.            (line  357)
+* d--eftypecv_name of c--lass <1>:       chapter.            (line  360)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1038)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1041)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1857)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1860)
+* d--eftypecv_name2 of c--lass2:         chapter.            (line  428)
+* d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  431)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1109)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1112)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1929)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1932)
+* d--eftypeivar_name of c--lass:         chapter.            (line  399)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1080)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1899)
+* d--eftypevar_name:                     chapter.            (line  393)
+* d--eftypevar_name <1>:                 chapter.            (line 1074)
+* d--eftypevar_name <2>:                 chapter.            (line 1893)
+* d--eftypevr_name:                      chapter.            (line  348)
+* d--eftypevr_name <1>:                  chapter.            (line 1029)
+* d--eftypevr_name <2>:                  chapter.            (line 1848)
+* d--efvar_name:                         chapter.            (line  381)
+* d--efvar_name <1>:                     chapter.            (line  384)
+* d--efvar_name <2>:                     chapter.            (line 1062)
+* d--efvar_name <3>:                     chapter.            (line 1065)
+* d--efvar_name <4>:                     chapter.            (line 1881)
+* d--efvar_name <5>:                     chapter.            (line 1884)
+* d--efvr_name:                          chapter.            (line  327)
+* d--efvr_name <1>:                      chapter.            (line 1008)
+* d--efvr_name <2>:                      chapter.            (line 1827)
+* g—gg, h—hh jjj, k—kk, l—ll:            chapter.            (line 2236)
+* index entry between item and itemx:    chapter.            (line  515)
+* index entry between item and itemx <1>: chapter.           (line  644)
+* index entry between item and itemx <2>: chapter.           (line 1196)
+* index entry between item and itemx <3>: chapter.           (line 1325)
+* index entry between item and itemx <4>: chapter.           (line 2015)
+* index entry between item and itemx <5>: chapter.           (line 2177)
+* index entry in footnote:               chapter.            (line 2568)
+* index entry within deffn:              chapter.            (line  302)
+* index entry within deffn <1>:          chapter.            (line  983)
+* index entry within deffn <2>:          chapter.            (line 1800)
+* index entry within itemize:            chapter.            (line  213)
+* index entry within itemize <1>:        chapter.            (line  894)
+* index entry within itemize <2>:        chapter.            (line 1711)
+* index entry within multitable:         chapter.            (line  235)
+* index entry within multitable <1>:     chapter.            (line  916)
+* index entry within multitable <2>:     chapter.            (line 1734)
+* t–ruc:                                 chapter.            (line 2236)
+* T–ruc:                                 chapter.            (line 2236)
+* vtable i--tem code kbdinputstyle:      chapter.            (line  137)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  818)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1634)
+* vtable i--tem default kbdinputstyle:   chapter.            (line  132)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  813)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1629)
+* vtable i--tem distinct kbdinputstyle:  chapter.            (line  147)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  828)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1644)
+* vtable i--tem example kbdinputstyle:   chapter.            (line  142)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  823)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1639)
+* vtable i--tem in example code kbdinputstyle: chapter.      (line  139)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  820)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1636)
+* vtable i--tem in example default kbdinputstyle: chapter.   (line  134)
+* vtable i--tem in example default kbdinputstyle <1>: chapter.
+                                                             (line  815)
+* vtable i--tem in example default kbdinputstyle <2>: chapter.
+                                                             (line 1631)
+* vtable i--tem in example distinct kbdinputstyle: chapter.  (line  149)
+* vtable i--tem in example distinct kbdinputstyle <1>: chapter.
+                                                             (line  830)
+* vtable i--tem in example distinct kbdinputstyle <2>: chapter.
+                                                             (line 1646)
+* vtable i--tem in example example kbdinputstyle: chapter.   (line  144)
+* vtable i--tem in example example kbdinputstyle <1>: chapter.
+                                                             (line  825)
+* vtable i--tem in example example kbdinputstyle <2>: chapter.
+                                                             (line 1641)
+
+* Menu:
+
+* --foption:                             chapter.            (line   28)
+* --foption <1>:                         chapter.            (line  709)
+* --foption <2>:                         chapter.            (line 1401)
+* ?:                                     chapter.            (line 2236)
+* .:                                     chapter.            (line 2236)
+* ``:                                    chapter.            (line   28)
+* `` <1>:                                chapter.            (line  709)
+* `` <2>:                                chapter.            (line 1401)
+* a:                                     chapter.            (line  315)
+* a <1>:                                 chapter.            (line  514)
+* a <2>:                                 chapter.            (line  643)
+* a <3>:                                 chapter.            (line  996)
+* a <4>:                                 chapter.            (line 1195)
+* a <5>:                                 chapter.            (line 1324)
+* a <6>:                                 chapter.            (line 1813)
+* a <7>:                                 chapter.            (line 2014)
+* a <8>:                                 chapter.            (line 2176)
+* a <9>:                                 chapter.            (line 2236)
+* after:                                 chapter.            (line  654)
+* after <1>:                             chapter.            (line 1335)
+* after <2>:                             chapter.            (line 2187)
+* arg2:                                  chapter.            (line  434)
+* arg2 <1>:                              chapter.            (line 1115)
+* arg2 <2>:                              chapter.            (line 1936)
+* b:                                     chapter.            (line  515)
+* b <1>:                                 chapter.            (line  644)
+* b <2>:                                 chapter.            (line 1196)
+* b <3>:                                 chapter.            (line 1325)
+* b <4>:                                 chapter.            (line 2015)
+* b <5>:                                 chapter.            (line 2177)
+* bidule machin:                         chapter.            (line  310)
+* bidule machin <1>:                     chapter.            (line  991)
+* bidule machin <2>:                     chapter.            (line 1808)
+* d--effn_name:                          chapter.            (line  294)
+* d--effn_name <1>:                      chapter.            (line  975)
+* d--effn_name <2>:                      chapter.            (line 1792)
+* d--efmac_name:                         chapter.            (line  375)
+* d--efmac_name <1>:                     chapter.            (line 1056)
+* d--efmac_name <2>:                     chapter.            (line 1875)
+* d--efmethod_name on c--lass:           chapter.            (line  402)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1083)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1902)
+* d--efop_name on c--lass:               chapter.            (line  363)
+* d--efop_name on c--lass <1>:           chapter.            (line  366)
+* d--efop_name on c--lass <2>:           chapter.            (line 1044)
+* d--efop_name on c--lass <3>:           chapter.            (line 1047)
+* d--efop_name on c--lass <4>:           chapter.            (line 1863)
+* d--efop_name on c--lass <5>:           chapter.            (line 1866)
+* d--efspec_name:                        chapter.            (line  378)
+* d--efspec_name <1>:                    chapter.            (line 1059)
+* d--efspec_name <2>:                    chapter.            (line 1878)
+* d--eftypefn_name:                      chapter.            (line  336)
+* d--eftypefn_name <1>:                  chapter.            (line  339)
+* d--eftypefn_name <2>:                  chapter.            (line 1017)
+* d--eftypefn_name <3>:                  chapter.            (line 1020)
+* d--eftypefn_name <4>:                  chapter.            (line 1836)
+* d--eftypefn_name <5>:                  chapter.            (line 1839)
+* d--eftypefn_name2:                     chapter.            (line  413)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1094)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1914)
+* d--eftypefun_name:                     chapter.            (line  390)
+* d--eftypefun_name <1>:                 chapter.            (line 1071)
+* d--eftypefun_name <2>:                 chapter.            (line 1890)
+* d--eftypemethod_name on c--lass:       chapter.            (line  405)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1086)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1905)
+* d--eftypeop_name on c--lass:           chapter.            (line  342)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  345)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1023)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1026)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1842)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1845)
+* d--eftypeop_name2 on c--lass2:         chapter.            (line  418)
+* d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  423)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1099)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1104)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1919)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1924)
+* d--efun_name:                          chapter.            (line  372)
+* d--efun_name <1>:                      chapter.            (line 1053)
+* d--efun_name <2>:                      chapter.            (line 1872)
+* de--ffn_name:                          chapter.            (line  297)
+* de--ffn_name <1>:                      chapter.            (line  978)
+* de--ffn_name <2>:                      chapter.            (line 1795)
+* deffn:                                 chapter.            (line  318)
+* deffn <1>:                             chapter.            (line  320)
+* deffn <2>:                             chapter.            (line  999)
+* deffn <3>:                             chapter.            (line 1001)
+* deffn <4>:                             chapter.            (line 1817)
+* deffn <5>:                             chapter.            (line 1819)
+* deffnx:                                chapter.            (line  316)
+* deffnx <1>:                            chapter.            (line  321)
+* deffnx <2>:                            chapter.            (line  997)
+* deffnx <3>:                            chapter.            (line 1002)
+* deffnx <4>:                            chapter.            (line 1814)
+* deffnx <5>:                            chapter.            (line 1820)
+* f---aa:                                chapter.            (line 2236)
+* f---bb, f---cc:                        chapter.            (line 2236)
+* f---ddd, f---eee, ffff:                chapter.            (line 2236)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2236)
+* followed:                              chapter.            (line  313)
+* followed <1>:                          chapter.            (line  652)
+* followed <2>:                          chapter.            (line  994)
+* followed <3>:                          chapter.            (line 1333)
+* followed <4>:                          chapter.            (line 1811)
+* followed <5>:                          chapter.            (line 2185)
+* I:                                     chapter.            (line  301)
+* I <1>:                                 chapter.            (line  323)
+* I <2>:                                 chapter.            (line  982)
+* I <3>:                                 chapter.            (line 1004)
+* I <4>:                                 chapter.            (line 1799)
+* I <5>:                                 chapter.            (line 1822)
+* id i ule:                              chapter.            (line  307)
+* id i ule <1>:                          chapter.            (line  988)
+* id i ule <2>:                          chapter.            (line 1805)
+* id ule:                                chapter.            (line  306)
+* id ule <1>:                            chapter.            (line  987)
+* id ule <2>:                            chapter.            (line 1804)
+* INVALID:                               chapter.            (line  656)
+* INVALID <1>:                           chapter.            (line 1337)
+* INVALID <2>:                           chapter.            (line 2189)
+* log trap:                              chapter.            (line  303)
+* log trap <1>:                          chapter.            (line  984)
+* log trap <2>:                          chapter.            (line 1801)
+* log trap1:                             chapter.            (line  304)
+* log trap1 <1>:                         chapter.            (line  985)
+* log trap1 <2>:                         chapter.            (line 1802)
+* log trap2:                             chapter.            (line  305)
+* log trap2 <1>:                         chapter.            (line  986)
+* log trap2 <2>:                         chapter.            (line 1803)
+* machin:                                chapter.            (line  309)
+* machin <1>:                            chapter.            (line  311)
+* machin <2>:                            chapter.            (line  648)
+* machin <3>:                            chapter.            (line  649)
+* machin <4>:                            chapter.            (line  650)
+* machin <5>:                            chapter.            (line  651)
+* machin <6>:                            chapter.            (line  990)
+* machin <7>:                            chapter.            (line  992)
+* machin <8>:                            chapter.            (line 1329)
+* machin <9>:                            chapter.            (line 1330)
+* machin <10>:                           chapter.            (line 1331)
+* machin <11>:                           chapter.            (line 1332)
+* machin <12>:                           chapter.            (line 1807)
+* machin <13>:                           chapter.            (line 1809)
+* machin <14>:                           chapter.            (line 2181)
+* machin <15>:                           chapter.            (line 2182)
+* machin <16>:                           chapter.            (line 2183)
+* machin <17>:                           chapter.            (line 2184)
+* n--ame:                                chapter.            (line  330)
+* n--ame <1>:                            chapter.            (line  333)
+* n--ame <2>:                            chapter.            (line 1011)
+* n--ame <3>:                            chapter.            (line 1014)
+* n--ame <4>:                            chapter.            (line 1830)
+* n--ame <5>:                            chapter.            (line 1833)
+* name2:                                 chapter.            (line  408)
+* name2 <1>:                             chapter.            (line 1089)
+* name2 <2>:                             chapter.            (line 1909)
+* t--ruc:                                chapter.            (line 2236)
+* T--ruc:                                chapter.            (line 2236)
+* truc:                                  chapter.            (line  302)
+* truc <1>:                              chapter.            (line  324)
+* truc <2>:                              chapter.            (line  983)
+* truc <3>:                              chapter.            (line 1005)
+* truc <4>:                              chapter.            (line 1800)
+* truc <5>:                              chapter.            (line 1823)
+* xxx, zzz:                              chapter.            (line 2236)
+
+Top section
+1 chapter
+  1.1 A section
+    1.1.1 subsection
+      1.1.1.1 subsubsection “simple-double–
+      1.1.1.2 three—four—-”
+chapter 2
+Top section
+1 chapter
+chapter 2
diff --git a/tp/tests/layout/list-of-tests b/tp/tests/layout/list-of-tests
index 7900776d8e..f43721679c 100644
--- a/tp/tests/layout/list-of-tests
+++ b/tp/tests/layout/list-of-tests
@@ -3,7 +3,7 @@ formatting_texi2html ../coverage/formatting.texi -D 
'needcollationcompat Need co
 formatting_texi2html_nodes ../coverage/formatting.texi -D 'needcollationcompat 
Need collation compatibility' --html -c TEXI2HTML=1 --split node --node-files 
-c 'TOP_FILE index.html' --internal-links=@OUT_DIR@internal_links_formatting.txt
 formatting_info_ascii_punctuation ../coverage/formatting.texi -D 
'needcollationcompat Need collation compatibility' --info -c ASCII_PUNCTUATION=1
 formatting_info_disable_encoding ../coverage/formatting.texi -D 
'needcollationcompat Need collation compatibility' --info --disable-encoding
-formatting_plaintext_ascii_punctuation ../coverage/formatting.texi -D 
'needcollationcompat Need collation compatibility' -c FORMAT_MENU=nomenu 
--plaintext -c ASCII_PUNCTUATION=1
+formatting_plaintext_ascii_punctuation ../coverage/formatting.texi -D 
'needcollationcompat Need collation compatibility' --plaintext -c 
ASCII_PUNCTUATION=1
 
 # count words
 formatting_sort_element_counts ../coverage/formatting.texi -D 
'needcollationcompat Need collation compatibility' --html --no-split -c 
USE_NODES=0 -c SORT_ELEMENT_COUNT=@OUT_DIR@formatting_elt_counts.txt
diff --git a/tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh 
b/tp/tests/test_scripts/coverage_formatting_html_no_split.sh
similarity index 88%
copy from tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh
copy to tp/tests/test_scripts/coverage_formatting_html_no_split.sh
index 799816ece3..7988765b34 100755
--- a/tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh
+++ b/tp/tests/test_scripts/coverage_formatting_html_no_split.sh
@@ -9,7 +9,7 @@ one_test_logs_dir=test_log
 
 
 dir=coverage
-name='formatting_html_no_texi2html'
+name='formatting_html_no_split'
 mkdir -p $dir
 
 "$srcdir"/run_parser_all.sh -dir $dir $name
diff --git a/tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh 
b/tp/tests/test_scripts/coverage_formatting_info.sh
similarity index 88%
copy from tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh
copy to tp/tests/test_scripts/coverage_formatting_info.sh
index 799816ece3..056969fd39 100755
--- a/tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh
+++ b/tp/tests/test_scripts/coverage_formatting_info.sh
@@ -9,7 +9,7 @@ one_test_logs_dir=test_log
 
 
 dir=coverage
-name='formatting_html_no_texi2html'
+name='formatting_info'
 mkdir -p $dir
 
 "$srcdir"/run_parser_all.sh -dir $dir $name
diff --git a/tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh 
b/tp/tests/test_scripts/coverage_formatting_plaintext.sh
similarity index 88%
rename from tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh
rename to tp/tests/test_scripts/coverage_formatting_plaintext.sh
index 799816ece3..228417c60f 100755
--- a/tp/tests/test_scripts/coverage_formatting_html_no_texi2html.sh
+++ b/tp/tests/test_scripts/coverage_formatting_plaintext.sh
@@ -9,7 +9,7 @@ one_test_logs_dir=test_log
 
 
 dir=coverage
-name='formatting_html_no_texi2html'
+name='formatting_plaintext'
 mkdir -p $dir
 
 "$srcdir"/run_parser_all.sh -dir $dir $name



reply via email to

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