diff --git a/ChangeLog b/ChangeLog index b5ec653afc..fde35c5ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-02-13 Per Bothner + + Use the sectionning tree structure in HTML output + + * tp/Texinfo/Convert/HTML.pm (register_opened_section_level, + close_registered_sections_level, _convert_heading_command, + _convert_element_type, _default_end_file): use
for + elements and keep the sectioning tree structure. + 2021-02-10 Gavin Smith Do not call pclose on non-pipe. diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm index 443b6b4702..2a50f47836 100644 --- a/tp/Texinfo/Convert/HTML.pm +++ b/tp/Texinfo/Convert/HTML.pm @@ -2402,6 +2402,31 @@ sub _default_element_header($$$$) return $result; } +sub register_opened_section_level($$$) +{ + my $self = shift; + my $level = shift; + my $close = shift; + while (@{$self->{'pending_closes'}} < $level) { + push(@{$self->{'pending_closes'}}, ""); + } + push(@{$self->{'pending_closes'}}, $close); +} + +sub close_registered_sections_level($$) +{ + my $self = shift; + my $level = shift; + my @closed_elements; + my $result = ''; + while (@{$self->{'pending_closes'}} > $level) { + my $close = pop @{$self->{'pending_closes'}}; + push(@closed_elements, $close) + if ($close); + } + return @closed_elements; +} + sub _convert_heading_command($$$$$) { my $self = shift; @@ -2419,9 +2444,26 @@ sub _convert_heading_command($$$$$) return $result; } + my $section = $command->{'extra'}->{'associated_section'}; + my $node; + if ($section) { + my $level = $section->{'level'}; + $result .= join('', $self->close_registered_sections_level($level)); + $self->register_opened_section_level($level, "
\n"); + } else { + $node = $command->{'extra'}->{'associated_node'}; + } + $result .= '{'cmdname'}.'"'; + } elsif ($node) { + $result .= ' class="node"'; + } else { + $result .= " class=\"$cmdname\""; + } my $element_id = $self->command_id($command); - $result .= "" - if (defined($element_id) and $element_id ne ''); + $result .= " id=\"$element_id\"" + if (defined($element_id) and $element_id ne ''); print STDERR "Process $command " .Texinfo::Structuring::_print_root_command_texi($command)."\n" @@ -2433,6 +2475,7 @@ sub _convert_heading_command($$$$$) and $command->{'parent'}->{'type'} eq 'element') { $element = $command->{'parent'}; } + $result .= ">\n"; if ($element) { $result .= &{$self->{'format_element_header'}}($self, $cmdname, $command, $element); @@ -2514,7 +2557,7 @@ sub _convert_heading_command($$$$$) eq 'inline')))) { $result .= _mini_toc($self, $command); } - + $result .= '' if (! $section); return $result; } @@ -4662,16 +4705,18 @@ sub _convert_element_type($$$$) if ($element->{'extra'}->{'special_element'}) { $special_element = $element->{'extra'}->{'special_element'}; + $result .= join('', $self->close_registered_sections_level(0)); my $id = $self->command_id($element); + $result .= "
\n"; + $result .= " id=\"$id\""; } + $result .= ">\n"; if ($self->get_conf('HEADERS') # first in page or $self->{'counter_in_file'}->{$element->{'filename'}} == 1) { $result .= &{$self->{'format_navigation_header'}}($self, $self->get_conf('MISC_BUTTONS'), undef, $element); - } my $heading = $self->command_text($element); my $element_name = $element->{'extra'}->{'special_element'}; @@ -4691,13 +4736,13 @@ sub _convert_element_type($$$$) if ($special_element_body eq '') { return ''; } - $result .= $special_element_body; + $result .= $special_element_body . '
'; } elsif (!$element->{'element_prev'}) { $result .= $self->_print_title(); if (!$element->{'element_next'}) { # only one element my $foot_text = &{$self->{'format_footnotes_text'}}($self); - return $result.$content.$foot_text.$self->get_conf('DEFAULT_RULE')."\n"; + return $result.$content.$foot_text.$self->get_conf('DEFAULT_RULE')."\n"; } } $result .= $content unless ($special_element); @@ -5127,6 +5172,7 @@ sub converter_initialize($) $self->{'document_context'} = []; $self->{'multiple_pass'} = []; + $self->{'pending_closes'} = []; $self->_new_document_context('_toplevel_context'); if ($self->get_conf('SPLIT') and $self->get_conf('SPLIT') ne 'chapter' @@ -6494,10 +6540,11 @@ sub _default_program_string($) sub _default_end_file($) { my $self = shift; + my $closing_sections_text = join('', $self->close_registered_sections_level(0)); my $program_text = ''; if ($self->get_conf('PROGRAM_NAME_IN_FOOTER')) { my $program_string = &{$self->{'format_program_string'}}($self); - $program_text = "

+ $program_text .= "

$program_string

"; } @@ -6515,7 +6562,7 @@ sub _default_end_file($) .''; } - return "$program_text + return "${closing_sections_text}${program_text} $pre_body_close diff --git a/tp/t/results/converters_tests/accent.pl b/tp/t/results/converters_tests/accent.pl index 200203fb0b..2ab567669c 100644 --- a/tp/t/results/converters_tests/accent.pl +++ b/tp/t/results/converters_tests/accent.pl @@ -3250,7 +3250,9 @@ should be e\': è è '; -$result_converted{'html_text'}->{'accent'} = '

top

+$result_converted{'html_text'}->{'accent'} = '
+
+

top

should be e‘: è è

@@ -3325,7 +3327,7 @@ $result_converted{'html_text'}->{'accent'} = '
+


'; diff --git a/tp/t/results/converters_tests/accentenc.pl b/tp/t/results/converters_tests/accentenc.pl index 597053c26e..65f67d3587 100644 --- a/tp/t/results/converters_tests/accentenc.pl +++ b/tp/t/results/converters_tests/accentenc.pl @@ -3296,7 +3296,9 @@ should be e\': è è $result_converted{'html_text'}->{'accentenc'} = ' -

top

+
+
+

top

should be e‘: è è

@@ -3371,7 +3373,7 @@ $result_converted{'html_text'}->{'accentenc'} = '

should be dotless j^: ĵ

should be dotless j": j" -


+


'; diff --git a/tp/t/results/converters_tests/accentenc_enable_encoding.pl b/tp/t/results/converters_tests/accentenc_enable_encoding.pl index a544988f09..d872ce682e 100644 --- a/tp/t/results/converters_tests/accentenc_enable_encoding.pl +++ b/tp/t/results/converters_tests/accentenc_enable_encoding.pl @@ -3217,7 +3217,9 @@ $result_floats{'accentenc_enable_encoding'} = {}; $result_converted{'html_text'}->{'accentenc_enable_encoding'} = ' -

top

+
+
+

top

should be e‘: è è

@@ -3292,7 +3294,7 @@ $result_converted{'html_text'}->{'accentenc_enable_encoding'} = '

should be dotless j^: ĵ

should be dotless j": j" -


+


'; 1; diff --git a/tp/t/results/converters_tests/accentenc_no_entity.pl b/tp/t/results/converters_tests/accentenc_no_entity.pl index 1471cb65b2..a811761429 100644 --- a/tp/t/results/converters_tests/accentenc_no_entity.pl +++ b/tp/t/results/converters_tests/accentenc_no_entity.pl @@ -3217,7 +3217,9 @@ $result_floats{'accentenc_no_entity'} = {}; $result_converted{'html_text'}->{'accentenc_no_entity'} = ' -

top

+
+
+

top

should be e‘: è è

@@ -3292,7 +3294,7 @@ $result_converted{'html_text'}->{'accentenc_no_entity'} = '

should be dotless j^: ĵ

should be dotless j": j" -


+


'; 1; diff --git a/tp/t/results/converters_tests/at_commands_in_raw.pl b/tp/t/results/converters_tests/at_commands_in_raw.pl index 9d97852662..31e8ad75e4 100644 --- a/tp/t/results/converters_tests/at_commands_in_raw.pl +++ b/tp/t/results/converters_tests/at_commands_in_raw.pl @@ -1202,7 +1202,8 @@ $result_converted{'plaintext'}->{'at_commands_in_raw'} = 'in b(1). '; -$result_converted{'html_text'}->{'at_commands_in_raw'} = '

Top

+$result_converted{'html_text'}->{'at_commands_in_raw'} = '
+

Top

in b1. @@ -1247,7 +1248,7 @@ $result_converted{'html_text'}->{'at_commands_in_raw'} = '

Macros that should not be defined: . with arg.

-
+

Footnotes

@@ -1256,7 +1257,7 @@ $result_converted{'html_text'}->{'at_commands_in_raw'} = '
(2)

second footnote

-
+
'; diff --git a/tp/t/results/converters_tests/at_commands_in_refs.pl b/tp/t/results/converters_tests/at_commands_in_refs.pl index 0a984fa263..193788b3f9 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs.pl +++ b/tp/t/results/converters_tests/at_commands_in_refs.pl @@ -22893,11 +22893,13 @@ ul.no-bullet {list-style: none} -
+
+

Next:  

-

Top

+
+

Top

-
-
+

+
+

Next: , Previous: , Up: Top  

-

1 { }

+
+

1 { }

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

2     !
. . ? @

+
+

2     !
. . ? @

-
-
+

+
+
+ -

3 @ { } \\ #

+
+

3 @ { } \\ #

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

4 LaTeX TeX • , © … ...

+
+

4 LaTeX TeX • , © … ...

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

5 ≡ error→ € ¡ → -

+
+

5 ≡ error→ € ¡ → -

-
-
+

+
+
+ -

6 ≥ ≤ →

+
+

6 ≥ ≤ →

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

7 ª º ∗ £ -| ¿ ®

+
+

7 ª º ∗ £ -| ¿ ®

-
-
+

+
+
+ -

8 ⇒ ° a b a sunny day å

+
+

8 ⇒ ° a b a sunny day å

-
-
+

+
+
+ -

9 Å æ œ Æ Œ ø Ø ß ł Ł Ð ð Þ þ

+
+

9 Å æ œ Æ Œ ø Ø ß ł Ł Ð ð Þ þ

-
-
+

+
+
+ -

10 ä ẽ î â à é ç ē e* e\'\' ę

+
+

10 ä ẽ î â à é ç ē e* e\'\' ę

-
-
+

+
+
+ -

11 ė ĕ e_ ẹ ě j ee[

+
+

11 ė ĕ e_ ẹ ě j ee[

-
-
+

+
+
+ -

12 i Ē` Ć,

+
+

12 i Ē` Ć,

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

13 “ ” ‘ ’ „ ‚

+
+

13 “ ” ‘ ’ „ ‚

-
-
+

+
+
+ -

14 « » « » ‹ ›

+
+

14 « » « » ‹ ›

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

15 “ ” — – ‘ ’

+
+

15 “ ” — – ‘ ’

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

16 AAA (fff) AAA BBB

+
+

16 AAA (fff) AAA BBB

-
-
+

+
+
+ -

17 CCC (rrr) CCC DDD

+
+

17 CCC (rrr) CCC DDD

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

18 the someone no_explain@there

+ +
+

Next: , Previous: the someone no_explain@there, Up: Top  

-

19 f--ile1 alt

+
+

19 f--ile1 alt

-
-
+

+
+
+ -

20 @ {} .

+
+

20 @ {} .

-
-
+

+
+
+ -

21 cite asis in @w b in r SC str t var dfn i

+
+

21 cite asis in @w b in r SC str t var dfn i

-
-
+

+
+
+ -

22 env code optionsampcommand file C-x ESC

+
+

22 env code optionsampcommand file C-x ESC

-
-
+

+
+
+ -

23 8.27in

+
+

23 8.27in

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

24 sansserif slanted

+
+

24 sansserif slanted

-
-
+

+
+
+

Next: , Previous: , Up: Top  

-

25 ‘indicateurl

+
+

25 ‘indicateurl

-
-
+

+
+
+

Next: http://somewhere_aaa text ls, Previous: , Up: Top  

-

26 gH 3rd

+
+

26 gH 3rd

-
-
+

+
+
+

Previous: , Up: Top  

-

27 http://somewhere_aaa text ls

+
+

27 http://somewhere_aaa text ls

{ }

@@ -23172,7 +23254,9 @@ Previous:

http://somewhere_aaa text ls

-
+

+
+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/----_0021---_002e--_002e-_003f-_0040.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/----_0021---_002e--_002e-_003f-_0040.html index 46e77314f7..726807d252 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/----_0021---_002e--_002e-_003f-_0040.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/----_0021---_002e--_002e-_003f-_0040.html @@ -40,13 +40,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

2     !
. . ? @

+
+

2     !
. . ? @

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_0040-_007b_007d-_002e-.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_0040-_007b_007d-_002e-.html index 0dbc5c73c9..b00f5284a5 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_0040-_007b_007d-_002e-.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_0040-_007b_007d-_002e-.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

20 @ {} .

+
+

20 @ {} .

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_007b-_007d.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_007b-_007d.html index 199e17c6ae..2c1530d7e9 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_007b-_007d.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/-_007b-_007d.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

1 { }

+
+

1 { }

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/8_002e27in.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/8_002e27in.html index add765d2e3..d90e0e519c 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/8_002e27in.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/8_002e27in.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

23 8.27in

+
+

23 8.27in

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html index 06fa484a5d..009cbac1ab 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

9 Å æ œ Æ Œ ø Ø ß ł Ł Ð ð Þ þ

+
+

9 Å æ œ Æ Œ ø Ø ß ł Ł Ð ð Þ þ

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AAA-AAA-BBB.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AAA-AAA-BBB.html index 35366c9861..8173ceddd8 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AAA-AAA-BBB.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/AAA-AAA-BBB.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

16 AAA (fff) AAA BBB

+
+

16 AAA (fff) AAA BBB

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/CCC-CCC-DDD.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/CCC-CCC-DDD.html index 2c17fa5c9d..e18a5a2ced 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/CCC-CCC-DDD.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/CCC-CCC-DDD.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

17 CCC (rrr) CCC DDD

+
+

17 CCC (rrr) CCC DDD

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html index 66bd1db4bb..c967c0aa82 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

4 LaTeX TeX • , © … ...

+
+

4 LaTeX TeX • , © … ...

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html index 7e4d8666b1..600ddca1c5 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+
-

3 @ { } \ #

+
+

3 @ { } \ #

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html index b2a1af81ff..a2c4ad78a7 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

15 “ ” — – ‘ ’

+
+

15 “ ” — – ‘ ’

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html index 0daddfcfb6..8014f982cb 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

7 ª º ∗ £ -| ¿ ®

+
+

7 ª º ∗ £ -| ¿ ®

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html index 43e27d2181..d7a4a5e878 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

14 « » « » ‹ ›

+
+

14 « » « » ‹ ›

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html index b6229d1da3..98d943dcc7 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

13 “ ” ‘ ’ „ ‚

+
+

13 “ ” ‘ ’ „ ‚

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_21d2-_00b0-a-b--aa.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_21d2-_00b0-a-b--aa.html index 3fab30dea2..ca8642b230 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_21d2-_00b0-a-b--aa.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_21d2-_00b0-a-b--aa.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

8 ⇒ ° a b a sunny day å

+
+

8 ⇒ ° a b a sunny day å

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html index 05138e9cae..ceeb6dcb94 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

5 ≡ error→ € ¡ → -

+
+

5 ≡ error→ € ¡ → -

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2265-_2264-_2192.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2265-_2264-_2192.html index d1d246590d..db9cad443c 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2265-_2264-_2192.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/_2265-_2264-_2192.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

6 ≥ ≤ →

+
+

6 ≥ ≤ →

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/a-e-i-a-a-e-c-e-e-e-e.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/a-e-i-a-a-e-c-e-e-e-e.html index 53e4a5ee80..ab891dd072 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/a-e-i-a-a-e-c-e-e-e-e.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/a-e-i-a-a-e-c-e-e-e-e.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

10 ä ẽ î â à é ç ē e* e'' ę

+
+

10 ä ẽ î â à é ç ē e* e'' ę

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html index 9242758e0b..aa3d49f785 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

21 cite asis in @w b in r SC str t var dfn i

+
+

21 cite asis in @w b in r SC str t var dfn i

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/e-e-e-e-e-j-ee.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/e-e-e-e-e-j-ee.html index 89629eebe9..666242e551 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/e-e-e-e-e-j-ee.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/e-e-e-e-e-j-ee.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

11 ė ĕ e_ ẹ ě j ee[

+
+

11 ė ĕ e_ ẹ ě j ee[

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/env-code-option-samp-command-file-C_002dx-ESC.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/env-code-option-samp-command-file-C_002dx-ESC.html index 00e86d6b77..8a3dda36a3 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/env-code-option-samp-command-file-C_002dx-ESC.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/env-code-option-samp-command-file-C_002dx-ESC.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

22 env code optionsampcommand file C-x ESC

+
+

22 env code optionsampcommand file C-x ESC

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/f_002d_002dile1-f_002d_002dile.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/f_002d_002dile1-f_002d_002dile.html index a54ccf4dbb..2ca300b82e 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/f_002d_002dile1-f_002d_002dile.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/f_002d_002dile1-f_002d_002dile.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: the someone no_explain@there, Up: Top  


-

19 f--ile1 alt

+
+

19 f--ile1 alt

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/gH-3rd.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/gH-3rd.html index f09ed42191..d781b35e38 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/gH-3rd.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/gH-3rd.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: http://somewhere_aaa text ls, Previous: , Up: Top  


-

26 gH 3rd

+
+

26 gH 3rd

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html index d3ff34bf9d..a14b1cdf75 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html @@ -36,12 +36,14 @@ ul.no-bullet {list-style: none} -
+
+

Previous: , Up: Top  


-

27 http://somewhere_aaa text ls

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/i-E-C.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/i-E-C.html index 3e60ce40d5..9bb71cfdf0 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/i-E-C.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/i-E-C.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

12 i Ē` Ć,

+
+

12 i Ē` Ć,

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/index.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/index.html index 0ff52c37eb..82ab02ad74 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/index.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/index.html @@ -36,12 +36,14 @@ ul.no-bullet {list-style: none} -
+
+

Next:  


-

Top

+
+

Top

-
+

Next:  

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/indicateurl.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/indicateurl.html index 92b9cb88a4..0c8f97c9fe 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/indicateurl.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/indicateurl.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

25 ‘indicateurl

+
+

25 ‘indicateurl

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/sansserif-slanted.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/sansserif-slanted.html index 65de565702..33523b453a 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/sansserif-slanted.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/sansserif-slanted.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

24 sansserif slanted

+
+

24 sansserif slanted

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/someone_0040somewher-no_005fexplain_0040there.html b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/someone_0040somewher-no_005fexplain_0040there.html index 47ff328d4b..832873b423 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/someone_0040somewher-no_005fexplain_0040there.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_html/someone_0040somewher-no_005fexplain_0040there.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+ diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/----_0021---_002e--_002e-_003f-_0040.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/----_0021---_002e--_002e-_003f-_0040.html index e16c2fa64c..67ce180fec 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/----_0021---_002e--_002e-_003f-_0040.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/----_0021---_002e--_002e-_003f-_0040.html @@ -40,13 +40,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

2     !
. . ? @

+
+

2     !
. . ? @

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_0040-_007b_007d-_002e-.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_0040-_007b_007d-_002e-.html index 9ac203e971..bfb3462bc0 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_0040-_007b_007d-_002e-.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_0040-_007b_007d-_002e-.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

20 @ {} .

+
+

20 @ {} .

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_007b-_007d.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_007b-_007d.html index bda8ce2b44..584592dd6f 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_007b-_007d.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/-_007b-_007d.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

1 { }

+
+

1 { }

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/8_002e27in.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/8_002e27in.html index d71ed9dee3..db7e9000a1 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/8_002e27in.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/8_002e27in.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

23 8.27in

+
+

23 8.27in

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html index 2f2dfdcca4..1fcc33c6d2 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AA-ae-oe-AE-OE-o-O-ss-l-L-D-d-TH-th.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

9 Å æ œ Æ Œ ø Ø ß ł Ł Ð ð Þ þ

+
+

9 Å æ œ Æ Œ ø Ø ß ł Ł Ð ð Þ þ

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AAA-AAA-BBB.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AAA-AAA-BBB.html index 1c00462a75..d6cc6e1132 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AAA-AAA-BBB.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/AAA-AAA-BBB.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

16 AAA (fff) AAA BBB

+
+

16 AAA (fff) AAA BBB

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/CCC-CCC-DDD.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/CCC-CCC-DDD.html index bf9cb7869f..4325eb49e9 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/CCC-CCC-DDD.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/CCC-CCC-DDD.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

17 CCC (rrr) CCC DDD

+
+

17 CCC (rrr) CCC DDD

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html index c1a52f4c1d..46341ab23d 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

4 LaTeX TeX • , © … ...

+
+

4 LaTeX TeX • , © … ...

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html index fddecf9c89..cdc353719c 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+
-

3 @ { } \ #

+
+

3 @ { } \ #

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html index 7d6a6a2a65..f5bd543100 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_0060_0060-_0027_0027-_002d_002d_002d-_002d_002d-_0060-_0027.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

15 “ ” — – ‘ ’

+
+

15 “ ” — – ‘ ’

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html index ac7370b056..4ecca4202b 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00aa-_00ba-_2605-_00a3-_22a3-_00bf-_00ae.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

7 ª º ∗ £ -| ¿ ®

+
+

7 ª º ∗ £ -| ¿ ®

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html index bed5644c05..77f0f332e5 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_00ab-_00bb-_00ab-_00bb-_2039-_203a.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

14 « » « » ‹ ›

+
+

14 « » « » ‹ ›

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html index d37aa9396b..d334d9fec9 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_201c-_201d-_2018-_2019-_201e-_201a.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

13 “ ” ‘ ’ „ ‚

+
+

13 “ ” ‘ ’ „ ‚

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_21d2-_00b0-a-b--aa.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_21d2-_00b0-a-b--aa.html index d649627738..b5bde1d5e5 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_21d2-_00b0-a-b--aa.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_21d2-_00b0-a-b--aa.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

8 ⇒ ° a b a sunny day å

+
+

8 ⇒ ° a b a sunny day å

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html index 6716cc31b7..ba6b4f50bd 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

5 ≡ error→ € ¡ → -

+
+

5 ≡ error→ € ¡ → -

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2265-_2264-_2192.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2265-_2264-_2192.html index 7a71c09e50..f87374f67c 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2265-_2264-_2192.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/_2265-_2264-_2192.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

6 ≥ ≤ →

+
+

6 ≥ ≤ →

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/a-e-i-a-a-e-c-e-e-e-e.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/a-e-i-a-a-e-c-e-e-e-e.html index aa82c1de06..c2a4d9cea8 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/a-e-i-a-a-e-c-e-e-e-e.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/a-e-i-a-a-e-c-e-e-e-e.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

10 ä ẽ î â à é ç ē e* e'' ę

+
+

10 ä ẽ î â à é ç ē e* e'' ę

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html index f2179a7a44..caf5960a11 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/cite-asis-in-_0040w-b-in-r-SC-str-t-var-dfn-i.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

21 cite asis in @w b in r SC str t var dfn i

+
+

21 cite asis in @w b in r SC str t var dfn i

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/e-e-e-e-e-j-ee.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/e-e-e-e-e-j-ee.html index 1fbdbb7ee4..352f6a83b8 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/e-e-e-e-e-j-ee.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/e-e-e-e-e-j-ee.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

11 ė ĕ e_ ẹ ě j ee[

+
+

11 ė ĕ e_ ẹ ě j ee[

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/env-code-option-samp-command-file-C_002dx-ESC.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/env-code-option-samp-command-file-C_002dx-ESC.html index 0808c2c5fc..9ce72232cf 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/env-code-option-samp-command-file-C_002dx-ESC.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/env-code-option-samp-command-file-C_002dx-ESC.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

22 env code optionsampcommand file C-x ESC

+
+

22 env code optionsampcommand file C-x ESC

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/f_002d_002dile1-f_002d_002dile.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/f_002d_002dile1-f_002d_002dile.html index 5ad577e03d..dd800cc9b4 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/f_002d_002dile1-f_002d_002dile.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/f_002d_002dile1-f_002d_002dile.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: the someone no_explain@there, Up: Top  


-

19 f--ile1 alt

+
+

19 f--ile1 alt

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/gH-3rd.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/gH-3rd.html index 3ca8a125c2..b27538464a 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/gH-3rd.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/gH-3rd.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: http://somewhere_aaa text ls, Previous: , Up: Top  


-

26 gH 3rd

+
+

26 gH 3rd

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html index d6aaa7a5bc..7377a114e1 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/http_003a_002f_002fsomewhere_005faaa-url-_002fman_002ecgi_002f1_002fls.html @@ -36,12 +36,14 @@ ul.no-bullet {list-style: none} -
+
+

Previous: , Up: Top  


-

27 http://somewhere_aaa text ls

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/i-E-C.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/i-E-C.html index 90f1ffff3e..daf98daa8e 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/i-E-C.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/i-E-C.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+
-

12 i Ē` Ć,

+
+

12 i Ē` Ć,

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/index.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/index.html index 61197ae067..44685a90a2 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/index.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/index.html @@ -36,12 +36,14 @@ ul.no-bullet {list-style: none} -
+
+

Next:  


-

Top

+
+

Top

-
+

Next:  

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/indicateurl.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/indicateurl.html index 3f044ceb5b..0427fb5bbd 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/indicateurl.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/indicateurl.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

25 ‘indicateurl

+
+

25 ‘indicateurl

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/sansserif-slanted.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/sansserif-slanted.html index 23c6e0faf1..68f4a852b7 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/sansserif-slanted.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/sansserif-slanted.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: Top  


-

24 sansserif slanted

+
+

24 sansserif slanted

+
diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/someone_0040somewher-no_005fexplain_0040there.html b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/someone_0040somewher-no_005fexplain_0040there.html index 33cb664504..b6468d5181 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/someone_0040somewher-no_005fexplain_0040there.html +++ b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_html/someone_0040somewher-no_005fexplain_0040there.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
+ diff --git a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html index d29f10f41d..0bdccc8156 100644 --- a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html +++ b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: top   [Index]


-

4

+
+

4

+
diff --git a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html index f1d81eaf40..51c5121c3d 100644 --- a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html +++ b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: top   [Index]


-

1

+
+

1

+
diff --git a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-u.html b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-u.html index 3eaa300caf..d22c8f56f9 100644 --- a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-u.html +++ b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/a-e-u.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
+
+

Next: , Previous: , Up: top   [Index]


-

3

+
+

3

+
diff --git a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/c.html b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/c.html index fee6f9236a..a6173e5a97 100644 --- a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/c.html +++ b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/c.html @@ -37,12 +37,14 @@ ul.no-bullet {list-style: none} -
+
+

Previous: , Up: top   [Index]


-

5

+
+

5

@@ -57,6 +59,7 @@ Previous:

, Previous: , Up: top   [Index]


-

2

+
+

2

+
diff --git a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/index.html b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/index.html index 7b6c0ccc43..f17d9f524a 100644 --- a/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/index.html +++ b/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_html/index.html @@ -38,12 +38,14 @@ ul.no-bullet {list-style: none} -
+
+

Next:   [Index]


-

top

+
+

top

Jump to:     @@ -96,11 +98,12 @@ Next:
  • -
    +

    Next:   [Index]

    + diff --git a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html index 572ef5127b..c1ad041854 100644 --- a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html +++ b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-A-E-I-O-U.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: top   [Index]


    -

    4 â ê î ô û Â Ê Î Ô Û

    +
    +

    4 â ê î ô û Â Ê Î Ô Û

    +
    diff --git a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html index 3a5d24b7cb..66ecca63fa 100644 --- a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html +++ b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-i-o-u-y-A-E-I-O-U.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: top   [Index]


    -

    1 ä ë ï ö ü ÿ Ä Ë Ï Ö Ü

    +
    +

    1 ä ë ï ö ü ÿ Ä Ë Ï Ö Ü

    +
    diff --git a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-u.html b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-u.html index 14c18c488f..36241881ca 100644 --- a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-u.html +++ b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/a-e-u.html @@ -38,13 +38,16 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: top   [Index]


    -

    3 à è ù

    +
    +

    3 à è ù

    +
    diff --git a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/c.html b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/c.html index 1215234ef0..8608a4ed6a 100644 --- a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/c.html +++ b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/c.html @@ -37,12 +37,14 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    5 ç

    +
    +

    5 ç

    ä ë ï ö ü ÿ Ä Ë Ï Ö Ü é @@ -57,6 +59,7 @@ Previous:


    -

    2 é

    +
    +

    2 é

    +
    diff --git a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/index.html b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/index.html index 5aee523348..492517967b 100644 --- a/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/index.html +++ b/tp/t/results/converters_tests/char_latin1_utf8_in_refs/res_html/index.html @@ -38,12 +38,14 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    top

    +
    +

    top

    Jump to:   Â   @@ -96,11 +98,12 @@ Next:
  • â ê î ô û Â Ê Î Ô Û
  • ç
  • -
    +
    + diff --git a/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/A-a-_002c-E-e.html b/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/A-a-_002c-E-e.html index d75a909c17..3491511b8a 100644 --- a/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/A-a-_002c-E-e.html +++ b/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/A-a-_002c-E-e.html @@ -37,15 +37,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Previous: , Up: top   [Index]


    -

    1

    +
    +

    1

    +
    diff --git a/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/index.html b/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/index.html index 73badcfcd1..8b55cd68e2 100644 --- a/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/index.html +++ b/tp/t/results/converters_tests/char_latin2_latin2_in_refs/res_html/index.html @@ -38,12 +38,14 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Index]


    -

    top

    +
    +

    top

    .

    @@ -65,11 +67,12 @@ Next: -
    +

    Next:   [Index]

    +
    diff --git a/tp/t/results/converters_tests/complex_nestings.pl b/tp/t/results/converters_tests/complex_nestings.pl index ce77f6ff26..1e9a993488 100644 --- a/tp/t/results/converters_tests/complex_nestings.pl +++ b/tp/t/results/converters_tests/complex_nestings.pl @@ -1438,7 +1438,8 @@ $result_converted{'plaintext'}->{'complex_nestings'} = ' deffs '; -$result_converted{'html_text'}->{'complex_nestings'} = '

    Top

    +$result_converted{'html_text'}->{'complex_nestings'} = '
    +

    Top

    deffs
    @@ -1472,7 +1473,7 @@ explanation
     
     
     
    -
    +

    '; diff --git a/tp/t/results/converters_tests/footnote_no_number.pl b/tp/t/results/converters_tests/footnote_no_number.pl index 03b42910b3..d29a72b2a8 100644 --- a/tp/t/results/converters_tests/footnote_no_number.pl +++ b/tp/t/results/converters_tests/footnote_no_number.pl @@ -230,12 +230,13 @@ $result_converted{'plaintext'}->{'footnote_no_number'} = 'Para(*). '; -$result_converted{'html_text'}->{'footnote_no_number'} = '

    Top

    +$result_converted{'html_text'}->{'footnote_no_number'} = '
    +

    Top

    Para*.

    Para2*. -

    +


    Footnotes

    @@ -244,7 +245,7 @@ $result_converted{'html_text'}->{'footnote_no_number'} = '
    (*)

    Footnote 2.

    -
    +
    '; diff --git a/tp/t/results/converters_tests/footnote_no_number_separate.pl b/tp/t/results/converters_tests/footnote_no_number_separate.pl index 3c66519a64..c5a138128a 100644 --- a/tp/t/results/converters_tests/footnote_no_number_separate.pl +++ b/tp/t/results/converters_tests/footnote_no_number_separate.pl @@ -228,12 +228,13 @@ $result_converted{'plaintext'}->{'footnote_no_number_separate'} = 'Para(*) (*not '; -$result_converted{'html_text'}->{'footnote_no_number_separate'} = '

    Top

    +$result_converted{'html_text'}->{'footnote_no_number_separate'} = '
    +

    Top

    Para*.

    Para2*. -

    +


    Footnotes

    @@ -242,7 +243,7 @@ $result_converted{'html_text'}->{'footnote_no_number_separate'} = '(*)

    Footnote 2.

    -
    +
    '; diff --git a/tp/t/results/converters_tests/image_formatting.pl b/tp/t/results/converters_tests/image_formatting.pl index 46ce8cd606..66ede27eb9 100644 --- a/tp/t/results/converters_tests/image_formatting.pl +++ b/tp/t/results/converters_tests/image_formatting.pl @@ -2574,7 +2574,8 @@ Image description""\\. '; -$result_converted{'html_text'}->{'image_formatting'} = '

    Top

    +$result_converted{'html_text'}->{'image_formatting'} = '
    +

    Top

    @image{f--ile} f--ile @image{f--ile,l--i} f--ile @@ -2602,7 +2603,7 @@ $result_converted{'html_text'}->{'image_formatting'} = 'in para a very long alt argument that could span more than one line who knows. -


    +


    '; $result_converted_errors{'html_text'}->{'image_formatting'} = [ diff --git a/tp/t/results/converters_tests/index_entry_in_preformatted.pl b/tp/t/results/converters_tests/index_entry_in_preformatted.pl index 91492aa068..356370fcf0 100644 --- a/tp/t/results/converters_tests/index_entry_in_preformatted.pl +++ b/tp/t/results/converters_tests/index_entry_in_preformatted.pl @@ -370,14 +370,15 @@ $result_converted{'plaintext'}->{'index_entry_in_preformatted'} = ' text '; -$result_converted{'html_text'}->{'index_entry_in_preformatted'} = '

    Top

    +$result_converted{'html_text'}->{'index_entry_in_preformatted'} = '
    +

    Top

    text
     
     text2
     
    -
    +

    '; diff --git a/tp/t/results/converters_tests/japanese_shift_jis/res_html/Introduction.html b/tp/t/results/converters_tests/japanese_shift_jis/res_html/Introduction.html index c06369e49b..6a1f8b8dd5 100644 --- a/tp/t/results/converters_tests/japanese_shift_jis/res_html/Introduction.html +++ b/tp/t/results/converters_tests/japanese_shift_jis/res_html/Introduction.html @@ -44,15 +44,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Previous: , Up: GNU LilyPond — wK}jA  


    -

    2 Introduction

    +
    +

    2 Introduction

    ̏͂ł͓ǎ҂ LilyPond Ƃ̃hLgɂ‚Ă̏Љs܂B

    +
    diff --git a/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html b/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html index 9074b90d9b..58383e3614 100644 --- a/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html +++ b/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html @@ -45,16 +45,19 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    1 Preface

    +
    +

    1 Preface

    1995 N̂ EJE (Eindhoven Youth Orchestra) ̃n[T̂łƂł | ς҂̃oCIt҂łW͓ς҂̃t`zt҂̃n-EFɔނĂV傫ȃvWFNĝƂb܂B͉yoł邽߂̎ꂽVXeł (mɂ́A MPP | MusiXTeX ̃vvZbTł)B𕷂ăn-EF͂Ɋy炢‚̕vgAEgƎvAނ͂̂߂̃\tgEFATn߁Aɂ̗ɂȂĂ܂܂Bꂪ MPP ̏It܂B̓NwIl@܂ݔM email ̌̌An-EF 1996 N LilyPond ̐Jn܂B̎AW̓n-EF̐VvWFNgɈ荞܂܂B

    +
    diff --git a/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html b/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html index 5ecbc5820e..cffc4e4585 100644 --- a/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html +++ b/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html @@ -46,12 +46,14 @@ ul.no-bullet {list-style: none}

    GNU LilyPond – Manuel d’initiation japanese

    -
    +
    +

    Next:  


    -

    GNU LilyPond — wK}jA

    +
    +

    GNU LilyPond — wK}jA

    @@ -62,11 +64,12 @@ Next:  

  • Preface
  • Introduction
  • -
    +

    Next:  

    +
    diff --git a/tp/t/results/converters_tests/printindex_merged_indices_code_style.pl b/tp/t/results/converters_tests/printindex_merged_indices_code_style.pl index d46cd60b34..abb5c7c337 100644 --- a/tp/t/results/converters_tests/printindex_merged_indices_code_style.pl +++ b/tp/t/results/converters_tests/printindex_merged_indices_code_style.pl @@ -769,7 +769,8 @@ $result_converted{'plaintext'}->{'printindex_merged_indices_code_style'} = '* Me '; -$result_converted{'html_text'}->{'printindex_merged_indices_code_style'} = '

    Top

    +$result_converted{'html_text'}->{'printindex_merged_indices_code_style'} = '
    +

    Top

    @@ -822,7 +823,7 @@ $result_converted{'html_text'}->{'printindex_merged_indices_code_style'} = 'V  
    -
    +

    '; diff --git a/tp/t/results/converters_tests/ref_in_sectioning.pl b/tp/t/results/converters_tests/ref_in_sectioning.pl index 425166693a..8c35a647d8 100644 --- a/tp/t/results/converters_tests/ref_in_sectioning.pl +++ b/tp/t/results/converters_tests/ref_in_sectioning.pl @@ -2541,11 +2541,13 @@ for example *note node:: (*note node::) (*note (file)Top::) $result_converted{'html_text'}->{'ref_in_sectioning'} = ' -
    +
    +

     

    -

    for example See title in Manual. (see See title in Manual.) (see Manual)

    +
    +

    for example See title in Manual. (see See title in Manual.) (see Manual)

    Table of Contents

    @@ -2572,19 +2574,24 @@ $result_converted{'html_text'}->{'ref_in_sectioning'} = '
    -
    -
    +

    +
    +

     

    -

    1 See title in Manual.

    +
    +

    1 See title in Manual.

    -
    -
    +

    +
    +
    +

     

    -

    2 See title in Manual. just node

    +
    +

    2 See title in Manual. just node

    -

    2.1 cross ref name node, crossref arg2

    +
    +

    2.1 cross ref name node, crossref arg2

    -

    2.2 title code node, samptitle arg3

    +
    +

    2.2 title code node, samptitle arg3

    -

    2.3 (file name)node code node, file name

    +
    +

    2.3 (file name)node code node, file name

    -

    2.4 ‘node’ in Manual node and manual

    +
    +

    2.4 ‘node’ in Manual node and manual

    -

    2.5 Manual Top and manual

    +
    +

    2.5 Manual Top and manual

    -

    2.6 Manual no node just manual

    +
    +

    2.6 Manual no node just manual

    -

    2.7 (file name) no node just file name

    +
    +

    2.7 (file name) no node just file name

    -

    2.8 See (c)b inforef a b c

    +
    +

    2.8 See (c)b inforef a b c

    -

    2.9 (see (file name)Top) pxref Top file name, spaces

    +
    +

    2.9 (see (file name)Top) pxref Top file name, spaces

    -

    2.10 (see (file name)) pxref file name only, spaces

    +
    +

    2.10 (see (file name)) pxref file name only, spaces

    -

    2.11 See (filename)Top, xref Top filename only, no spaces

    +
    +

    2.11 See (filename)Top, xref Top filename only, no spaces

    -

    2.12 See (filename). xref filename only, no spaces

    +
    +

    2.12 See (filename). xref filename only, no spaces

    -
    +

    '; diff --git a/tp/t/results/converters_tests/refs_formatting.pl b/tp/t/results/converters_tests/refs_formatting.pl index 114256d344..0cfaefb879 100644 --- a/tp/t/results/converters_tests/refs_formatting.pl +++ b/tp/t/results/converters_tests/refs_formatting.pl @@ -4464,7 +4464,9 @@ title: (file name)(pman)anode. \'@ref{(pman)anode,,,file name,manual}\' '; -$result_converted{'html_text'}->{'refs_formatting'} = '

    1 chapter

    +$result_converted{'html_text'}->{'refs_formatting'} = '
    +
    +

    1 chapter

    @ref{chapter,cross ref name} cross ref name @ref{chapter,,title} title @@ -4500,7 +4502,7 @@ $result_converted{'html_text'}->{'refs_formatting'} = '@inforef{chapter} See ‘chapter’ @inforef{chapter, cross ref name} See ‘cross ref name’ @inforef{chapter,,file name} See (file name)chapter -


    +


    '; diff --git a/tp/t/results/converters_tests/sample_utf8/res_html/DiYiZhang_0028First-Chapter_0029.html b/tp/t/results/converters_tests/sample_utf8/res_html/DiYiZhang_0028First-Chapter_0029.html index 3a3a430f6c..e3f592d3fc 100644 --- a/tp/t/results/converters_tests/sample_utf8/res_html/DiYiZhang_0028First-Chapter_0029.html +++ b/tp/t/results/converters_tests/sample_utf8/res_html/DiYiZhang_0028First-Chapter_0029.html @@ -43,12 +43,14 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    1 第一章(First Chapter)

    +
    +

    1 第一章(First Chapter)

    @@ -67,6 +69,7 @@ This is the first item. This is the second item. +
    diff --git a/tp/t/results/converters_tests/sample_utf8/res_html/Index-node.html b/tp/t/results/converters_tests/sample_utf8/res_html/Index-node.html index 14fd7035a2..0dab147ff5 100644 --- a/tp/t/results/converters_tests/sample_utf8/res_html/Index-node.html +++ b/tp/t/results/converters_tests/sample_utf8/res_html/Index-node.html @@ -42,12 +42,14 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    Index

    +
    +

    Index

    Jump to:   C   @@ -84,6 +86,7 @@ Previous:
    +
    diff --git a/tp/t/results/converters_tests/sample_utf8/res_html/Second-Chapter-AE-AE-ae-ae.html b/tp/t/results/converters_tests/sample_utf8/res_html/Second-Chapter-AE-AE-ae-ae.html index 9a5c54606d..f69bcdb6d8 100644 --- a/tp/t/results/converters_tests/sample_utf8/res_html/Second-Chapter-AE-AE-ae-ae.html +++ b/tp/t/results/converters_tests/sample_utf8/res_html/Second-Chapter-AE-AE-ae-ae.html @@ -43,15 +43,18 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    2 Chapter 2 AE ĄĘ ae ąę

    +
    +

    2 Chapter 2 AE ĄĘ ae ąę

    Zażółć gęślą jaźń!

    +
    diff --git a/tp/t/results/converters_tests/sample_utf8/res_html/index.html b/tp/t/results/converters_tests/sample_utf8/res_html/index.html index a478f624f4..09be89c8b4 100644 --- a/tp/t/results/converters_tests/sample_utf8/res_html/index.html +++ b/tp/t/results/converters_tests/sample_utf8/res_html/index.html @@ -46,12 +46,14 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    Texinfo中文示例

    +
    +

    Texinfo中文示例

    This is a short example of a complete Texinfo file.

    @@ -72,11 +74,12 @@ Texinfo中文示例
    -
    +

    +
    diff --git a/tp/t/results/converters_tests/some_at_commands_in_ref_nodes.pl b/tp/t/results/converters_tests/some_at_commands_in_ref_nodes.pl index ae8617efc0..76194a4bf4 100644 --- a/tp/t/results/converters_tests/some_at_commands_in_ref_nodes.pl +++ b/tp/t/results/converters_tests/some_at_commands_in_ref_nodes.pl @@ -1827,25 +1827,29 @@ see *note (manual)a *strong* ref with SC, a i trema ï, a dotless i trema $result_converted{'html_text'}->{'some_at_commands_in_ref_nodes'} = ' -
    +
    +

     

    -

    Top

    +
    +

    Top

    -
    -
    +

    +
    +

     

    -

    1 A SC node ï ï Ē` ł Ć, ¡

    +
    '; diff --git a/tp/t/results/converters_tests/spaces_in_empty_node_names.pl b/tp/t/results/converters_tests/spaces_in_empty_node_names.pl index ac76712aac..3f75832dd3 100644 --- a/tp/t/results/converters_tests/spaces_in_empty_node_names.pl +++ b/tp/t/results/converters_tests/spaces_in_empty_node_names.pl @@ -959,26 +959,30 @@ $result_converted{'plaintext'}->{'spaces_in_empty_node_names'} = '*note :: '; -$result_converted{'html_text'}->{'spaces_in_empty_node_names'} = '
    +$result_converted{'html_text'}->{'spaces_in_empty_node_names'} = '
    +

     

    Top

    -
    +

    +

     

    -
    +

    +

     

    -
    +

    +

     

    @@ -989,7 +993,7 @@ $result_converted{'html_text'}->{'spaces_in_empty_node_names'} = '

    ‘  ’ -


    +


    '; diff --git a/tp/t/results/converters_tests/spaces_in_node_names.pl b/tp/t/results/converters_tests/spaces_in_node_names.pl index ab4b518777..d6a7063cd2 100644 --- a/tp/t/results/converters_tests/spaces_in_node_names.pl +++ b/tp/t/results/converters_tests/spaces_in_node_names.pl @@ -1054,29 +1054,33 @@ $result_converted{'plaintext'}->{'spaces_in_node_names'} = '*note a :: '; -$result_converted{'html_text'}->{'spaces_in_node_names'} = '
    +$result_converted{'html_text'}->{'spaces_in_node_names'} = '
    +

     

    Top

    -
    -
    +

    +
    +

     

    a  

    -
    -
    +

    +
    +

     

    b

    -
    -
    +

    +
    +

     

    @@ -1087,7 +1091,7 @@ $result_converted{'html_text'}->{'spaces_in_node_names'} = 'b

    c   -


    +


    '; diff --git a/tp/t/results/converters_tests/test_deftypefnnewline.pl b/tp/t/results/converters_tests/test_deftypefnnewline.pl index 33fcd464fe..0294326edd 100644 --- a/tp/t/results/converters_tests/test_deftypefnnewline.pl +++ b/tp/t/results/converters_tests/test_deftypefnnewline.pl @@ -960,7 +960,8 @@ $result_converted{'plaintext'}->{'test_deftypefnnewline'} = ' -- Function: $result_converted{'html_text'}->{'test_deftypefnnewline'} = ' -

    Top

    +
    +

    Top

    Function:
    data-type
    name arguments...

    aaa @@ -981,7 +982,7 @@ $result_converted{'html_text'}->{'test_deftypefnnewline'} = '

    fun2: arg2

    fff2

    -
    +

    '; diff --git a/tp/t/results/converters_tests/things_before_setfilename.pl b/tp/t/results/converters_tests/things_before_setfilename.pl index 5483f1b547..8eb5f76c89 100644 --- a/tp/t/results/converters_tests/things_before_setfilename.pl +++ b/tp/t/results/converters_tests/things_before_setfilename.pl @@ -1526,7 +1526,9 @@ ul.no-bullet {list-style: none} -

    top section

    +
    +
    +

    top section

    Ref to anchor An anchor @@ -1534,7 +1536,8 @@ ul.no-bullet {list-style: none}

    Ref to footnote anchor Anchor in footnote

    -
    +

    +
    diff --git a/tp/t/results/converters_tests/top_in_ref.pl b/tp/t/results/converters_tests/top_in_ref.pl index 9f4495c081..1c5f1e3199 100644 --- a/tp/t/results/converters_tests/top_in_ref.pl +++ b/tp/t/results/converters_tests/top_in_ref.pl @@ -4392,7 +4392,8 @@ name)Top:: '; -$result_converted{'html_text'}->{'top_in_ref'} = '

    Top

    +$result_converted{'html_text'}->{'top_in_ref'} = '
    +

    Top

    @ref{Top,cross ref name} cross ref name @ref{Top,,title} title @@ -4428,7 +4429,7 @@ $result_converted{'html_text'}->{'top_in_ref'} = '

    @inforef{Top} @inforef{Top, cross ref name} See ‘cross ref name’ @inforef{Top,,file name} See (file name)Top -


    +


    '; diff --git a/tp/t/results/converters_tests/top_in_ref_keep_top.pl b/tp/t/results/converters_tests/top_in_ref_keep_top.pl index 0e904974c0..a9e9556b54 100644 --- a/tp/t/results/converters_tests/top_in_ref_keep_top.pl +++ b/tp/t/results/converters_tests/top_in_ref_keep_top.pl @@ -4354,7 +4354,8 @@ $result_floats{'top_in_ref_keep_top'} = {}; -$result_converted{'html_text'}->{'top_in_ref_keep_top'} = '

    Top

    +$result_converted{'html_text'}->{'top_in_ref_keep_top'} = '
    +

    Top

    @ref{Top,cross ref name} cross ref name @ref{Top,,title} title @@ -4390,7 +4391,7 @@ $result_converted{'html_text'}->{'top_in_ref_keep_top'} = '@inforef{Top} See ‘Top’ @inforef{Top, cross ref name} See ‘cross ref name’ @inforef{Top,,file name} See (file name)Top -


    +


    '; 1; diff --git a/tp/t/results/converters_tests/weird_accents.pl b/tp/t/results/converters_tests/weird_accents.pl index 773346c42c..0099fcdc33 100644 --- a/tp/t/results/converters_tests/weird_accents.pl +++ b/tp/t/results/converters_tests/weird_accents.pl @@ -644,7 +644,9 @@ i~= $result_converted{'html_text'}->{'weird_accents'} = ' -

    top

    +
    +
    +

    top

    ĩ=

    @@ -655,7 +657,7 @@ $result_converted{'html_text'}->{'weird_accents'} = '

    .r`^

    r`\'= -


    +


    '; diff --git a/tp/t/results/converters_tests/weird_accents_disable_encoding.pl b/tp/t/results/converters_tests/weird_accents_disable_encoding.pl index 0256aecfb5..70984dc728 100644 --- a/tp/t/results/converters_tests/weird_accents_disable_encoding.pl +++ b/tp/t/results/converters_tests/weird_accents_disable_encoding.pl @@ -644,7 +644,9 @@ i~= $result_converted{'html_text'}->{'weird_accents_disable_encoding'} = ' -

    top

    +
    +
    +

    top

    ĩ=

    @@ -655,7 +657,7 @@ $result_converted{'html_text'}->{'weird_accents_disable_encoding'} = '

    .r`^

    r`\'= -


    +


    '; diff --git a/tp/t/results/coverage/commands.pl b/tp/t/results/coverage/commands.pl index 94b926dfb1..ade609b98e 100644 --- a/tp/t/results/coverage/commands.pl +++ b/tp/t/results/coverage/commands.pl @@ -568,8 +568,9 @@ File → Open.

    -

    majorheading in b

    -'; +
    +

    majorheading in b

    +
    '; $result_converted{'xml'}->{'commands'} = '&arobase; &tex; e i a a diff --git a/tp/t/results/coverage/punctuation_in_line_commands.pl b/tp/t/results/coverage/punctuation_in_line_commands.pl index 1467e1ed5b..b26728f7c0 100644 --- a/tp/t/results/coverage/punctuation_in_line_commands.pl +++ b/tp/t/results/coverage/punctuation_in_line_commands.pl @@ -1203,7 +1203,9 @@ top! After punc $result_converted{'html_text'}->{'punctuation_in_line_commands'} = ' -

    top! After punc

    +
    +
    +

    top! After punc

    item! After punc
    @@ -1229,8 +1231,9 @@ $result_converted{'html_text'}->{'punctuation_in_line_commands'} = ' -

    heading! After punc

    - +
    +

    heading! After punc

    +

    titlefont! After punc

    center! After punc @@ -1250,7 +1253,7 @@ $result_converted{'html_text'}->{'punctuation_in_line_commands'} = '
    -
    +

    '; diff --git a/tp/t/results/coverage_braces/footnote_no_node.pl b/tp/t/results/coverage_braces/footnote_no_node.pl index 6f19c03af8..3f6e59f785 100644 --- a/tp/t/results/coverage_braces/footnote_no_node.pl +++ b/tp/t/results/coverage_braces/footnote_no_node.pl @@ -154,17 +154,18 @@ F(1). '; -$result_converted{'html_text'}->{'footnote_no_node'} = '

    top

    +$result_converted{'html_text'}->{'footnote_no_node'} = '
    +

    top

    F1. -

    +


    Footnotes

    (1)

    In footnote

    -
    +
    '; 1; diff --git a/tp/t/results/coverage_braces/heading_in_footnote.pl b/tp/t/results/coverage_braces/heading_in_footnote.pl index 4bcd554f07..ae011cd9f1 100644 --- a/tp/t/results/coverage_braces/heading_in_footnote.pl +++ b/tp/t/results/coverage_braces/heading_in_footnote.pl @@ -207,8 +207,9 @@ $result_converted{'html_text'}->{'heading_in_footnote'} = '

    T(1)

    AAA -

    H1

    - +

    +

    H1

    +

    BBB

    diff --git a/tp/t/results/coverage_braces/inforef_too_much_args.pl b/tp/t/results/coverage_braces/inforef_too_much_args.pl index 74daded943..20c2192d1c 100644 --- a/tp/t/results/coverage_braces/inforef_too_much_args.pl +++ b/tp/t/results/coverage_braces/inforef_too_much_args.pl @@ -196,10 +196,11 @@ $result_converted{'plaintext'}->{'inforef_too_much_args'} = '*note cross ref nam '; -$result_converted{'html_text'}->{'inforef_too_much_args'} = '

    chapter

    +$result_converted{'html_text'}->{'inforef_too_much_args'} = '
    '; 1; diff --git a/tp/t/results/coverage_braces/test_image.pl b/tp/t/results/coverage_braces/test_image.pl index f5a3385e6e..645ccd692c 100644 --- a/tp/t/results/coverage_braces/test_image.pl +++ b/tp/t/results/coverage_braces/test_image.pl @@ -3947,7 +3947,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    f@i--le..  a@<"%@  < & @ % " @@ -3986,7 +3987,7 @@ In text [ alt î–le.. a <"%@ < & @ % " ">.

    -
    +

    @@ -4185,7 +4186,8 @@ $result_converted_errors{'plaintext'}->{'test_image'} = [ $result_converted{'html_text'}->{'test_image'} = ' -

    Top

    +
    +

    Top

    f@i--le..  a@<"%@  < & @ % " @@ -4224,7 +4226,7 @@ In text [ alt î–le.. a <"%@ < & @ % " ">.

    -
    +

    '; $result_converted_errors{'html_text'}->{'test_image'} = [ diff --git a/tp/t/results/coverage_braces/two_footnotes_in_nodes.pl b/tp/t/results/coverage_braces/two_footnotes_in_nodes.pl index 9a4b81909a..e91da1dd68 100644 --- a/tp/t/results/coverage_braces/two_footnotes_in_nodes.pl +++ b/tp/t/results/coverage_braces/two_footnotes_in_nodes.pl @@ -840,11 +840,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    2 footnotes in 2 nodes

    +
    +

    2 footnotes in 2 nodes

    A1

    @@ -854,18 +856,20 @@ Next:  

    -
    -
    +

    +
    + -

    1 chapter

    +
    +

    1 chapter

    C3

    D4

    -
    +

    Footnotes

    @@ -887,6 +891,8 @@ Previous: , Up

    para2


    +
    +
    @@ -997,11 +1003,13 @@ C(1) '; -$result_converted{'html_text'}->{'two_footnotes_in_nodes'} = '
    +$result_converted{'html_text'}->{'two_footnotes_in_nodes'} = '
    +

     

    -

    2 footnotes in 2 nodes

    +
    +

    2 footnotes in 2 nodes

    A1

    @@ -1011,18 +1019,20 @@ $result_converted{'html_text'}->{'two_footnotes_in_nodes'} = '
  • chapter
  • -
    -
    +

    +
    +

     

    -

    1 chapter

    +
    +

    1 chapter

    C3

    D4

    -
    +

    Footnotes

    diff --git a/tp/t/results/coverage_braces/two_footnotes_in_nodes_separate.pl b/tp/t/results/coverage_braces/two_footnotes_in_nodes_separate.pl index 2f60700152..0bdfc2bd78 100644 --- a/tp/t/results/coverage_braces/two_footnotes_in_nodes_separate.pl +++ b/tp/t/results/coverage_braces/two_footnotes_in_nodes_separate.pl @@ -876,11 +876,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    2 footnotes in 2 nodes

    +
    +

    2 footnotes in 2 nodes

    A1

    @@ -890,18 +892,22 @@ Next:  

    -
    -
    +

    +
    + -

    1 chapter

    +
    +

    1 chapter

    C3

    D4

    -
    +

    +
    +
    @@ -1012,11 +1018,13 @@ C(1) (*note chapter-Footnote-1::) '; -$result_converted{'html_text'}->{'two_footnotes_in_nodes_separate'} = '
    +$result_converted{'html_text'}->{'two_footnotes_in_nodes_separate'} = '
    +

     

    -

    2 footnotes in 2 nodes

    +
    +

    2 footnotes in 2 nodes

    A1

    @@ -1026,18 +1034,20 @@ $result_converted{'html_text'}->{'two_footnotes_in_nodes_separate'} = '
  • chapter
  • -
    -
    +

    +
    +

     

    -

    1 chapter

    +
    +

    1 chapter

    C3

    D4

    -
    +

    '; 1; diff --git a/tp/t/results/coverage_braces/verb_in_xref.pl b/tp/t/results/coverage_braces/verb_in_xref.pl index 15eece3784..28c0cc65cb 100644 --- a/tp/t/results/coverage_braces/verb_in_xref.pl +++ b/tp/t/results/coverage_braces/verb_in_xref.pl @@ -235,13 +235,14 @@ ggg : Top. '; -$result_converted{'html_text'}->{'verb_in_xref'} = '

    Top

    +$result_converted{'html_text'}->{'verb_in_xref'} = '
    +

    Top

    See with verb ggg . -


    +


    '; 1; diff --git a/tp/t/results/def/all_commands_delimiters_printindex.pl b/tp/t/results/def/all_commands_delimiters_printindex.pl index 84cf7c072b..daea4f7135 100644 --- a/tp/t/results/def/all_commands_delimiters_printindex.pl +++ b/tp/t/results/def/all_commands_delimiters_printindex.pl @@ -16030,7 +16030,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Command: forward--char nchars argument2 argument3 (arg in brace, [something in v--ar, in, b , comma apref p]) last
    @@ -16219,8 +16220,9 @@ ul.no-bullet {list-style: none}
    var then code: ret_type1 fun_name1 A1 A2 A3 A4
    -

    Functions

    -
    Jump to:   ) +
    +

    Functions

    +
    Jump to:   )   ,   @@ -16309,8 +16311,9 @@ ul.no-bullet {list-style: none}  
    -

    Types

    -
    Jump to:   A +
    +

    Types

    +
    Jump to:   A   P   @@ -16333,8 +16336,9 @@ ul.no-bullet {list-style: none}  
    -

    Variables

    -
    Jump to:   A +
    +

    Variables

    +
    Jump to:   A   B   @@ -16375,7 +16379,7 @@ ul.no-bullet {list-style: none} F  
    -
    +
    diff --git a/tp/t/results/def/all_commands_printindex.pl b/tp/t/results/def/all_commands_printindex.pl index d5e6f6405d..ed68321af5 100644 --- a/tp/t/results/def/all_commands_printindex.pl +++ b/tp/t/results/def/all_commands_printindex.pl @@ -4048,7 +4048,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    c--ategory: d--efvr_name

    d–efvr @@ -4139,8 +4140,9 @@ ul.no-bullet {list-style: none}

    d–eftypemethod

    -

    Functions

    -
    Jump to:   D +
    +

    Functions

    +
    Jump to:   D  
    @@ -4162,8 +4164,9 @@ ul.no-bullet {list-style: none}  
    -

    Types

    -
    Jump to:   D +
    +

    Types

    +
    Jump to:   D  
    @@ -4177,8 +4180,9 @@ ul.no-bullet {list-style: none}  
    -

    Variables

    -
    Jump to:   D +
    +

    Variables

    +
    Jump to:   D  
    @@ -4198,7 +4202,7 @@ ul.no-bullet {list-style: none}
    Jump to:   D  
    -
    +
    diff --git a/tp/t/results/def/space_in_def_for_index.pl b/tp/t/results/def/space_in_def_for_index.pl index 9571875b5a..8513a91b1b 100644 --- a/tp/t/results/def/space_in_def_for_index.pl +++ b/tp/t/results/def/space_in_def_for_index.pl @@ -558,7 +558,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Category: name argument argument2...
    @@ -585,7 +586,7 @@ ul.no-bullet {list-style: none} N  
    -
    +
    diff --git a/tp/t/results/float/anchor_in_caption.pl b/tp/t/results/float/anchor_in_caption.pl index cfb8d2976f..dbd4c77291 100644 --- a/tp/t/results/float/anchor_in_caption.pl +++ b/tp/t/results/float/anchor_in_caption.pl @@ -450,7 +450,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    fl 1

    in caption

    @@ -459,7 +460,7 @@ ul.no-bullet {list-style: none}

    In float.

    -

    fl 1: in caption


    +

    fl 1: in caption


    diff --git a/tp/t/results/float/cindex_in_caption.pl b/tp/t/results/float/cindex_in_caption.pl index fb0d17d645..00431465bc 100644 --- a/tp/t/results/float/cindex_in_caption.pl +++ b/tp/t/results/float/cindex_in_caption.pl @@ -536,7 +536,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    fl 1

    in caption @@ -563,7 +564,7 @@ ul.no-bullet {list-style: none}  

    -
    +
    diff --git a/tp/t/results/float/comment_space_comand_in_float.pl b/tp/t/results/float/comment_space_comand_in_float.pl index ef77f4d751..f08abc1b78 100644 --- a/tp/t/results/float/comment_space_comand_in_float.pl +++ b/tp/t/results/float/comment_space_comand_in_float.pl @@ -426,7 +426,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Float @@ -435,7 +436,7 @@ ul.no-bullet {list-style: none}

    Text   1
    -
    +

    diff --git a/tp/t/results/float/complex_float.pl b/tp/t/results/float/complex_float.pl index 7d1563e64b..9e49a5b136 100644 --- a/tp/t/results/float/complex_float.pl +++ b/tp/t/results/float/complex_float.pl @@ -4899,11 +4899,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    Test floats

    +
    +

    Test floats

    A list of floats at the beginning.

    @@ -5015,12 +5017,14 @@ A footnote. -
    -
    +

    +
    +

    Previous: , Up: Test floats  

    -

    1 A chapter

    +
    +

    1 A chapter

    @@ -5065,7 +5069,7 @@ A footnote 2.

    See Text 1.

    -
    +

    Footnotes

    @@ -5079,6 +5083,8 @@ A footnote 2.

    footnote Text with features caption 2


    +
    +
    diff --git a/tp/t/results/float/float_copying.pl b/tp/t/results/float/float_copying.pl index 4ddef19809..4113618991 100644 --- a/tp/t/results/float/float_copying.pl +++ b/tp/t/results/float/float_copying.pl @@ -1635,11 +1635,13 @@ ul.no-bullet {list-style: none} -
    +
    + -

    Top

    +
    +

    Top

    @@ -1656,12 +1658,14 @@ the author abandon his copyright. -
    -
    +

    +
    +

    Previous: , Up: Top   [Index]

    -

    Appendix A Copying and floats

    +
    +

    Appendix A Copying and floats

    @@ -1724,7 +1728,7 @@ the author abandon his copyright. P  
    -
    +

    Footnotes

    @@ -1760,6 +1764,8 @@ the author abandon his copyright.


    +
    + diff --git a/tp/t/results/float/footnote_in_caption.pl b/tp/t/results/float/footnote_in_caption.pl index d54f1cc83b..9055817c56 100644 --- a/tp/t/results/float/footnote_in_caption.pl +++ b/tp/t/results/float/footnote_in_caption.pl @@ -460,7 +460,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    fl 1

    in caption1

    @@ -469,7 +470,7 @@ ul.no-bullet {list-style: none}

    In float.

    -

    fl 1: in caption2

    +

    fl 1: in caption2


    Footnotes

    @@ -478,7 +479,7 @@ ul.no-bullet {list-style: none}
    (2)

    in footnote

    -
    +
    diff --git a/tp/t/results/float/footnote_in_caption_and_error.pl b/tp/t/results/float/footnote_in_caption_and_error.pl index eedc3f7b2d..f975b86748 100644 --- a/tp/t/results/float/footnote_in_caption_and_error.pl +++ b/tp/t/results/float/footnote_in_caption_and_error.pl @@ -448,7 +448,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    fl 1

    in caption1

    @@ -457,7 +458,7 @@ ul.no-bullet {list-style: none}

    In float.

    -

    fl 1: in caption2

    +

    fl 1: in caption2


    Footnotes

    @@ -466,7 +467,7 @@ ul.no-bullet {list-style: none}
    (2)

    in footnote error→

    -
    +
    diff --git a/tp/t/results/float/numbering_captions_listoffloats.pl b/tp/t/results/float/numbering_captions_listoffloats.pl index 3e164df33d..2bb1f84bde 100644 --- a/tp/t/results/float/numbering_captions_listoffloats.pl +++ b/tp/t/results/float/numbering_captions_listoffloats.pl @@ -8238,11 +8238,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    Test floats

    +
    +

    Test floats

    @@ -8297,12 +8299,14 @@ Next:  

  • Appendix for float
  • list of floats
  • -
    -
    +

    +
    +

    Next: , Previous: , Up: Test floats  

    -

    1 A chapter

    +
    +

    1 A chapter

    Text in chapter @@ -8333,12 +8337,14 @@ Next: , Previous: <

    -
    -
    +

    +
    +

    Up: A chapter  

    -

    1.1 A section

    +
    +

    1.1 A section

    @@ -8346,12 +8352,16 @@ Up: A chapter  

    Text 1.3

    -
    -
    +

    +
    +
    +
    + -

    Unnumbered

    +
    +

    Unnumbered

    unnum @@ -8367,12 +8377,14 @@ Next:

    -
    -
    +

    +
    +

    Up: Unnumbered  

    -

    Section within unnumbered

    +
    +

    Section within unnumbered

    @@ -8380,12 +8392,16 @@ Up: Unnumbered  

    Text 6: C Section within unnumbered

    -
    -
    +

    +
    +
    +
    +

    Next: , Previous: , Up: Test floats  

    -

    2 Chapter with unnumbsubsec

    +
    +

    2 Chapter with unnumbsubsec

    Chap @@ -8395,12 +8411,14 @@ Next:

    -
    -
    +

    +
    + -

    unnumbered sec

    +
    +

    unnumbered sec

    -
    -
    +

    +
    +
    +
    + -

    Appendix A Appendix for float

    +
    +

    Appendix A Appendix for float

    @@ -8426,12 +8448,15 @@ Next: , Pre

    Text A.1: C appendix sec float

    -
    -
    +

    +
    +
    +

    Previous: , Up: Test floats  

    -

    list of floats

    +
    +

    list of floats

    See Text 1.3. And (see Text 1.1). @@ -8463,7 +8488,9 @@ See Text 1.

    théorème 1.1

    C A théorème

    -
    +

    +
    +
    diff --git a/tp/t/results/formatting/cond.pl b/tp/t/results/formatting/cond.pl index 878c5743b2..4d36b2d22e 100644 --- a/tp/t/results/formatting/cond.pl +++ b/tp/t/results/formatting/cond.pl @@ -491,7 +491,8 @@ ul.no-bullet {list-style: none} - +
    + This is html text.

    This is ifhtml text. @@ -506,7 +507,7 @@ This is html text.

    This is ifnottex text.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/cond_ifhtml_ifinfo_iftex.pl b/tp/t/results/formatting/cond_ifhtml_ifinfo_iftex.pl index bd8cac51d4..886b5da551 100644 --- a/tp/t/results/formatting/cond_ifhtml_ifinfo_iftex.pl +++ b/tp/t/results/formatting/cond_ifhtml_ifinfo_iftex.pl @@ -508,7 +508,8 @@ ul.no-bullet {list-style: none} - +
    + This is html text.

    This is ifhtml text. @@ -524,7 +525,7 @@ This is tex text.

    This is iftex text.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/cond_no-ifhtml_no-ifinfo_no-iftex.pl b/tp/t/results/formatting/cond_no-ifhtml_no-ifinfo_no-iftex.pl index 8b6d52f34e..8fd9e68b32 100644 --- a/tp/t/results/formatting/cond_no-ifhtml_no-ifinfo_no-iftex.pl +++ b/tp/t/results/formatting/cond_no-ifhtml_no-ifinfo_no-iftex.pl @@ -474,7 +474,8 @@ ul.no-bullet {list-style: none} - +
    +

    This is ifnothtml text. @@ -488,7 +489,7 @@ ul.no-bullet {list-style: none}

    This is ifnottex text.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/documentlanguage_set_option/res_html/documentlanguage_set.html b/tp/t/results/formatting/documentlanguage_set_option/res_html/documentlanguage_set.html index cf105f55b2..af3e5e90fc 100644 --- a/tp/t/results/formatting/documentlanguage_set_option/res_html/documentlanguage_set.html +++ b/tp/t/results/formatting/documentlanguage_set_option/res_html/documentlanguage_set.html @@ -37,11 +37,14 @@ ul.no-bullet {list-style: none}

    Test @documentlanguage set


    -

    @documentlanguage set

    +
    +
    +

    @documentlanguage set

    Text.

    -
    +

    +

    Ce document a été généré a sunny day en utilisant texi2any.

    diff --git a/tp/t/results/formatting/documentlanguage_set_unknown/res_html/documentlanguage_set.html b/tp/t/results/formatting/documentlanguage_set_unknown/res_html/documentlanguage_set.html index ab08f6106c..81c5f249fc 100644 --- a/tp/t/results/formatting/documentlanguage_set_unknown/res_html/documentlanguage_set.html +++ b/tp/t/results/formatting/documentlanguage_set_unknown/res_html/documentlanguage_set.html @@ -37,11 +37,14 @@ ul.no-bullet {list-style: none}

    Test @documentlanguage set


    -

    @documentlanguage set

    +
    +
    +

    @documentlanguage set

    Text.

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html b/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html index 7b3268fb6b..39767d502b 100644 --- a/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html +++ b/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and floats

    +
    +

    Appendix A Copying and floats

    In the appendix, we print the references and the copying once more and the list of coyright notices (listoffloats). @@ -87,15 +89,17 @@ the author abandon his copyright.

    -

    listoffloats

    -
    +
    +

    listoffloats

    +
    Copyright notice 1

    The Public Domain notice4

    -

    printindex

    -
    Jump to:   I +
    +

    printindex

    +
    Jump to:   I   L   @@ -144,7 +148,7 @@ the author abandon his copyright.  
    -
    +
    @@ -158,6 +162,7 @@ the author abandon his copyright.
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html b/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html index 3566e07692..e23d4db06d 100644 --- a/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html +++ b/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html b/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html index 9280867a38..fd5ecb272c 100644 --- a/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html +++ b/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -79,7 +79,7 @@ ul.no-bullet {list-style: none}

    see Copying and floats.

    -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/formatting/float_copying/res_html/index.html b/tp/t/results/formatting/float_copying/res_html/index.html index e5bb6f9a28..36b22db30f 100644 --- a/tp/t/results/formatting/float_copying/res_html/index.html +++ b/tp/t/results/formatting/float_copying/res_html/index.html @@ -42,7 +42,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    +
    +

    Top

    @@ -74,7 +76,7 @@ the author abandon his copyright.
    -
    +

    @@ -83,6 +85,7 @@ the author abandon his copyright.
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html b/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html index 43b869ad0a..f5c919e737 100644 --- a/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html +++ b/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html @@ -36,10 +36,11 @@ ul.no-bullet {list-style: none} - +
    +

    This is a very simple texi manual   <>.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html b/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html index 8d4bebf50c..8339f7ca55 100644 --- a/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html +++ b/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html @@ -35,10 +35,11 @@ ul.no-bullet {list-style: none} - +
    +

    This is a very simple texi manual   <>.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/texi_bib_example.pl b/tp/t/results/formatting/texi_bib_example.pl index ad24f45790..c143b3b03a 100644 --- a/tp/t/results/formatting/texi_bib_example.pl +++ b/tp/t/results/formatting/texi_bib_example.pl @@ -5680,7 +5680,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -5688,7 +5689,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    +
    +

    Top

    -
    - +
    +
    +
    @@ -5715,15 +5718,18 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Introduction

    +
    +

    1 Introduction

    The ability of a documentation format to make cross references to a bibliography, a feature of LaTeX (See item [LaTeX2e] in LaTeX2e.) , isn’t currently supported in Texinfo.

    -
    - +
    + +
    +
    @@ -5738,7 +5744,8 @@ currently supported in Texinfo.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    2 References

    +
    +

    2 References

    • [LaTeX2e] @@ -5748,7 +5755,9 @@ Massachusetts, 1994.
    -
    +

    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/texi_cond.pl b/tp/t/results/formatting/texi_cond.pl index 4eedf4a3b2..221f17702d 100644 --- a/tp/t/results/formatting/texi_cond.pl +++ b/tp/t/results/formatting/texi_cond.pl @@ -491,7 +491,8 @@ ul.no-bullet {list-style: none} - +
    + This is html text.

    This is ifhtml text. @@ -506,7 +507,7 @@ This is html text.

    This is ifnottex text.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/formatting/texi_glossary.pl b/tp/t/results/formatting/texi_glossary.pl index 978edb9bf8..d724c12af6 100644 --- a/tp/t/results/formatting/texi_glossary.pl +++ b/tp/t/results/formatting/texi_glossary.pl @@ -1610,7 +1610,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -1618,7 +1619,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    +
    +

    Top

    -
    +
    +
    id: _0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
     
    -
    +
    +
    id: 002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e
     
    -
    +
    +
    id: local-node
     
    -
    - +

    +
    +
    +
    @@ -263,7 +275,7 @@ split: ../doc/node.html#node -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html b/tp/t/results/htmlxref/htmlxref_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html index 59c70f273d..f47654011a 100644 --- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html +++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: _0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html b/tp/t/results/htmlxref/htmlxref_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html index a10ef48b78..ef81811872 100644 --- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html +++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: 002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html b/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html index 4afc3223da..843ad89552 100644 --- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html +++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -43,15 +44,17 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    Test refs

    +
    +

    Test refs

    -

    Testing distant nodes

    - +
    +

    Testing distant nodes

    +

    a node (manual)a node

    mono : manual.html#a-node
    @@ -76,16 +79,18 @@ split: ../manual/index.html#Top
     split: ../mtexinfo/Cross-References.html#Cross-References
     
    -

    Testing manual name

    - +
    +

    Testing manual name

    +

    ../manual/doc.texi (../manual/doc)node

    mono : doc.html#node
     split: ../doc/node.html#node
     
    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&'()*+-. !_"#$%&'()*+-.

    target: #_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
    @@ -106,7 +111,7 @@ split: ../doc/node.html#node
     
    target: #local-node
     
    -
    +

    @@ -115,6 +120,7 @@ split: ../doc/node.html#node
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/local-node.html b/tp/t/results/htmlxref/htmlxref_nodes/res_html/local-node.html index 773ba15fbf..de5fa80a4e 100644 --- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/local-node.html +++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/local-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: local-node
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html b/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html index 39c4ce8dd6..3dcba94a4e 100644 --- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html +++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/other-nodes.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    id: other-nodes
    @@ -70,7 +72,8 @@ ul.no-bullet {list-style: none}
     
    -
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_nodes/res_html/test_refs_abt.html b/tp/t/results/htmlxref/htmlxref_nodes/res_html/test_refs_abt.html index 71b81126e7..defa1c4e81 100644 --- a/tp/t/results/htmlxref/htmlxref_nodes/res_html/test_refs_abt.html +++ b/tp/t/results/htmlxref/htmlxref_nodes/res_html/test_refs_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html b/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html index 6a10541bad..ccc00e0c43 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono/res_html/test_refs.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -42,15 +43,17 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Test refs

    +
    +

    Test refs

    -

    Testing distant nodes

    - +
    +

    Testing distant nodes

    +

    a node (manual)a node

    mono : manual.html#a-node
    @@ -75,16 +78,18 @@ split: ../manual/index.html#Top
     split: ../mtexinfo/Cross-References.html#Cross-References
     
    -

    Testing manual name

    - +
    +

    Testing manual name

    +

    ../manual/doc.texi (../manual/doc)node

    mono : doc.html#node
     split: ../doc/node.html#node
     
    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&'()*+-. !_"#$%&'()*+-.

    target: #_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
    @@ -105,8 +110,9 @@ split: ../doc/node.html#node
     
    target: #local-node
     
    -
    - +
    +
    +
    @@ -121,7 +127,8 @@ split: ../doc/node.html#node
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    id: other-nodes
    @@ -141,20 +148,25 @@ split: ../doc/node.html#node
     
    -
    +
    +
    id: _0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
     
    -
    +
    +
    id: 002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e
     
    -
    +
    +
    id: local-node
     
    -
    - +

    +
    +
    +
    @@ -263,7 +275,7 @@ split: ../doc/node.html#node -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html index 59c70f273d..f47654011a 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: _0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html index a10ef48b78..ef81811872 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: 002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html index b9613e3c60..984c5a0e28 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -43,15 +44,17 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    Test refs

    +
    +

    Test refs

    -

    Testing distant nodes

    - +
    +

    Testing distant nodes

    +

    a node (manual)a node

    mono : manual.html#a-node
    @@ -76,16 +79,18 @@ split: ../manual/index.html#Top
     split: ../mtexinfo/Cross-References.html#Cross-References
     
    -

    Testing manual name

    - +
    +

    Testing manual name

    +

    ../manual/doc.texi (../manual/doc)node

    mono : doc.html#node
     split: ../doc/node.html#node
     
    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&'()*+-. !_"#$%&'()*+-.

    target: #_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
    @@ -106,7 +111,7 @@ split: ../doc/node.html#node
     
    target: #local-node
     
    -
    +

    @@ -115,6 +120,7 @@ split: ../doc/node.html#node
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/local-node.html b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/local-node.html index 773ba15fbf..de5fa80a4e 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/local-node.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/local-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: local-node
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html index 39c4ce8dd6..3dcba94a4e 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/other-nodes.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    id: other-nodes
    @@ -70,7 +72,8 @@ ul.no-bullet {list-style: none}
     
    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/test_refs_abt.html b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/test_refs_abt.html index 71b81126e7..defa1c4e81 100644 --- a/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/test_refs_abt.html +++ b/tp/t/results/htmlxref/htmlxref_only_mono_nodes/res_html/test_refs_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html b/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html index a3a818b6d6..0742ae8850 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html +++ b/tp/t/results/htmlxref/htmlxref_only_split/res_html/test_refs.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -42,15 +43,17 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Test refs

    +
    +

    Test refs

    -

    Testing distant nodes

    - +
    +

    Testing distant nodes

    +

    a node (manual)a node

    mono : manual.html#a-node
    @@ -75,16 +78,18 @@ split: ../manual/index.html#Top
     split: ../mtexinfo/Cross-References.html#Cross-References
     
    -

    Testing manual name

    - +
    +

    Testing manual name

    +

    ../manual/doc.texi (../manual/doc)node

    mono : doc.html#node
     split: ../doc/node.html#node
     
    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&'()*+-. !_"#$%&'()*+-.

    target: #_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
    @@ -105,8 +110,9 @@ split: ../doc/node.html#node
     
    target: #local-node
     
    -
    - +
    +
    +
    @@ -121,7 +127,8 @@ split: ../doc/node.html#node
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    id: other-nodes
    @@ -141,20 +148,25 @@ split: ../doc/node.html#node
     
     
     
    -
    +
    +
    id: _0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
     
    -
    +
    +
    id: 002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e
     
    -
    +
    +
    id: local-node
     
    -
    - +

    +
    +
    +
    @@ -263,7 +275,7 @@ split: ../doc/node.html#node -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html index 59c70f273d..f47654011a 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html +++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: _0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html index a10ef48b78..ef81811872 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html +++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: 002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html index 4afc3223da..843ad89552 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html +++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -43,15 +44,17 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    Test refs

    +
    +

    Test refs

    -

    Testing distant nodes

    - +
    +

    Testing distant nodes

    +

    a node (manual)a node

    mono : manual.html#a-node
    @@ -76,16 +79,18 @@ split: ../manual/index.html#Top
     split: ../mtexinfo/Cross-References.html#Cross-References
     
    -

    Testing manual name

    - +
    +

    Testing manual name

    +

    ../manual/doc.texi (../manual/doc)node

    mono : doc.html#node
     split: ../doc/node.html#node
     
    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&'()*+-. !_"#$%&'()*+-.

    target: #_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e
    @@ -106,7 +111,7 @@ split: ../doc/node.html#node
     
    target: #local-node
     
    -
    +

    @@ -115,6 +120,7 @@ split: ../doc/node.html#node
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/local-node.html b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/local-node.html index 773ba15fbf..de5fa80a4e 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/local-node.html +++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/local-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}
    id: local-node
     
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html index 39c4ce8dd6..3dcba94a4e 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html +++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/other-nodes.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    id: other-nodes
    @@ -70,7 +72,8 @@ ul.no-bullet {list-style: none}
     
     
     
    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/test_refs_abt.html b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/test_refs_abt.html index 71b81126e7..defa1c4e81 100644 --- a/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/test_refs_abt.html +++ b/tp/t/results/htmlxref/htmlxref_only_split_nodes/res_html/test_refs_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/indices/def_syn_indices.pl b/tp/t/results/indices/def_syn_indices.pl index 4bd268706a..0b39106e47 100644 --- a/tp/t/results/indices/def_syn_indices.pl +++ b/tp/t/results/indices/def_syn_indices.pl @@ -1772,7 +1772,8 @@ $result_converted{'plaintext'}->{'def_syn_indices'} = 'definedx truc after $result_converted{'html_text'}->{'def_syn_indices'} = ' -

    Top

    +
    +

    Top

    definedx truc after @@ -1866,7 +1867,7 @@ after I  

    [Top] [Contents]
    -
    +

    '; 1; diff --git a/tp/t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl b/tp/t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl index 5724ab48a2..757baf4c1c 100644 --- a/tp/t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl +++ b/tp/t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl @@ -374,7 +374,8 @@ $result_converted{'plaintext'}->{'default_cp_index_and_one_letter_syncodeindex'} '; -$result_converted{'html_text'}->{'default_cp_index_and_one_letter_syncodeindex'} = '

    Top

    +$result_converted{'html_text'}->{'default_cp_index_and_one_letter_syncodeindex'} = '
    +

    Top

    @@ -392,7 +393,7 @@ $result_converted{'html_text'}->{'default_cp_index_and_one_letter_syncodeindex'}
    Jump to:   -
    -
    +

    '; 1; diff --git a/tp/t/results/indices/double_index_entry.pl b/tp/t/results/indices/double_index_entry.pl index 076a434864..cfb137163e 100644 --- a/tp/t/results/indices/double_index_entry.pl +++ b/tp/t/results/indices/double_index_entry.pl @@ -657,7 +657,8 @@ $result_converted{'plaintext'}->{'double_index_entry'} = 'Text '; -$result_converted{'html_text'}->{'double_index_entry'} = '
    +$result_converted{'html_text'}->{'double_index_entry'} = '
    +

      [Index]

    @@ -670,8 +671,9 @@ $result_converted{'html_text'}->{'double_index_entry'} = ' -
    -
    +

    +
    +

      [Index]

    @@ -694,7 +696,7 @@ $result_converted{'html_text'}->{'double_index_entry'} = '
    Jump to:   A  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/double_syncodeindex.pl b/tp/t/results/indices/double_syncodeindex.pl index b4f8e60853..8a41be2834 100644 --- a/tp/t/results/indices/double_syncodeindex.pl +++ b/tp/t/results/indices/double_syncodeindex.pl @@ -457,7 +457,8 @@ $result_converted{'plaintext'}->{'double_syncodeindex'} = '* Menu: $result_converted{'html_text'}->{'double_syncodeindex'} = ' -

    Top

    +
    +

    Top

    @@ -482,7 +483,7 @@ $result_converted{'html_text'}->{'double_syncodeindex'} = ' F   -
    +

    '; 1; diff --git a/tp/t/results/indices/empty_cindex_entry.pl b/tp/t/results/indices/empty_cindex_entry.pl index 4c83117300..57d35a5bb4 100644 --- a/tp/t/results/indices/empty_cindex_entry.pl +++ b/tp/t/results/indices/empty_cindex_entry.pl @@ -153,8 +153,9 @@ End: $result_converted{'plaintext'}->{'empty_cindex_entry'} = ''; -$result_converted{'html_text'}->{'empty_cindex_entry'} = '

    Top

    -
    +$result_converted{'html_text'}->{'empty_cindex_entry'} = '
    +

    Top

    +

    '; 1; diff --git a/tp/t/results/indices/empty_index_entry.pl b/tp/t/results/indices/empty_index_entry.pl index 2cb212cb95..78e399a980 100644 --- a/tp/t/results/indices/empty_index_entry.pl +++ b/tp/t/results/indices/empty_index_entry.pl @@ -317,13 +317,14 @@ $result_converted{'plaintext'}->{'empty_index_entry'} = ' -- : '; -$result_converted{'html_text'}->{'empty_index_entry'} = '

    Top

    +$result_converted{'html_text'}->{'empty_index_entry'} = '
    +

    Top

    :
    -
    +

    '; 1; diff --git a/tp/t/results/indices/empty_string_index_entry.pl b/tp/t/results/indices/empty_string_index_entry.pl index c84ae9be0d..5a85852c01 100644 --- a/tp/t/results/indices/empty_string_index_entry.pl +++ b/tp/t/results/indices/empty_string_index_entry.pl @@ -948,7 +948,8 @@ $result_converted{'plaintext'}->{'empty_string_index_entry'} = '\'\' '; -$result_converted{'html_text'}->{'empty_string_index_entry'} = '

    Top

    +$result_converted{'html_text'}->{'empty_string_index_entry'} = '
    +

    Top

    @@ -961,7 +962,7 @@ $result_converted{'html_text'}->{'empty_string_index_entry'} = '<
    Function:
    -
    +

    '; 1; diff --git a/tp/t/results/indices/encoding_index_ascii/res_html/index.html b/tp/t/results/indices/encoding_index_ascii/res_html/index.html index 218cc67a64..7131d7ce43 100644 --- a/tp/t/results/indices/encoding_index_ascii/res_html/index.html +++ b/tp/t/results/indices/encoding_index_ascii/res_html/index.html @@ -37,7 +37,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    @@ -374,7 +376,8 @@ ul.no-bullet {list-style: none} Z   -
    +

    +
    diff --git a/tp/t/results/indices/encoding_index_ascii_enable_encoding/res_html/index.html b/tp/t/results/indices/encoding_index_ascii_enable_encoding/res_html/index.html index 218cc67a64..7131d7ce43 100644 --- a/tp/t/results/indices/encoding_index_ascii_enable_encoding/res_html/index.html +++ b/tp/t/results/indices/encoding_index_ascii_enable_encoding/res_html/index.html @@ -37,7 +37,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    @@ -374,7 +376,8 @@ ul.no-bullet {list-style: none} Z   -
    +

    +
    diff --git a/tp/t/results/indices/encoding_index_latin1/res_html/index.html b/tp/t/results/indices/encoding_index_latin1/res_html/index.html index 4e7d79d1be..7d2923cfba 100644 --- a/tp/t/results/indices/encoding_index_latin1/res_html/index.html +++ b/tp/t/results/indices/encoding_index_latin1/res_html/index.html @@ -36,7 +36,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    @@ -379,7 +381,8 @@ ul.no-bullet {list-style: none}   -
    +

    +
    diff --git a/tp/t/results/indices/encoding_index_latin1_enable_encoding/res_html/index.html b/tp/t/results/indices/encoding_index_latin1_enable_encoding/res_html/index.html index f5facb9d08..ff9ee0a554 100644 --- a/tp/t/results/indices/encoding_index_latin1_enable_encoding/res_html/index.html +++ b/tp/t/results/indices/encoding_index_latin1_enable_encoding/res_html/index.html @@ -36,7 +36,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    @@ -421,7 +423,8 @@ ul.no-bullet {list-style: none}   -
    +

    +
    diff --git a/tp/t/results/indices/encoding_index_utf8/res_html/index.html b/tp/t/results/indices/encoding_index_utf8/res_html/index.html index 2028ff3d59..d0b2e5371b 100644 --- a/tp/t/results/indices/encoding_index_utf8/res_html/index.html +++ b/tp/t/results/indices/encoding_index_utf8/res_html/index.html @@ -36,7 +36,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    @@ -379,7 +381,8 @@ ul.no-bullet {list-style: none} É   -
    +

    +
    diff --git a/tp/t/results/indices/encoding_index_utf8_enable_encoding/res_html/index.html b/tp/t/results/indices/encoding_index_utf8_enable_encoding/res_html/index.html index e481cd431c..567fa3af29 100644 --- a/tp/t/results/indices/encoding_index_utf8_enable_encoding/res_html/index.html +++ b/tp/t/results/indices/encoding_index_utf8_enable_encoding/res_html/index.html @@ -36,7 +36,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    @@ -439,7 +441,8 @@ ul.no-bullet {list-style: none} Ł   -
    +

    +
    diff --git a/tp/t/results/indices/explicit_sort_key.pl b/tp/t/results/indices/explicit_sort_key.pl index f7d257ba58..0812a671d3 100644 --- a/tp/t/results/indices/explicit_sort_key.pl +++ b/tp/t/results/indices/explicit_sort_key.pl @@ -997,7 +997,9 @@ $result_converted{'plaintext'}->{'explicit_sort_key'} = 'in a reuglar para. \'i '; -$result_converted{'html_text'}->{'explicit_sort_key'} = ' +$result_converted{'html_text'}->{'explicit_sort_key'} = '
    +
    + @@ -1039,7 +1041,7 @@ $result_converted{'html_text'}->{'explicit_sort_key'} = '< B   -
    +

    '; 1; diff --git a/tp/t/results/indices/ftable_vtable.pl b/tp/t/results/indices/ftable_vtable.pl index a36da6c67f..f3d7e3eee8 100644 --- a/tp/t/results/indices/ftable_vtable.pl +++ b/tp/t/results/indices/ftable_vtable.pl @@ -923,7 +923,8 @@ _var3_ $result_converted{'html_text'}->{'ftable_vtable'} = ' -

    Top

    +
    +

    Top

    function1
    @@ -976,7 +977,7 @@ $result_converted{'html_text'}->{'ftable_vtable'} = '   -
    +

    '; 1; diff --git a/tp/t/results/indices/image_lines_count.pl b/tp/t/results/indices/image_lines_count.pl index 288c17ce51..495eefe9f4 100644 --- a/tp/t/results/indices/image_lines_count.pl +++ b/tp/t/results/indices/image_lines_count.pl @@ -291,7 +291,8 @@ ff '; -$result_converted{'html_text'}->{'image_lines_count'} = '

    Top

    +$result_converted{'html_text'}->{'image_lines_count'} = '
    +

    Top

    count_image @@ -310,7 +311,7 @@ $result_converted{'html_text'}->{'image_lines_count'} = '<
    Jump to:   I  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/image_text_lines_count.pl b/tp/t/results/indices/image_text_lines_count.pl index 24b3e146ca..3e2af5933c 100644 --- a/tp/t/results/indices/image_text_lines_count.pl +++ b/tp/t/results/indices/image_text_lines_count.pl @@ -290,7 +290,8 @@ ff '; -$result_converted{'html_text'}->{'image_text_lines_count'} = '

    Top

    +$result_converted{'html_text'}->{'image_text_lines_count'} = '
    +

    Top

    count_image_text @@ -309,7 +310,7 @@ $result_converted{'html_text'}->{'image_text_lines_count'} = 'Jump to:   I   -
    +

    '; $result_converted_errors{'html_text'}->{'image_text_lines_count'} = [ diff --git a/tp/t/results/indices/index_entries_locations.pl b/tp/t/results/indices/index_entries_locations.pl index 18e27c4947..2c38f93041 100644 --- a/tp/t/results/indices/index_entries_locations.pl +++ b/tp/t/results/indices/index_entries_locations.pl @@ -543,7 +543,8 @@ $result_converted{'plaintext'}->{'index_entries_locations'} = 'Initial paragraph $result_converted{'html_text'}->{'index_entries_locations'} = ' -

    Top

    +
    +

    Top

    Initial paragraph.

    @@ -583,7 +584,7 @@ end paragraph. L   -
    +

    '; 1; diff --git a/tp/t/results/indices/index_entry_before_first_node.pl b/tp/t/results/indices/index_entry_before_first_node.pl index dbd1398607..9d7f563de7 100644 Binary files a/tp/t/results/indices/index_entry_before_first_node.pl and b/tp/t/results/indices/index_entry_before_first_node.pl differ diff --git a/tp/t/results/indices/index_entry_before_node.pl b/tp/t/results/indices/index_entry_before_node.pl index 640b11fdca..00a4e72073 100644 --- a/tp/t/results/indices/index_entry_before_node.pl +++ b/tp/t/results/indices/index_entry_before_node.pl @@ -750,15 +750,17 @@ $result_converted{'plaintext'}->{'index_entry_before_node'} = 'Para. '; -$result_converted{'html_text'}->{'index_entry_before_node'} = '
    +$result_converted{'html_text'}->{'index_entry_before_node'} = '
    +

      [Index]

    Top

    -
    -
    +

    +
    +

      [Index]

    @@ -768,8 +770,9 @@ $result_converted{'html_text'}->{'index_entry_before_node'} = ' -
    -
    +

    +
    +

      [Index]

    @@ -788,7 +791,7 @@ $result_converted{'html_text'}->{'index_entry_before_node'} = 'Jump to:   L   -
    +

    '; 1; diff --git a/tp/t/results/indices/index_entry_in_footnote.pl b/tp/t/results/indices/index_entry_in_footnote.pl index c00c648831..afbe448b67 100644 --- a/tp/t/results/indices/index_entry_in_footnote.pl +++ b/tp/t/results/indices/index_entry_in_footnote.pl @@ -298,7 +298,8 @@ $result_converted{'plaintext'}->{'index_entry_in_footnote'} = 'Top node(1) '; -$result_converted{'html_text'}->{'index_entry_in_footnote'} = '

    Top

    +$result_converted{'html_text'}->{'index_entry_in_footnote'} = '
    +

    Top

    Top node1

    @@ -315,7 +316,7 @@ $result_converted{'html_text'}->{'index_entry_in_footnote'} = 'Jump to:   I   -
    +

    Footnotes

    @@ -324,7 +325,7 @@ $result_converted{'html_text'}->{'index_entry_in_footnote'} = '

    -
    +
    '; 1; diff --git a/tp/t/results/indices/index_entry_in_footnote_different_node_end.pl b/tp/t/results/indices/index_entry_in_footnote_different_node_end.pl index 143cfe9247..4721d482cf 100644 --- a/tp/t/results/indices/index_entry_in_footnote_different_node_end.pl +++ b/tp/t/results/indices/index_entry_in_footnote_different_node_end.pl @@ -654,7 +654,8 @@ $result_converted{'plaintext'}->{'index_entry_in_footnote_different_node_end'} = '; -$result_converted{'html_text'}->{'index_entry_in_footnote_different_node_end'} = '
    +$result_converted{'html_text'}->{'index_entry_in_footnote_different_node_end'} = '
    +

      [Index]

    @@ -663,8 +664,9 @@ $result_converted{'html_text'}->{'index_entry_in_footnote_different_node_end'} =

    Top node1

    -
    -
    +

    +
    +

      [Index]

    @@ -690,7 +692,7 @@ $result_converted{'html_text'}->{'index_entry_in_footnote_different_node_end'} = I   -
    +

    Footnotes

    diff --git a/tp/t/results/indices/index_entry_in_footnote_separate.pl b/tp/t/results/indices/index_entry_in_footnote_separate.pl index 5a19644275..8ce3d7f74d 100644 --- a/tp/t/results/indices/index_entry_in_footnote_separate.pl +++ b/tp/t/results/indices/index_entry_in_footnote_separate.pl @@ -690,7 +690,8 @@ $result_converted{'plaintext'}->{'index_entry_in_footnote_separate'} = 'Top node '; -$result_converted{'html_text'}->{'index_entry_in_footnote_separate'} = '
    +$result_converted{'html_text'}->{'index_entry_in_footnote_separate'} = '
    +

      [Index]

    @@ -699,8 +700,9 @@ $result_converted{'html_text'}->{'index_entry_in_footnote_separate'} = 'Top node1

    -
    -
    +

    +
    +

      [Index]

    @@ -726,7 +728,7 @@ $result_converted{'html_text'}->{'index_entry_in_footnote_separate'} = 'I   -
    +

    '; 1; diff --git a/tp/t/results/indices/printindex_index_entry_in_copying.pl b/tp/t/results/indices/printindex_index_entry_in_copying.pl index bfbc14fc49..4ca16f0af5 100644 --- a/tp/t/results/indices/printindex_index_entry_in_copying.pl +++ b/tp/t/results/indices/printindex_index_entry_in_copying.pl @@ -1407,11 +1407,13 @@ xftable xitem $result_converted{'html_text'}->{'printindex_index_entry_in_copying'} = ' -
    +
    +

      [Index]

    -

    top

    +
    +

    top

    Top.

    @@ -1463,12 +1465,14 @@ $result_converted{'html_text'}->{'printindex_index_entry_in_copying'} = ' -
    -
    +

    +
    +

      [Index]

    -

    1 Chapter

    +
    +

    1 Chapter

    @@ -1545,7 +1549,7 @@ $result_converted{'html_text'}->{'printindex_index_entry_in_copying'} = '   -
    +

    '; 1; diff --git a/tp/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl b/tp/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl index 3ec9bb71b3..58e256695e 100644 --- a/tp/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl +++ b/tp/t/results/indices/printindex_index_entry_in_copying_in_footnote.pl @@ -890,11 +890,13 @@ Copying(1). $result_converted{'html_text'}->{'printindex_index_entry_in_copying_in_footnote'} = ' -
    +
    +

      [Index]

    -

    top

    +
    +

    top

    Top.

    @@ -919,12 +921,14 @@ $result_converted{'html_text'}->{'printindex_index_entry_in_copying_in_footnote' -
    -
    +

    +
    +

      [Index]

    -

    1 Chapter

    +
    +

    1 Chapter

    Copying2. @@ -944,7 +948,7 @@ $result_converted{'html_text'}->{'printindex_index_entry_in_copying_in_footnote' -

    +

    Footnotes

    diff --git a/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl b/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl index a5e6d5279c..a79430538a 100644 --- a/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl +++ b/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl @@ -1295,11 +1295,13 @@ Top. $result_converted{'html_text'}->{'printindex_index_entry_in_copying_no_insertcopying'} = ' -
    +
    +

     

    -

    top

    +
    +

    top

    Top.

    @@ -1307,12 +1309,14 @@ $result_converted{'html_text'}->{'printindex_index_entry_in_copying_no_insertcop -
    -
    +

    +
    +

     

    -

    1 Chapter

    +
    +

    1 Chapter

    Jump to:   C @@ -1345,7 +1349,7 @@ $result_converted{'html_text'}->{'printindex_index_entry_in_copying_no_insertcop  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/printindex_with_space_before.pl b/tp/t/results/indices/printindex_with_space_before.pl index 105888ce08..c6b865ed85 100644 Binary files a/tp/t/results/indices/printindex_with_space_before.pl and b/tp/t/results/indices/printindex_with_space_before.pl differ diff --git a/tp/t/results/indices/same_index_entry_merged_indices.pl b/tp/t/results/indices/same_index_entry_merged_indices.pl index 33d6e0c822..eb37aaccc9 100644 --- a/tp/t/results/indices/same_index_entry_merged_indices.pl +++ b/tp/t/results/indices/same_index_entry_merged_indices.pl @@ -740,7 +740,9 @@ $result_converted{'plaintext'}->{'same_index_entry_merged_indices'} = 'Text. $result_converted{'html_text'}->{'same_index_entry_merged_indices'} = ' - +
    +
    +

    Text.

    @@ -767,7 +769,7 @@ $result_converted{'html_text'}->{'same_index_entry_merged_indices'} = '
    Jump to:   M  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/seealso_duplicate.pl b/tp/t/results/indices/seealso_duplicate.pl index cc78837cb4..be1075aa91 100644 --- a/tp/t/results/indices/seealso_duplicate.pl +++ b/tp/t/results/indices/seealso_duplicate.pl @@ -446,7 +446,8 @@ $result_converted{'plaintext'}->{'seealso_duplicate'} = '* Menu: '; -$result_converted{'html_text'}->{'seealso_duplicate'} = '

    Top

    +$result_converted{'html_text'}->{'seealso_duplicate'} = '
    +

    Top

    @@ -465,7 +466,7 @@ $result_converted{'html_text'}->{'seealso_duplicate'} = '<
    Jump to:   A  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/seeentry.pl b/tp/t/results/indices/seeentry.pl index 666c144bcc..c94a6def71 100644 --- a/tp/t/results/indices/seeentry.pl +++ b/tp/t/results/indices/seeentry.pl @@ -345,8 +345,10 @@ End: $result_converted{'plaintext'}->{'seeentry'} = ''; -$result_converted{'html_text'}->{'seeentry'} = ' -
    +$result_converted{'html_text'}->{'seeentry'} = '
    +
    + +

    '; 1; diff --git a/tp/t/results/indices/subentries.pl b/tp/t/results/indices/subentries.pl index 1fb4d75143..c0bc3e9f4a 100644 --- a/tp/t/results/indices/subentries.pl +++ b/tp/t/results/indices/subentries.pl @@ -653,7 +653,9 @@ $result_converted{'plaintext'}->{'subentries'} = '* Menu: '; -$result_converted{'html_text'}->{'subentries'} = ' +$result_converted{'html_text'}->{'subentries'} = '
    +
    + @@ -693,7 +695,7 @@ $result_converted{'html_text'}->{'subentries'} = 'G   -
    +

    '; 1; diff --git a/tp/t/results/indices/subentry_and_sortas.pl b/tp/t/results/indices/subentry_and_sortas.pl index 650e97ccb4..43dfd6e691 100644 --- a/tp/t/results/indices/subentry_and_sortas.pl +++ b/tp/t/results/indices/subentry_and_sortas.pl @@ -402,7 +402,9 @@ ul.no-bullet {list-style: none} - +
    +
    +
    Jump to:   A @@ -418,7 +420,8 @@ ul.no-bullet {list-style: none}
    Jump to:   A  
    -
    +
    + @@ -468,7 +471,9 @@ $result_converted{'plaintext'}->{'subentry_and_sortas'} = '* Menu: '; -$result_converted{'html_text'}->{'subentry_and_sortas'} = ' +$result_converted{'html_text'}->{'subentry_and_sortas'} = '
    +
    +
    Jump to:   A @@ -484,7 +489,7 @@ $result_converted{'html_text'}->{'subentry_and_sortas'} = '
    Jump to:   A  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/syncode_index_print_both.pl b/tp/t/results/indices/syncode_index_print_both.pl index c74f0777e8..3ff04a6514 100644 --- a/tp/t/results/indices/syncode_index_print_both.pl +++ b/tp/t/results/indices/syncode_index_print_both.pl @@ -504,7 +504,8 @@ $result_converted{'plaintext'}->{'syncode_index_print_both'} = 'Print fn $result_converted{'html_text'}->{'syncode_index_print_both'} = ' -

    Top

    +
    +

    Top

    @@ -536,7 +537,7 @@ $result_converted{'html_text'}->{'syncode_index_print_both'} = '  
    -
    +

    '; 1; diff --git a/tp/t/results/indices/syncodeindex_to_plain.pl b/tp/t/results/indices/syncodeindex_to_plain.pl index 4c414fc48f..e5885f3a2f 100644 --- a/tp/t/results/indices/syncodeindex_to_plain.pl +++ b/tp/t/results/indices/syncodeindex_to_plain.pl @@ -516,7 +516,8 @@ $result_converted{'plaintext'}->{'syncodeindex_to_plain'} = 'cp index. $result_converted{'html_text'}->{'syncodeindex_to_plain'} = ' -

    Top

    +
    +

    Top

    @@ -548,7 +549,7 @@ $result_converted{'html_text'}->{'syncodeindex_to_plain'} = '
    Jump to:   -
    -
    +

    '; 1; diff --git a/tp/t/results/indices/transparent_sort_chars.pl b/tp/t/results/indices/transparent_sort_chars.pl index 459f297420..d445bb61aa 100644 --- a/tp/t/results/indices/transparent_sort_chars.pl +++ b/tp/t/results/indices/transparent_sort_chars.pl @@ -473,7 +473,9 @@ $result_converted{'plaintext'}->{'transparent_sort_chars'} = '* Menu: $result_converted{'html_text'}->{'transparent_sort_chars'} = ' - +
    +
    + @@ -499,7 +501,7 @@ $result_converted{'html_text'}->{'transparent_sort_chars'} = ' V   -
    +

    '; 1; diff --git a/tp/t/results/indices/w_lines_count.pl b/tp/t/results/indices/w_lines_count.pl index 83b5952fa7..26386f8ff9 100644 --- a/tp/t/results/indices/w_lines_count.pl +++ b/tp/t/results/indices/w_lines_count.pl @@ -439,7 +439,9 @@ $result_converted{'plaintext'}->{'w_lines_count'} = 'xzcompilationxdmbufferxmsub '; -$result_converted{'html_text'}->{'w_lines_count'} = ' +$result_converted{'html_text'}->{'w_lines_count'} = '
    +
    +

    xzcompilationxdmbufferxmsubsequentmxCtxaxxmcommandsmadvancemfrommthere. C-u starts again from the beginning

    @@ -459,7 +461,7 @@ $result_converted{'html_text'}->{'w_lines_count'} = 'Jump to:   C   -
    +

    '; 1; diff --git a/tp/t/results/languages/appendix_translated.pl b/tp/t/results/languages/appendix_translated.pl index 4862e495cc..89558d6301 100644 --- a/tp/t/results/languages/appendix_translated.pl +++ b/tp/t/results/languages/appendix_translated.pl @@ -367,7 +367,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    Table des matières

    @@ -379,9 +381,11 @@ ul.no-bullet {list-style: none}
    -

    Annexe A dernier

    +
    +

    Annexe A dernier

    -
    +

    +
    diff --git a/tp/t/results/languages/command_translated.pl b/tp/t/results/languages/command_translated.pl index cab04d665d..5c0732e00f 100644 --- a/tp/t/results/languages/command_translated.pl +++ b/tp/t/results/languages/command_translated.pl @@ -330,10 +330,13 @@ ul.no-bullet {list-style: none} -

    top erreur→

    +
    +
    +

    top erreur→

    erreur→ -


    +


    +
    diff --git a/tp/t/results/languages/multiple.pl b/tp/t/results/languages/multiple.pl index cd7394065d..edbb7b40df 100644 --- a/tp/t/results/languages/multiple.pl +++ b/tp/t/results/languages/multiple.pl @@ -973,7 +973,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Variable d\'instance de fr : BBB CCC
    @@ -991,7 +992,7 @@ ul.no-bullet {list-style: none}
    Variável de instância da copying: a b
    -
    +

    diff --git a/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html b/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html index 925fe046f8..23840cec53 100644 --- a/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html +++ b/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html @@ -36,11 +36,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Próximo:  

    -

    Multi language file

    +
    +

    Multi language file

      @@ -50,57 +52,73 @@ Próximo:  

      de
    • pt_bR
    -
    -
    +

    +
    +

    Next: , Previous: , Up: Multi language file  

    -

    1 ja

    +
    +

    1 ja

    In japanese. See Multi language file.

    Instance Variable of AAA: BBB CCC
    -
    -
    +

    +
    +
    +

    Next: , Previous: , Up: Multi language file  

    -

    2 en

    +
    +

    2 en

    In english. See Multi language file.

    Instance Variable of AAA: BBB CCC
    -
    -
    +

    +
    +
    +

    Suivant: , Précédent: , Monter: Multi language file  

    -

    3 fr_FR

    +
    +

    3 fr_FR

    Variable d'instance de AAA : BBB CCC
    -
    -
    +

    +
    +
    +

    Nächste: , Vorige: , Nach oben: Multi language file  

    -

    4 de

    +
    +

    4 de

    -
    -
    +

    +
    +
    +

    Anterior: , Acima: Multi language file  

    -

    5 pt_bR

    +
    +

    5 pt_bR

    In brazilian. Veja Multi language file. -


    +


    +
    +
    diff --git a/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html b/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html index 473566e320..80c2334920 100644 --- a/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html +++ b/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -42,7 +43,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Índice] [ ? ]
    -

    Multi language file

    +
    +

    Multi language file

    -
    - +
    +
    +
    @@ -73,15 +76,18 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 ja

    +
    +

    1 ja

    In japanese. See Multi language file.

    Instance Variable of AAA: BBB CCC
    -
    - +
    + +
    +
    @@ -96,15 +102,18 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    2 en

    +
    +

    2 en

    In english. See Multi language file.

    Instance Variable of AAA: BBB CCC
    -
    - +
    + +
    +
    @@ -119,14 +128,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    3 fr_FR

    +
    +

    3 fr_FR

    Variable d'instance de AAA : BBB CCC
    -
    - +
    + +
    +
    @@ -141,10 +153,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Nach oben ][Index] [ ? ]
    -

    4 de

    +
    +

    4 de

    -
    - +
    + +
    +
    @@ -159,11 +174,14 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Acima ][Índice] [ ? ]
    -

    5 pt_bR

    +
    +

    5 pt_bR

    In brazilian. Veja Multi language file. -


    - +


    +
    +
    +
    @@ -272,7 +290,7 @@ ul.no-bullet {list-style: none} -
    +

    Esse documento foi gerado em a sunny day.

    diff --git a/tp/t/results/languages/unknown_language.pl b/tp/t/results/languages/unknown_language.pl index aa83a30ac5..08c4c4e716 100644 --- a/tp/t/results/languages/unknown_language.pl +++ b/tp/t/results/languages/unknown_language.pl @@ -472,13 +472,16 @@ ul.no-bullet {list-style: none} -

    unknkown language

    +
    +
    +

    unknkown language

    Unknown language. See unknkown language.

    Another unknown language. See unknkown language. -


    +


    + diff --git a/tp/t/results/languages/unknown_region.pl b/tp/t/results/languages/unknown_region.pl index 50a4110afb..7f2bbf0974 100644 --- a/tp/t/results/languages/unknown_region.pl +++ b/tp/t/results/languages/unknown_region.pl @@ -408,12 +408,13 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Variable d\'instance de AAA : BBB CCC
    -
    +

    diff --git a/tp/t/results/layout/navigation/res_html/navigation.html b/tp/t/results/layout/navigation/res_html/navigation.html index 868b1bf061..c1c96547de 100644 --- a/tp/t/results/layout/navigation/res_html/navigation.html +++ b/tp/t/results/layout/navigation/res_html/navigation.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Topo] [Conteúdo]
    +
    +
    @@ -43,15 +44,17 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    - +
    +
    +
    @@ -66,15 +69,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    - +
    +
    +
    @@ -89,7 +94,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -123,8 +129,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    - +
    +
    +
    @@ -139,11 +146,16 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    -
    - +

    +
    +
    +
    +
    +
    @@ -164,8 +176,8 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    - +
    +
    [Top] [Contents]
    @@ -274,7 +286,7 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter/res_html/chapter.html b/tp/t/results/layout/navigation_chapter/res_html/chapter.html index 7e24b1ffd6..68de709305 100644 --- a/tp/t/results/layout/navigation_chapter/res_html/chapter.html +++ b/tp/t/results/layout/navigation_chapter/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,15 +50,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    - +
    +
    +
    @@ -72,7 +75,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -106,8 +110,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    - +
    +
    +
    @@ -122,10 +127,11 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    -
    +

    @@ -139,6 +145,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ >> ][Index] [ ? ]
    +
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter/res_html/index.html b/tp/t/results/layout/navigation_chapter/res_html/index.html index 9e1a8a9a48..53301cc10b 100644 --- a/tp/t/results/layout/navigation_chapter/res_html/index.html +++ b/tp/t/results/layout/navigation_chapter/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,14 +44,15 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    +

    @@ -59,6 +61,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter/res_html/navigation_abt.html b/tp/t/results/layout/navigation_chapter/res_html/navigation_abt.html index 8f1d88d97b..fa1d009d0d 100644 --- a/tp/t/results/layout/navigation_chapter/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_chapter/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_chapter/res_html/navigation_toc.html b/tp/t/results/layout/navigation_chapter/res_html/navigation_toc.html index de54930d52..c320dd7c42 100644 --- a/tp/t/results/layout/navigation_chapter/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_chapter/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -55,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html b/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html index 34cfb31237..0293854c4b 100644 --- a/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html +++ b/tp/t/results/layout/navigation_chapter_no_header/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -48,15 +49,18 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ]   [ ? ]

    -

    1 First chapter

    +
    +

    1 First chapter

    -
    -

    1.1 Section in chapter

    +

    +
    +
    +

    1.1 Section in chapter

    AAAA

    @@ -90,11 +94,13 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    -

    1.1.1 Sub section in section

    +

    +
    +
    +

    1.1.1 Sub section in section

    -
    +

    @@ -108,6 +114,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ >> ][Index] [ ? ]
    +
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html b/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html index 9e1a8a9a48..53301cc10b 100644 --- a/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html +++ b/tp/t/results/layout/navigation_chapter_no_header/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,14 +44,15 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    +

    @@ -59,6 +61,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_abt.html b/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_abt.html index 8f1d88d97b..fa1d009d0d 100644 --- a/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_toc.html b/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_toc.html index de54930d52..c320dd7c42 100644 --- a/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_chapter_no_header/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -55,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html index e1aa156ef3..bbe837d723 100644 --- a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html +++ b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -74,15 +75,18 @@ ul.no-bullet {list-style: none}
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    -

    1.1 Section in chapter

    +

    +
    +
    +

    1.1 Section in chapter

    AAAA

    @@ -116,11 +120,13 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    -
    -

    1.1.1 Sub section in section

    +

    +
    +
    +

    1.1.1 Sub section in section

    - +

    @@ -137,6 +143,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. [Index] [ ? ] +
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html index bb8d639f12..698284f66d 100644 --- a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html +++ b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,14 +61,15 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    @@ -79,6 +81,7 @@ ul.no-bullet {list-style: none} [Index] [ ? ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_abt.html b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_abt.html index 4d52c7453d..f98dfedadb 100644 --- a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -156,7 +156,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_toc.html b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_toc.html index 341a25b002..5210ef089f 100644 --- a/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_chapter_no_header_vertical/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -68,7 +68,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html b/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html index 9061119e8a..3214db7c19 100644 --- a/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html +++ b/tp/t/results/layout/navigation_chapter_vertical/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -80,15 +81,17 @@ ul.no-bullet {list-style: none}
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    - +
    +
    +
    @@ -103,7 +106,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -137,8 +141,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    -
    - +
    +
    +
    @@ -153,10 +158,11 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    - +

    @@ -173,6 +179,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. [Index] [ ? ] +
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html b/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html index bb8d639f12..698284f66d 100644 --- a/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html +++ b/tp/t/results/layout/navigation_chapter_vertical/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,14 +61,15 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    @@ -79,6 +81,7 @@ ul.no-bullet {list-style: none} [Index] [ ? ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_abt.html b/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_abt.html index 4d52c7453d..f98dfedadb 100644 --- a/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -156,7 +156,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_toc.html b/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_toc.html index 341a25b002..5210ef089f 100644 --- a/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_chapter_vertical/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -68,7 +68,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_no_header/res_html/navigation.html b/tp/t/results/layout/navigation_no_header/res_html/navigation.html index caad493cd9..04e0773644 100644 --- a/tp/t/results/layout/navigation_no_header/res_html/navigation.html +++ b/tp/t/results/layout/navigation_no_header/res_html/navigation.html @@ -35,23 +35,29 @@ ul.no-bullet {list-style: none} -

    File used for navigation testing

    +
    +
    +

    File used for navigation testing

    -
    -

    1 First chapter

    +

    +
    +
    +

    1 First chapter

    -
    -

    1.1 Section in chapter

    +

    +
    +
    +

    1.1 Section in chapter

    AAAA

    @@ -85,12 +91,18 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    -

    1.1.1 Sub section in section

    +

    +
    +
    +

    1.1.1 Sub section in section

    -
    - +

    +
    +
    +
    +
    +

    Table of Contents

    @@ -105,7 +117,7 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html b/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html index d036ec9737..7231276841 100644 --- a/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html +++ b/tp/t/results/layout/navigation_no_header_vertical/res_html/navigation.html @@ -35,26 +35,32 @@ ul.no-bullet {list-style: none} -

    File used for navigation testing

    +
    +
    +

    File used for navigation testing

    - +

    -

    1 First chapter

    +
    +
    +

    1 First chapter

    -
    -

    1.1 Section in chapter

    +

    +
    +
    +

    1.1 Section in chapter

    AAAA

    @@ -88,15 +94,21 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    -

    1.1.1 Sub section in section

    +

    +
    +
    +

    1.1.1 Sub section in section

    - +

    - +
    +
    +
    +
    +

    Table of Contents

    @@ -111,7 +123,7 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    - +

    diff --git a/tp/t/results/layout/navigation_node/res_html/chapter.html b/tp/t/results/layout/navigation_node/res_html/chapter.html index 1067101c8c..03e9862c03 100644 --- a/tp/t/results/layout/navigation_node/res_html/chapter.html +++ b/tp/t/results/layout/navigation_node/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,14 +51,16 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 First chapter

    +
    +

    1 First chapter

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node/res_html/index.html b/tp/t/results/layout/navigation_node/res_html/index.html index 33f9c5ff78..2b3f4a2234 100644 --- a/tp/t/results/layout/navigation_node/res_html/index.html +++ b/tp/t/results/layout/navigation_node/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -44,14 +45,15 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    +

    @@ -60,6 +62,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node/res_html/navigation_abt.html b/tp/t/results/layout/navigation_node/res_html/navigation_abt.html index b6c9d9becb..10a03653c7 100644 --- a/tp/t/results/layout/navigation_node/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_node/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_node/res_html/navigation_toc.html b/tp/t/results/layout/navigation_node/res_html/navigation_toc.html index 2300bb182a..208c42d5d2 100644 --- a/tp/t/results/layout/navigation_node/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_node/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_node/res_html/section.html b/tp/t/results/layout/navigation_node/res_html/section.html index 98d5e79e94..b2193cda14 100644 --- a/tp/t/results/layout/navigation_node/res_html/section.html +++ b/tp/t/results/layout/navigation_node/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -84,7 +86,8 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node/res_html/subsection.html b/tp/t/results/layout/navigation_node/res_html/subsection.html index 326f85d7e8..3920601db0 100644 --- a/tp/t/results/layout/navigation_node/res_html/subsection.html +++ b/tp/t/results/layout/navigation_node/res_html/subsection.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,10 +51,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html b/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html index 583b13064a..77bcb2cfcf 100644 --- a/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html +++ b/tp/t/results/layout/navigation_node_no_header/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,13 +50,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/index.html b/tp/t/results/layout/navigation_node_no_header/res_html/index.html index 4e69fc7525..ad0c6c753d 100644 --- a/tp/t/results/layout/navigation_node_no_header/res_html/index.html +++ b/tp/t/results/layout/navigation_node_no_header/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -44,14 +45,16 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/navigation_abt.html b/tp/t/results/layout/navigation_node_no_header/res_html/navigation_abt.html index 2111633d1c..879516c3ca 100644 --- a/tp/t/results/layout/navigation_node_no_header/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_node_no_header/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/navigation_toc.html b/tp/t/results/layout/navigation_node_no_header/res_html/navigation_toc.html index e8da55bcd3..48d476a1e9 100644 --- a/tp/t/results/layout/navigation_node_no_header/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_node_no_header/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/section.html b/tp/t/results/layout/navigation_node_no_header/res_html/section.html index e971c8086d..cb01ea54b0 100644 --- a/tp/t/results/layout/navigation_node_no_header/res_html/section.html +++ b/tp/t/results/layout/navigation_node_no_header/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -83,6 +85,7 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header/res_html/subsection.html b/tp/t/results/layout/navigation_node_no_header/res_html/subsection.html index b8dc2e907c..cc0d4e8a9b 100644 --- a/tp/t/results/layout/navigation_node_no_header/res_html/subsection.html +++ b/tp/t/results/layout/navigation_node_no_header/res_html/subsection.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,9 +50,11 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html index 583b13064a..77bcb2cfcf 100644 --- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html +++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,13 +50,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html index efe753722f..98000831f3 100644 --- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html +++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,17 +61,19 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_abt.html b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_abt.html index 43aa7a6ec5..ec4ba3456f 100644 --- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -156,7 +156,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_toc.html b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_toc.html index 58e7348e19..e2fc0ace12 100644 --- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -68,7 +68,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html index e971c8086d..cb01ea54b0 100644 --- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html +++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -83,6 +85,7 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/subsection.html b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/subsection.html index b8dc2e907c..cc0d4e8a9b 100644 --- a/tp/t/results/layout/navigation_node_no_header_vertical/res_html/subsection.html +++ b/tp/t/results/layout/navigation_node_no_header_vertical/res_html/subsection.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,9 +50,11 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html b/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html index 7036f92000..bba89aa524 100644 --- a/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html +++ b/tp/t/results/layout/navigation_node_vertical/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -80,17 +81,19 @@ ul.no-bullet {list-style: none}
    -

    1 First chapter

    +
    +

    1 First chapter

    -

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/index.html b/tp/t/results/layout/navigation_node_vertical/res_html/index.html index ff761bad23..d788df66b3 100644 --- a/tp/t/results/layout/navigation_node_vertical/res_html/index.html +++ b/tp/t/results/layout/navigation_node_vertical/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,14 +61,15 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    @@ -79,6 +81,7 @@ ul.no-bullet {list-style: none} [Index] [ ? ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/navigation_abt.html b/tp/t/results/layout/navigation_node_vertical/res_html/navigation_abt.html index 4d52c7453d..f98dfedadb 100644 --- a/tp/t/results/layout/navigation_node_vertical/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_node_vertical/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -156,7 +156,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/navigation_toc.html b/tp/t/results/layout/navigation_node_vertical/res_html/navigation_toc.html index bacdf8060b..cceec800f3 100644 --- a/tp/t/results/layout/navigation_node_vertical/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_node_vertical/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -68,7 +68,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/section.html b/tp/t/results/layout/navigation_node_vertical/res_html/section.html index c4663a861b..c8533fb174 100644 --- a/tp/t/results/layout/navigation_node_vertical/res_html/section.html +++ b/tp/t/results/layout/navigation_node_vertical/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -80,7 +81,8 @@ ul.no-bullet {list-style: none}
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -114,10 +116,11 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    - +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_node_vertical/res_html/subsection.html b/tp/t/results/layout/navigation_node_vertical/res_html/subsection.html index d1e93aabff..419838eb3a 100644 --- a/tp/t/results/layout/navigation_node_vertical/res_html/subsection.html +++ b/tp/t/results/layout/navigation_node_vertical/res_html/subsection.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -80,13 +81,15 @@ ul.no-bullet {list-style: none}
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    -

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section/res_html/chapter.html b/tp/t/results/layout/navigation_section/res_html/chapter.html index 4216082b46..784b0d53ee 100644 --- a/tp/t/results/layout/navigation_section/res_html/chapter.html +++ b/tp/t/results/layout/navigation_section/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,14 +50,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    +

    @@ -64,6 +66,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][ > ] [ >> ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section/res_html/index.html b/tp/t/results/layout/navigation_section/res_html/index.html index a62b894381..de5a564d44 100644 --- a/tp/t/results/layout/navigation_section/res_html/index.html +++ b/tp/t/results/layout/navigation_section/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,14 +44,15 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    +

    @@ -59,6 +61,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section/res_html/navigation_abt.html b/tp/t/results/layout/navigation_section/res_html/navigation_abt.html index 8f1d88d97b..fa1d009d0d 100644 --- a/tp/t/results/layout/navigation_section/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_section/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_section/res_html/navigation_toc.html b/tp/t/results/layout/navigation_section/res_html/navigation_toc.html index dede8702bc..cfda66b646 100644 --- a/tp/t/results/layout/navigation_section/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_section/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -55,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_section/res_html/section.html b/tp/t/results/layout/navigation_section/res_html/section.html index 502cda5f89..cc521717e4 100644 --- a/tp/t/results/layout/navigation_section/res_html/section.html +++ b/tp/t/results/layout/navigation_section/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -83,8 +85,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    - +
    +
    +
    @@ -99,10 +102,11 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    -
    +

    @@ -110,6 +114,8 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ][ > ] [ >> ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html b/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html index 4216082b46..784b0d53ee 100644 --- a/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html +++ b/tp/t/results/layout/navigation_section_no_header/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,14 +50,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    +

    @@ -64,6 +66,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][ > ] [ >> ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_no_header/res_html/index.html b/tp/t/results/layout/navigation_section_no_header/res_html/index.html index a62b894381..de5a564d44 100644 --- a/tp/t/results/layout/navigation_section_no_header/res_html/index.html +++ b/tp/t/results/layout/navigation_section_no_header/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,14 +44,15 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -
    +

    @@ -59,6 +61,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_no_header/res_html/navigation_abt.html b/tp/t/results/layout/navigation_section_no_header/res_html/navigation_abt.html index 8f1d88d97b..fa1d009d0d 100644 --- a/tp/t/results/layout/navigation_section_no_header/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_section_no_header/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_section_no_header/res_html/navigation_toc.html b/tp/t/results/layout/navigation_section_no_header/res_html/navigation_toc.html index dede8702bc..cfda66b646 100644 --- a/tp/t/results/layout/navigation_section_no_header/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_section_no_header/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -55,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/navigation_section_no_header/res_html/section.html b/tp/t/results/layout/navigation_section_no_header/res_html/section.html index 06c13a043e..350c45207c 100644 --- a/tp/t/results/layout/navigation_section_no_header/res_html/section.html +++ b/tp/t/results/layout/navigation_section_no_header/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -83,11 +85,13 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -
    -

    1.1.1 Sub section in section

    +

    +
    +
    +

    1.1.1 Sub section in section

    -
    +

    @@ -95,6 +99,8 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ][ > ] [ >> ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html index 378bdcf9f8..8eaf51d2c1 100644 --- a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html +++ b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -80,14 +81,15 @@ ul.no-bullet {list-style: none}
    -

    1 First chapter

    +
    +

    1 First chapter

    -

    @@ -98,6 +100,7 @@ ul.no-bullet {list-style: none} [ > ] [ >> ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html index ff761bad23..d788df66b3 100644 --- a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html +++ b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,14 +61,15 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    @@ -79,6 +81,7 @@ ul.no-bullet {list-style: none} [Index] [ ? ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_abt.html b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_abt.html index 4d52c7453d..f98dfedadb 100644 --- a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -156,7 +156,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_toc.html b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_toc.html index 8c2698bf2d..f28c3b9a37 100644 --- a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -68,7 +68,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html index 5761c22604..007732b091 100644 --- a/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html +++ b/tp/t/results/layout/navigation_section_no_header_vertical/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -80,7 +81,8 @@ ul.no-bullet {list-style: none}
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -114,11 +116,13 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    -
    -

    1.1.1 Sub section in section

    +

    +
    +
    +

    1.1.1 Sub section in section

    - +

    @@ -129,6 +133,8 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. [ > ] [ >> ] +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html b/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html index 378bdcf9f8..8eaf51d2c1 100644 --- a/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html +++ b/tp/t/results/layout/navigation_section_vertical/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -80,14 +81,15 @@ ul.no-bullet {list-style: none}
    -

    1 First chapter

    +
    +

    1 First chapter

    -

    @@ -98,6 +100,7 @@ ul.no-bullet {list-style: none} [ > ] [ >> ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_vertical/res_html/index.html b/tp/t/results/layout/navigation_section_vertical/res_html/index.html index ff761bad23..d788df66b3 100644 --- a/tp/t/results/layout/navigation_section_vertical/res_html/index.html +++ b/tp/t/results/layout/navigation_section_vertical/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,14 +61,15 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    @@ -79,6 +81,7 @@ ul.no-bullet {list-style: none} [Index] [ ? ] +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_section_vertical/res_html/navigation_abt.html b/tp/t/results/layout/navigation_section_vertical/res_html/navigation_abt.html index 4d52c7453d..f98dfedadb 100644 --- a/tp/t/results/layout/navigation_section_vertical/res_html/navigation_abt.html +++ b/tp/t/results/layout/navigation_section_vertical/res_html/navigation_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -156,7 +156,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_section_vertical/res_html/navigation_toc.html b/tp/t/results/layout/navigation_section_vertical/res_html/navigation_toc.html index 8c2698bf2d..f28c3b9a37 100644 --- a/tp/t/results/layout/navigation_section_vertical/res_html/navigation_toc.html +++ b/tp/t/results/layout/navigation_section_vertical/res_html/navigation_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -68,7 +68,7 @@ ul.no-bullet {list-style: none} -

    diff --git a/tp/t/results/layout/navigation_section_vertical/res_html/section.html b/tp/t/results/layout/navigation_section_vertical/res_html/section.html index 57a9aedfb2..108aa27cc3 100644 --- a/tp/t/results/layout/navigation_section_vertical/res_html/section.html +++ b/tp/t/results/layout/navigation_section_vertical/res_html/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -80,7 +81,8 @@ ul.no-bullet {list-style: none}
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -114,8 +116,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    -
    - +
    +
    +
    @@ -130,10 +133,11 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    - +

    @@ -144,6 +148,8 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. [ > ] [ >> ] +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/navigation_vertical/res_html/navigation.html b/tp/t/results/layout/navigation_vertical/res_html/navigation.html index 38af0efa93..ca97a31629 100644 --- a/tp/t/results/layout/navigation_vertical/res_html/navigation.html +++ b/tp/t/results/layout/navigation_vertical/res_html/navigation.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    +
    @@ -60,18 +61,20 @@ ul.no-bullet {list-style: none}
    -

    File used for navigation testing

    +
    +

    File used for navigation testing

    -

    - +
    +
    @@ -117,15 +120,17 @@ ul.no-bullet {list-style: none}
    -

    1 First chapter

    +
    +

    1 First chapter

    -
    - +
    +
    +
    @@ -140,7 +145,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section in chapter

    +
    +

    1.1 Section in chapter

    AAAA

    @@ -174,8 +180,9 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    -
    - +
    +
    +
    @@ -190,14 +197,19 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb.
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Sub section in section

    +
    +

    1.1.1 Sub section in section

    - +

    - +
    +
    +
    +
    +
    +
    @@ -231,11 +243,11 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -

    - +
    +
    @@ -357,7 +369,7 @@ b b b b b b b b b b b b b b b b b b b b b bb b b b b b b bb b bb. -

    diff --git a/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html b/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html index 912551ba55..ef4a6df7b3 100644 --- a/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html +++ b/tp/t/results/layout/no_monolithic/res_html/no_monolithic.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Not monolithic

    +
    +

    Not monolithic

    Not monolitic manual1.

    @@ -54,8 +56,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -70,7 +73,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter

    +
    +

    1 Chapter

    Chapter.

    @@ -88,7 +92,9 @@ ul.no-bullet {list-style: none}
    Jump to:   T  
    -
    +

    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_abt.html b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_abt.html index 1e3fe20a34..ef5aa3be0a 100644 --- a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_abt.html +++ b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_fot.html b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_fot.html index 444b126e4c..537e394c3d 100644 --- a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_fot.html +++ b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_fot.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -45,7 +45,7 @@ ul.no-bullet {list-style: none}
    (1)

    my footnote

    -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_ovr.html b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_ovr.html index 703d8b73b6..7cc4556d23 100644 --- a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_ovr.html +++ b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_ovr.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -48,7 +48,7 @@ ul.no-bullet {list-style: none}
  • 1 Chapter
  • -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_toc.html b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_toc.html index 3fbc02f484..0fe0c1ae40 100644 --- a/tp/t/results/layout/no_monolithic/res_html/no_monolithic_toc.html +++ b/tp/t/results/layout/no_monolithic/res_html/no_monolithic_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -49,7 +49,7 @@ ul.no-bullet {list-style: none}
  • 1 Chapter
  • -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/menu/block_commands_in_menu_description.pl b/tp/t/results/menu/block_commands_in_menu_description.pl index 9fd44c1795..78e2c97711 100644 --- a/tp/t/results/menu/block_commands_in_menu_description.pl +++ b/tp/t/results/menu/block_commands_in_menu_description.pl @@ -862,7 +862,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    [Top] [Contents]
    -
    +

    +
    diff --git a/tp/t/results/menu/comment_on_menu_line.pl b/tp/t/results/menu/comment_on_menu_line.pl index e669dd066a..9b4ddd4a60 100644 --- a/tp/t/results/menu/comment_on_menu_line.pl +++ b/tp/t/results/menu/comment_on_menu_line.pl @@ -464,7 +464,8 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    @@ -474,14 +475,17 @@ Next:  

    -

    1 first

    -
    -
    +
    +

    1 first

    +

    +
    +

    Previous: , Up: first  

    first

    -
    +

    +
    diff --git a/tp/t/results/menu/detailmenu_on_subnodes.pl b/tp/t/results/menu/detailmenu_on_subnodes.pl index 2d6b7aadca..844e3d3265 100644 --- a/tp/t/results/menu/detailmenu_on_subnodes.pl +++ b/tp/t/results/menu/detailmenu_on_subnodes.pl @@ -1973,11 +1973,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    -

    1 chapter

    +
    +

    1 chapter

    -
    -
    +

    +
    +

    Up: chapter  

    -

    1.1 section

    +
    +

    1.1 section

    -
    -
    +

    +
    +
    +
    +

    Previous: , Up: top  

    -

    2 chapter 2

    +
    +

    2 chapter 2

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    first

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    second

    -
    +

    diff --git a/tp/t/results/menu/example_in_menu_description.pl b/tp/t/results/menu/example_in_menu_description.pl index 07c02de154..0bcb7f2ac1 100644 --- a/tp/t/results/menu/example_in_menu_description.pl +++ b/tp/t/results/menu/example_in_menu_description.pl @@ -508,7 +508,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    -
    +

    +
    diff --git a/tp/t/results/menu/formats_in_menu.pl b/tp/t/results/menu/formats_in_menu.pl index 2306037271..248ef2c231 100644 --- a/tp/t/results/menu/formats_in_menu.pl +++ b/tp/t/results/menu/formats_in_menu.pl @@ -1049,7 +1049,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/menu/inlineraw_in_menu_description.pl b/tp/t/results/menu/inlineraw_in_menu_description.pl index 56d779751a..8df1761c8f 100644 --- a/tp/t/results/menu/inlineraw_in_menu_description.pl +++ b/tp/t/results/menu/inlineraw_in_menu_description.pl @@ -479,7 +479,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    -
    +

    +
    diff --git a/tp/t/results/menu/invalid_info_menu_entry.pl b/tp/t/results/menu/invalid_info_menu_entry.pl index 71bf179ac5..7da101a435 100644 --- a/tp/t/results/menu/invalid_info_menu_entry.pl +++ b/tp/t/results/menu/invalid_info_menu_entry.pl @@ -918,7 +918,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/menu/menu_in_example.pl b/tp/t/results/menu/menu_in_example.pl index 4d8b9930d3..b9830c883c 100644 --- a/tp/t/results/menu/menu_in_example.pl +++ b/tp/t/results/menu/menu_in_example.pl @@ -763,7 +763,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/menu/menu_pointing_to_anchor.pl b/tp/t/results/menu/menu_pointing_to_anchor.pl index 9fc42cdc22..e914240b52 100644 --- a/tp/t/results/menu/menu_pointing_to_anchor.pl +++ b/tp/t/results/menu/menu_pointing_to_anchor.pl @@ -454,7 +454,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    Text

    @@ -463,7 +465,8 @@ ul.no-bullet {list-style: none} • An anchor:  menu entry pointing to the anchor. -
    +

    +
    diff --git a/tp/t/results/menu/menu_title_before_entries.pl b/tp/t/results/menu/menu_title_before_entries.pl index a634c8bc4f..c8fa8ea298 100644 --- a/tp/t/results/menu/menu_title_before_entries.pl +++ b/tp/t/results/menu/menu_title_before_entries.pl @@ -397,7 +397,8 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    @@ -409,13 +410,14 @@ Next:  

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    subnode

    -
    +

    diff --git a/tp/t/results/menu/no_colon_in_menu.pl b/tp/t/results/menu/no_colon_in_menu.pl index 475c81ad5f..2d9075f7f7 100644 --- a/tp/t/results/menu/no_colon_in_menu.pl +++ b/tp/t/results/menu/no_colon_in_menu.pl @@ -245,12 +245,13 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/menu/reference_to_external_manual.pl b/tp/t/results/menu/reference_to_external_manual.pl index 8168779073..76a618331f 100644 --- a/tp/t/results/menu/reference_to_external_manual.pl +++ b/tp/t/results/menu/reference_to_external_manual.pl @@ -332,13 +332,14 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/menu/sc_in_menu.pl b/tp/t/results/menu/sc_in_menu.pl index 3139d2762c..78d52429d5 100644 --- a/tp/t/results/menu/sc_in_menu.pl +++ b/tp/t/results/menu/sc_in_menu.pl @@ -1158,7 +1158,8 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    @@ -1178,8 +1179,9 @@ MENU-EXAMPLE COMMENT
    -
    -
    +

    +
    +

    Previous: , Up: Top  

    @@ -1194,7 +1196,7 @@ EXAMPLE COMMENT
    -
    +

    diff --git a/tp/t/results/menu/verb_in_menu_description.pl b/tp/t/results/menu/verb_in_menu_description.pl index 2e17f3c4af..4f42444a98 100644 --- a/tp/t/results/menu/verb_in_menu_description.pl +++ b/tp/t/results/menu/verb_in_menu_description.pl @@ -463,7 +463,9 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    -
    +

    +
    diff --git a/tp/t/results/misc_commands/codequoteundirected_codequotebacktick.pl b/tp/t/results/misc_commands/codequoteundirected_codequotebacktick.pl index 23a25bfedb..dc66e3c052 100644 --- a/tp/t/results/misc_commands/codequoteundirected_codequotebacktick.pl +++ b/tp/t/results/misc_commands/codequoteundirected_codequotebacktick.pl @@ -5295,7 +5295,9 @@ $result_converted{'html_text'}->{'codequoteundirected_codequotebacktick'} = ' -

    test quotes

    +
    +
    +

    test quotes

    “simple-double–three—four—-” ‘simple’ quotedblleft: “
    code: ``simple-double--three---four----\'\' `simple\' quotedblleft: “
    @@ -5375,7 +5377,7 @@ samp: ‘``simple-double--three---four----\'\' `simple\' quotedblleft:

    -
    +

    '; diff --git a/tp/t/results/misc_commands/comment_space_command_on_line.pl b/tp/t/results/misc_commands/comment_space_command_on_line.pl index 6ddcbd9be9..9807c9ae58 100644 --- a/tp/t/results/misc_commands/comment_space_command_on_line.pl +++ b/tp/t/results/misc_commands/comment_space_command_on_line.pl @@ -837,13 +837,16 @@ Text 1 $result_converted{'html_text'}->{'comment_space_command_on_line'} = ' -

    top element 

    +
    +
    +

    top element 

    -

    Heading  

    - +
    +

    Heading  

    +
    Jump to:   I  
    @@ -863,7 +866,7 @@ $result_converted{'html_text'}->{'comment_space_command_on_line'} = '

    Text 1

    -
    +

    '; diff --git a/tp/t/results/misc_commands/no_empty_line_between_headings.pl b/tp/t/results/misc_commands/no_empty_line_between_headings.pl index 30565f65d0..2dc9006f5e 100644 --- a/tp/t/results/misc_commands/no_empty_line_between_headings.pl +++ b/tp/t/results/misc_commands/no_empty_line_between_headings.pl @@ -233,17 +233,21 @@ Subheading '; -$result_converted{'html_text'}->{'no_empty_line_between_headings'} = '

    Top

    -

    Subheading

    -
      +$result_converted{'html_text'}->{'no_empty_line_between_headings'} = '
      +

      Top

      +
      +

      Subheading

      +
      -

      1 Chapter

      +
      +

      1 Chapter

      -

      1.1 Section

      -
      +
      +

      1.1 Section

      +

    '; diff --git a/tp/t/results/misc_commands/ref_in_center.pl b/tp/t/results/misc_commands/ref_in_center.pl index 074d203378..5868dc36a3 100644 --- a/tp/t/results/misc_commands/ref_in_center.pl +++ b/tp/t/results/misc_commands/ref_in_center.pl @@ -291,14 +291,15 @@ $result_converted{'plaintext'}->{'ref_in_center'} = ' '; -$result_converted{'html_text'}->{'ref_in_center'} = '

    Top

    +$result_converted{'html_text'}->{'ref_in_center'} = '
    +

    Top

    ‘title ’

    very long -


    +


    '; diff --git a/tp/t/results/misc_commands/test_allowcodebreaks.pl b/tp/t/results/misc_commands/test_allowcodebreaks.pl index f4dbd84a26..c23750e29a 100644 --- a/tp/t/results/misc_commands/test_allowcodebreaks.pl +++ b/tp/t/results/misc_commands/test_allowcodebreaks.pl @@ -2737,7 +2737,8 @@ Out of code -- out-of-code. \'1aaa\' \'2aaa-\' \'-3bbb\' \'4aaa-bbb\' \' 5aaa-b '; -$result_converted{'html_text'}->{'test_allowcodebreaks'} = '

    Top

    +$result_converted{'html_text'}->{'test_allowcodebreaks'} = '
    +

    Top

    @@ -2783,7 +2784,7 @@ anc-hor
    in-example
     
    -
    +

    '; 1; diff --git a/tp/t/results/morecoverage/formatting_fr.pl b/tp/t/results/morecoverage/formatting_fr.pl index 7940f7d861..db48c8fdd9 100644 --- a/tp/t/results/morecoverage/formatting_fr.pl +++ b/tp/t/results/morecoverage/formatting_fr.pl @@ -4916,7 +4916,8 @@ ul.no-bullet {list-style: none}


    - +
    +
    @@ -4924,7 +4925,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top section

    +
    +

    Top section

    @@ -5052,8 +5054,9 @@ Menu comment

    -
    - +
    +
    +
    @@ -5068,7 +5071,8 @@ Menu comment
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    1 chapter

    +
    +

    1 chapter

    1

    @@ -5084,8 +5088,9 @@ Menu comment
    -
    - +
    +
    +
    @@ -5100,7 +5105,8 @@ Menu comment
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    1.1 A section

    +
    +

    1.1 A section

    -
    - +
    +
    +
    @@ -5131,7 +5138,8 @@ Menu comment
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    1.1.1 subsection

    +
    +

    1.1.1 subsection

    -
    - +
    +
    +
    @@ -5157,10 +5166,13 @@ Menu comment
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    1.1.1.1 subsubsection “simple-double–

    +
    +

    1.1.1.1 subsubsection “simple-double–

    -
    - +
    + +
    +
    @@ -5175,10 +5187,16 @@ Menu comment
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    1.1.1.2 three—four—-”

    +
    +

    1.1.1.2 three—four—-”

    -
    - +
    + + + + +
    +
    @@ -5193,7 +5211,8 @@ Menu comment
    [ << ] [ < ] [Plus haut][Index] [ ? ]
    -

    chapter 2

    +
    +

    chapter 2

    Aller à:   .   @@ -5270,7 +5289,9 @@ Menu comment  
    -
    +

    +
    +

    Ce document a été généré le a sunny day.

    diff --git a/tp/t/results/morecoverage/texi_formatting.pl b/tp/t/results/morecoverage/texi_formatting.pl index 7360ebb3c5..2978c21fe5 100644 --- a/tp/t/results/morecoverage/texi_formatting.pl +++ b/tp/t/results/morecoverage/texi_formatting.pl @@ -4907,11 +4907,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Contents][Index]

    -

    Top section

    +
    +

    Top section

    @@ -5061,12 +5063,14 @@ Next:   [
    +

    +
    + -

    1 chapter

    +
    +

    1 chapter

    1

    @@ -5074,23 +5078,27 @@ Next: , Previous:
  • A section
  • -
    -
    +

    +
    +

    Up: chapter   [Contents][Index]

    -

    1.1 A section

    +
    +

    1.1 A section

    -
    -
    +

    +
    + -

    1.1.1 subsection

    +
    +

    1.1.1 subsection

    @@ -5098,26 +5106,37 @@ Up: A section  
  • subsubsection “simple-double–
  • three—four—-”
  • -
    -
    +

    +
    + -

    1.1.1.1 subsubsection “simple-double–

    +
    +

    1.1.1.1 subsubsection “simple-double–

    -
    -
    +

    +
    +
    + -

    1.1.1.2 three—four—-”

    +
    +

    1.1.1.2 three—four—-”

    -
    -
    +

    +
    +
    +
    +
    +
    +

    Previous: , Up: Top section   [Contents][Index]

    -

    chapter 2

    +
    +
    Jump to:   A @@ -65,7 +67,7 @@ ul.no-bullet {list-style: none}  
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_no_node/res_html/Chapter-2.html b/tp/t/results/moreindices/index_no_node/res_html/Chapter-2.html index 54a1f4d01c..c8002bf023 100644 --- a/tp/t/results/moreindices/index_no_node/res_html/Chapter-2.html +++ b/tp/t/results/moreindices/index_no_node/res_html/Chapter-2.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -53,7 +54,7 @@ ul.no-bullet {list-style: none}

    In chapter 2

    -
    +
    [ << ] [ < ] [ Up ]
    diff --git a/tp/t/results/moreindices/index_no_node/res_html/Chapter.html b/tp/t/results/moreindices/index_no_node/res_html/Chapter.html index c1e5c1e7b7..e991fa3b49 100644 --- a/tp/t/results/moreindices/index_no_node/res_html/Chapter.html +++ b/tp/t/results/moreindices/index_no_node/res_html/Chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -99,7 +100,7 @@ ul.no-bullet {list-style: none}

    Text of chapter

    -
    +
    [ << ] [ < ] [ Up ]
    diff --git a/tp/t/results/moreindices/index_no_node/res_html/index.html b/tp/t/results/moreindices/index_no_node/res_html/index.html index 1b70c3779b..d57c0ea2dd 100644 --- a/tp/t/results/moreindices/index_no_node/res_html/index.html +++ b/tp/t/results/moreindices/index_no_node/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -100,8 +101,9 @@ ul.no-bullet {list-style: none} -
    -
    [ < ] [ > ]  
    +
    +
    +
    @@ -210,7 +212,7 @@ ul.no-bullet {list-style: none} U  
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/t/results/moreindices/index_no_node/res_html/index_no_node_abt.html b/tp/t/results/moreindices/index_no_node/res_html/index_no_node_abt.html index 54c349c8ca..3d5fe37482 100644 --- a/tp/t/results/moreindices/index_no_node/res_html/index_no_node_abt.html +++ b/tp/t/results/moreindices/index_no_node/res_html/index_no_node_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [ << ] [ >> ]
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moreindices/index_no_node/res_html/unnumbered.html b/tp/t/results/moreindices/index_no_node/res_html/unnumbered.html index 9fe3dc1b35..ca3400ef17 100644 --- a/tp/t/results/moreindices/index_no_node/res_html/unnumbered.html +++ b/tp/t/results/moreindices/index_no_node/res_html/unnumbered.html @@ -83,7 +83,8 @@ ul.no-bullet {list-style: none}
    [Top] [Contents]
    - +
    +
    @@ -149,7 +150,7 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/t/results/moreindices/index_split/res_html/first.html b/tp/t/results/moreindices/index_split/res_html/first.html index 3497808b53..aa8d888c92 100644 --- a/tp/t/results/moreindices/index_split/res_html/first.html +++ b/tp/t/results/moreindices/index_split/res_html/first.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -153,7 +154,8 @@ ul.no-bullet {list-style: none} -

    1 First chapter

    +
    +

    1 First chapter

    @@ -173,8 +175,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -189,7 +192,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section 1

    +
    +

    1.1 Section 1

    @@ -270,8 +274,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -286,12 +291,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.1 Subsection 1

    +
    +

    1.1.1 Subsection 1

    In subsection 1

    -
    - +
    + +
    +
    @@ -306,7 +314,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1.2 Subsection 2

    +
    +

    1.1.2 Subsection 2

    index in subsction 2

    @@ -381,8 +390,11 @@ ul.no-bullet {list-style: none} -
    - +
    + + +
    +
    @@ -397,12 +409,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.2 Section 2

    +
    +

    1.2 Section 2

    Section 2

    -
    - +
    + +
    +
    @@ -417,7 +432,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.3 Section 3

    +
    +

    1.3 Section 3

    @@ -488,11 +504,13 @@ ul.no-bullet {list-style: none}   - +
    +

    Text for the node in section 3

    - +
    +

    Text for the node 2 in section 3

    @@ -634,10 +652,11 @@ ul.no-bullet {list-style: none} - +
    + -
    +

    @@ -651,6 +670,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split/res_html/index.html b/tp/t/results/moreindices/index_split/res_html/index.html index 1ea548227c..8b2715deec 100644 --- a/tp/t/results/moreindices/index_split/res_html/index.html +++ b/tp/t/results/moreindices/index_split/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    split indices

    +
    +

    split indices

    Jump to:   ! @@ -219,7 +221,7 @@ ul.no-bullet {list-style: none}
    -
    +

    @@ -228,6 +230,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split/res_html/index_split_abt.html b/tp/t/results/moreindices/index_split/res_html/index_split_abt.html index 0e5385f101..dfc4f6976a 100644 --- a/tp/t/results/moreindices/index_split/res_html/index_split_abt.html +++ b/tp/t/results/moreindices/index_split/res_html/index_split_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moreindices/index_split/res_html/second-chapter.html b/tp/t/results/moreindices/index_split/res_html/second-chapter.html index 167cebb539..b2acc593e3 100644 --- a/tp/t/results/moreindices/index_split/res_html/second-chapter.html +++ b/tp/t/results/moreindices/index_split/res_html/second-chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,11 +50,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    2 Second chapter

    +
    +

    2 Second chapter

    Second chapter

    -
    +

    @@ -67,6 +69,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/first.html b/tp/t/results/moreindices/index_split_nodes/res_html/first.html index f7e4785592..7a461ba6ce 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/first.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/first.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -154,7 +155,8 @@ ul.no-bullet {list-style: none} -

    1 First chapter

    +
    +

    1 First chapter

    @@ -174,7 +176,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    +

    @@ -190,6 +192,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/index.html b/tp/t/results/moreindices/index_split_nodes/res_html/index.html index d67d2d862c..85912c1515 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/index.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    split indices

    +
    +

    split indices

    Jump to:   ! @@ -220,7 +222,7 @@ ul.no-bullet {list-style: none}
    -
    +

    @@ -229,6 +231,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/index_split_abt.html b/tp/t/results/moreindices/index_split_nodes/res_html/index_split_abt.html index 7dfa101af1..33b1bd2c83 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/index_split_abt.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/index_split_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/node-2-in-section-3.html b/tp/t/results/moreindices/index_split_nodes/res_html/node-2-in-section-3.html index 1231c95560..0f25ca12d8 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/node-2-in-section-3.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/node-2-in-section-3.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -193,7 +194,7 @@ ul.no-bullet {list-style: none} -
    +
    [ << ] [ < ] [ Up ]
    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/node-3-in-section-3.html b/tp/t/results/moreindices/index_split_nodes/res_html/node-3-in-section-3.html index f7bda3bae1..5a1cc199fb 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/node-3-in-section-3.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/node-3-in-section-3.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ]
    +
    +
    @@ -54,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/node-in-section-3.html b/tp/t/results/moreindices/index_split_nodes/res_html/node-in-section-3.html index c635872969..3ecf577f86 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/node-in-section-3.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/node-in-section-3.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -55,7 +56,7 @@ ul.no-bullet {list-style: none}

    Text for the node in section 3

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/second-chapter.html b/tp/t/results/moreindices/index_split_nodes/res_html/second-chapter.html index 215cc0b48b..f372619ebd 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/second-chapter.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/second-chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -50,11 +51,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    2 Second chapter

    +
    +

    2 Second chapter

    Second chapter

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/section-1.html b/tp/t/results/moreindices/index_split_nodes/res_html/section-1.html index b5c9f29b1e..471e4a6cb8 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/section-1.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/section-1.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1 Section 1

    +
    +

    1.1 Section 1

    @@ -131,7 +133,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -147,6 +149,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/section-2.html b/tp/t/results/moreindices/index_split_nodes/res_html/section-2.html index bd117e685c..59c82b02c0 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/section-2.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/section-2.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,11 +51,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.2 Section 2

    +
    +

    1.2 Section 2

    Section 2

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/section-3.html b/tp/t/results/moreindices/index_split_nodes/res_html/section-3.html index b557bc5356..565db043b4 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/section-3.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/section-3.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.3 Section 3

    +
    +

    1.3 Section 3

    @@ -121,7 +123,7 @@ ul.no-bullet {list-style: none}   -
    +

    @@ -137,6 +139,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/subsection-1.html b/tp/t/results/moreindices/index_split_nodes/res_html/subsection-1.html index ed9314a2bd..9346de109b 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/subsection-1.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/subsection-1.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,11 +51,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1.1 Subsection 1

    +
    +

    1.1.1 Subsection 1

    In subsection 1

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/index_split_nodes/res_html/subsection-2.html b/tp/t/results/moreindices/index_split_nodes/res_html/subsection-2.html index ce67320422..7dcb3426e6 100644 --- a/tp/t/results/moreindices/index_split_nodes/res_html/subsection-2.html +++ b/tp/t/results/moreindices/index_split_nodes/res_html/subsection-2.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1.2 Subsection 2

    +
    +

    1.1.2 Subsection 2

    index in subsction 2

    @@ -125,7 +127,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -141,6 +143,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/nodes_before_top/res_html/first-before-top.html b/tp/t/results/moreindices/nodes_before_top/res_html/first-before-top.html index b990e6513e..4fbfa5d3c8 100644 --- a/tp/t/results/moreindices/nodes_before_top/res_html/first-before-top.html +++ b/tp/t/results/moreindices/nodes_before_top/res_html/first-before-top.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -119,8 +120,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -203,8 +205,9 @@ ul.no-bullet {list-style: none} -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -291,8 +294,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -343,8 +347,9 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -365,8 +370,9 @@ ul.no-bullet {list-style: none} -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -509,7 +515,7 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/t/results/moreindices/nodes_before_top/res_html/index.html b/tp/t/results/moreindices/nodes_before_top/res_html/index.html index b140b58156..2f57bb26b2 100644 --- a/tp/t/results/moreindices/nodes_before_top/res_html/index.html +++ b/tp/t/results/moreindices/nodes_before_top/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -202,7 +203,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    +

    diff --git a/tp/t/results/moreindices/nodes_before_top/res_html/nodes_before_top_abt.html b/tp/t/results/moreindices/nodes_before_top/res_html/nodes_before_top_abt.html index d3bdc51fdf..e7b4368fb5 100644 --- a/tp/t/results/moreindices/nodes_before_top/res_html/nodes_before_top_abt.html +++ b/tp/t/results/moreindices/nodes_before_top/res_html/nodes_before_top_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [ < ] [ > ]
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moreindices/nodes_before_top_and_sections_monolithic/res_html/nodes_before_top_and_sections.html b/tp/t/results/moreindices/nodes_before_top_and_sections_monolithic/res_html/nodes_before_top_and_sections.html index 16bf725d71..1299872c4b 100644 --- a/tp/t/results/moreindices/nodes_before_top_and_sections_monolithic/res_html/nodes_before_top_and_sections.html +++ b/tp/t/results/moreindices/nodes_before_top_and_sections_monolithic/res_html/nodes_before_top_and_sections.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -190,7 +191,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    - +
    +

    between node in menu before top and printindex

    Jump to:   ! @@ -266,7 +268,8 @@ ul.no-bullet {list-style: none} - +
    +

    in top node.

    Jump to:   !   @@ -436,7 +439,8 @@ ul.no-bullet {list-style: none}  
    -

    top section

    +
    +

    top section

    in top section @@ -450,7 +454,8 @@ ul.no-bullet {list-style: none}

    -

    Text and then index entries +

    +

    Text and then index entries @@ -529,7 +534,8 @@ ul.no-bullet {list-style: none} - +
    +
    - +

    + - +
    +
    Jump to:   !   @@ -712,8 +720,9 @@ ul.no-bullet {list-style: none}  
    -
    - +
    +
    +
    @@ -728,7 +737,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 A chapter

    +
    +

    1 A chapter

    Jump to:   !   @@ -799,11 +809,14 @@ ul.no-bullet {list-style: none}  
    - +
    + -
    - +

    +
    +
    +
    @@ -912,7 +925,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/nodes_before_top_no_nodes/res_html/index.html b/tp/t/results/moreindices/nodes_before_top_no_nodes/res_html/index.html index 85f73a04ba..a20b7c289c 100644 --- a/tp/t/results/moreindices/nodes_before_top_no_nodes/res_html/index.html +++ b/tp/t/results/moreindices/nodes_before_top_no_nodes/res_html/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} - +
    +
    [Top] [Contents]
    Jump to:   !  
    @@ -103,7 +104,8 @@ ul.no-bullet {list-style: none}
    - +
    +
    Jump to:   !   @@ -170,7 +172,8 @@ ul.no-bullet {list-style: none} - +
    +
    Jump to:   !   @@ -329,7 +332,8 @@ ul.no-bullet {list-style: none}
    -

    Text and then index entries +

    +

    Text and then index entries @@ -400,7 +404,8 @@ ul.no-bullet {list-style: none}

    - +
    +
    - +
    + - +
    +
    Jump to:   !   @@ -567,7 +574,7 @@ ul.no-bullet {list-style: none}  
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/a-node.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/a-node.html index 489a6d28d8..b614cc33cb 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/a-node.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/a-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -178,7 +179,7 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/another.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/another.html index 79b3fef239..5a08b206ec 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/another.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/another.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ]
    +
    +
    @@ -56,7 +57,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first-before-top.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first-before-top.html index 7ef6938c32..71291d3df4 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first-before-top.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first-before-top.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -120,7 +121,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first.html index 8c421fd560..d63ed8a85e 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/first.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ]
    +
    +
    @@ -122,7 +123,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/index.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/index.html index 753aa740df..2a3f11d751 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/index.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ]
    +
    +
    @@ -203,7 +204,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    +

    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/node-in-menu-before-top.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/node-in-menu-before-top.html index 49f26d9bfa..98958c834c 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/node-in-menu-before-top.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/node-in-menu-before-top.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ < ] [ > ]
    +
    +
    @@ -118,7 +119,7 @@ ul.no-bullet {list-style: none} -
    +
    [ << ] [ < ] [ Up ]
    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/nodes_before_top_abt.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/nodes_before_top_abt.html index 5a973a196c..edb0da8c2d 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/nodes_before_top_abt.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/nodes_before_top_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [ << ] [ < ]
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/second.html b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/second.html index 9ff909fbb5..c37cbd0400 100644 --- a/tp/t/results/moreindices/nodes_before_top_nodes/res_html/second.html +++ b/tp/t/results/moreindices/nodes_before_top_nodes/res_html/second.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -86,7 +87,7 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/split_chapter_index/res_html/first.html b/tp/t/results/moreindices/split_chapter_index/res_html/first.html index 10152b8634..4c53c7b3a8 100644 --- a/tp/t/results/moreindices/split_chapter_index/res_html/first.html +++ b/tp/t/results/moreindices/split_chapter_index/res_html/first.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 First chapter

    +
    +

    1 First chapter

    Text and then index entries @@ -116,8 +118,9 @@ ul.no-bullet {list-style: none} -


    - +
    +
    +
    @@ -132,7 +135,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 Section 1

    +
    +

    1.1 Section 1

    -
    +

    @@ -63,6 +65,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moreindices/split_chapter_index/res_html/split_chapter_index_abt.html b/tp/t/results/moreindices/split_chapter_index/res_html/split_chapter_index_abt.html index c39fdd5468..f50823f9a9 100644 --- a/tp/t/results/moreindices/split_chapter_index/res_html/split_chapter_index_abt.html +++ b/tp/t/results/moreindices/split_chapter_index/res_html/split_chapter_index_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/equivalent_nodes/res_html/equivalent_nodes.html b/tp/t/results/moresectioning/equivalent_nodes/res_html/equivalent_nodes.html index e2be1b7757..e4213fee90 100644 --- a/tp/t/results/moresectioning/equivalent_nodes/res_html/equivalent_nodes.html +++ b/tp/t/results/moresectioning/equivalent_nodes/res_html/equivalent_nodes.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -52,8 +53,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    before top

    -
    - +
    +
    +
    @@ -70,8 +72,9 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    - +
    +
    +
    @@ -99,8 +102,8 @@ ul.no-bullet {list-style: none}

    Ref to @samp{node} node.

    -
    - +
    +
    [ << ] [ < ] [ Up ]
    @@ -209,7 +212,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/equivalent_nodes_no_node/res_html/equivalent_nodes.html b/tp/t/results/moresectioning/equivalent_nodes_no_node/res_html/equivalent_nodes.html index 2909d04f50..7fa0b6bdb0 100644 --- a/tp/t/results/moresectioning/equivalent_nodes_no_node/res_html/equivalent_nodes.html +++ b/tp/t/results/moresectioning/equivalent_nodes_no_node/res_html/equivalent_nodes.html @@ -35,8 +35,10 @@ ul.no-bullet {list-style: none} - - +
    + +
    +

    Equivalent nodes in node line and in menu.

    [Top] [Contents]
    @@ -44,7 +46,8 @@ ul.no-bullet {list-style: none} - +
    +

    A figure

    Figure @@ -56,7 +59,7 @@ ul.no-bullet {list-style: none}

    Ref to @samp{node} node.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/more_sections_than_nodes/res_html/more_sections_than_nodes.html b/tp/t/results/moresectioning/more_sections_than_nodes/res_html/more_sections_than_nodes.html index 0aeba8d558..1141944c3f 100644 --- a/tp/t/results/moresectioning/more_sections_than_nodes/res_html/more_sections_than_nodes.html +++ b/tp/t/results/moresectioning/more_sections_than_nodes/res_html/more_sections_than_nodes.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    top

    +
    +

    top

    -
    - +
    +
    +
    @@ -72,8 +75,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    1 c1

    -
    - +
    +
    +
    @@ -88,10 +92,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    2 c2

    +
    +

    2 c2

    -
    - +
    +
    +
    @@ -108,8 +114,10 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    2.1 s1

    -
    - +
    + +
    +
    @@ -124,15 +132,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    3 c3

    +
    +

    3 c3

    -
    - +
    +
    +
    @@ -149,8 +159,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    3.1 C3 s1

    -
    - +
    +
    +
    @@ -165,10 +176,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    3.2 c3 s2

    +
    +

    3.2 c3 s2

    -
    - +
    +
    +
    @@ -185,8 +198,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    3.3 c3 s3

    -
    - +
    +
    +
    @@ -203,8 +217,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    4 c4

    -
    - +
    +
    +
    @@ -221,8 +236,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    4.1 c3 s1

    -
    - +
    +
    +
    @@ -239,8 +255,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    4.1.1 c3 s1 s1

    -
    - +
    +
    +
    @@ -255,10 +272,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    4.1.2 c3 s1 s2

    +
    +

    4.1.2 c3 s1 s2

    -
    - +
    +
    +
    @@ -275,8 +294,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]

    Appendix A appendix

    -
    - +

    +
    +
    +
    +
    +
    @@ -385,7 +408,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html b/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html index 870acf12a4..2a0398a1d2 100644 --- a/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html +++ b/tp/t/results/moresectioning/node_footnote_end/res_html/node_footnote.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    [Top] [Contents]
    @@ -47,26 +48,31 @@ ul.no-bullet {list-style: none} - +
    +

    node á, Footnote 11.

    - +
    +

    node â, Footnote 22.

    -

    1 chapter

    +
    +
    +

    1 chapter

    - +
    +

    node à, Footnote 33.

    -
    +

    Footnotes

    @@ -77,7 +83,8 @@ Footnote 33.
    (3)

    foot 3 à

    -
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html b/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html index 870acf12a4..2a0398a1d2 100644 --- a/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html +++ b/tp/t/results/moresectioning/node_footnote_separated/res_html/node_footnote.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    + @@ -47,26 +48,31 @@ ul.no-bullet {list-style: none} - +
    +

    node á, Footnote 11.

    - +
    +

    node â, Footnote 22.

    -

    1 chapter

    +
    +
    +

    1 chapter

    - +
    +

    node à, Footnote 33.

    -
    +

    Footnotes

    @@ -77,7 +83,8 @@ Footnote 33.
    (3)

    foot 3 à

    -
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html b/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html index cd18057ab2..4df5a83f4c 100644 --- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html +++ b/tp/t/results/moresectioning/node_footnote_use_node/res_html/a.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -55,8 +56,9 @@ ul.no-bullet {list-style: none}

    node á, Footnote 11.

    -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -76,7 +78,7 @@ Footnote 11.

    node â, Footnote 22.

    -
    +

    Footnotes

    @@ -86,7 +88,8 @@ Footnote 22.

    foot 2 â


    -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -106,7 +109,7 @@ Footnote 22.

    node à, Footnote 33.

    -
    +

    Footnotes

    diff --git a/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html b/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html index e71304f5b0..f412100b78 100644 --- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html +++ b/tp/t/results/moresectioning/node_footnote_use_node/res_html/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -50,14 +51,16 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 chapter

    +
    +

    1 chapter

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html b/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html index 55baf8a304..8532094e7b 100644 --- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html +++ b/tp/t/results/moresectioning/node_footnote_use_node/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -57,7 +58,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    +

    diff --git a/tp/t/results/moresectioning/node_footnote_use_node/res_html/node_footnote_abt.html b/tp/t/results/moresectioning/node_footnote_use_node/res_html/node_footnote_abt.html index 4937216036..f905d7f1f6 100644 --- a/tp/t/results/moresectioning/node_footnote_use_node/res_html/node_footnote_abt.html +++ b/tp/t/results/moresectioning/node_footnote_use_node/res_html/node_footnote_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [ < ] [ > ]
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_chapter/res_html/nodes_after_top_before_chapter.html b/tp/t/results/moresectioning/nodes_after_top_before_chapter/res_html/nodes_after_top_before_chapter.html index 2c99645767..5bdc2cd4d3 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_chapter/res_html/nodes_after_top_before_chapter.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_chapter/res_html/nodes_after_top_before_chapter.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -

    Top node +

    +

    Top node

    [Top] [Contents]
    @@ -44,13 +45,17 @@ ul.no-bullet {list-style: none} - +
    +

    second node

    -

    1 chapter

    +
    +
    +

    1 chapter

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/index.html b/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/index.html index 6e17c81869..6e9a1f49ed 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/index.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -53,8 +54,9 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    - +
    +
    +
    @@ -73,7 +75,7 @@ ul.no-bullet {list-style: none}

    second node

    -
    +
    [ << ] [ < ] [ Up ]
    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/nodes_after_top_before_chapter_abt.html b/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/nodes_after_top_before_chapter_abt.html index d245d912c8..a49d36ae36 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/nodes_after_top_before_chapter_abt.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/nodes_after_top_before_chapter_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [ << ] [ >> ]
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/third-node.html b/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/third-node.html index dd50632d65..d26fcd5afa 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/third-node.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_chapter_use_nodes_chapter/res_html/third-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,10 +50,11 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 chapter

    +
    +

    1 chapter

    -
    +

    @@ -66,6 +68,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_section/res_html/index.html b/tp/t/results/moresectioning/nodes_after_top_before_section/res_html/index.html index 49cc39f0ba..fce843f483 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_section/res_html/index.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_section/res_html/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -

    Top node +

    +

    Top node

    @@ -44,13 +45,17 @@ ul.no-bullet {list-style: none} - +
    +

    second node

    -

    1 subsection

    +
    +
    +

    1 subsection

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes/res_html/nodes_after_top_before_section.html b/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes/res_html/nodes_after_top_before_section.html index 71f4ac12aa..bec88d503e 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes/res_html/nodes_after_top_before_section.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes/res_html/nodes_after_top_before_section.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -53,8 +54,9 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    - +
    +
    +
    @@ -73,8 +75,9 @@ ul.no-bullet {list-style: none}

    second node

    -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -89,11 +92,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 subsection

    +
    +

    1 subsection

    -
    - +

    +
    +
    @@ -202,7 +207,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/index.html b/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/index.html index 1bd046f703..b26c58887a 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/index.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -53,8 +54,9 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    - +
    +
    +
    @@ -73,8 +75,9 @@ ul.no-bullet {list-style: none}

    second node

    -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -89,10 +92,11 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 subsection

    +
    +

    1 subsection

    -
    +

    @@ -106,6 +110,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/nodes_after_top_before_section_abt.html b/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/nodes_after_top_before_section_abt.html index d245d912c8..a49d36ae36 100644 --- a/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/nodes_after_top_before_section_abt.html +++ b/tp/t/results/moresectioning/nodes_after_top_before_section_use_nodes_chapter/res_html/nodes_after_top_before_section_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/placed_things_before_element/res_html/placed_things_before_element.html b/tp/t/results/moresectioning/placed_things_before_element/res_html/placed_things_before_element.html index a09f0a3023..474aee90e2 100644 --- a/tp/t/results/moresectioning/placed_things_before_element/res_html/placed_things_before_element.html +++ b/tp/t/results/moresectioning/placed_things_before_element/res_html/placed_things_before_element.html @@ -61,7 +61,8 @@ ul.no-bullet {list-style: none} -

    1 section

    +
    +

    1 section

    Ref to anchor An anchor @@ -69,7 +70,7 @@ ul.no-bullet {list-style: none}

    Ref to footnote anchor Anchor in footnote

    -
    +

    Footnotes

    @@ -81,7 +82,7 @@ ul.no-bullet {list-style: none} An anchor

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html b/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html index e56cf40d75..030b21eac7 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/First-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 first node chapter

    +
    +

    1 first node chapter

    first node chapter text

    @@ -63,8 +65,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -79,7 +82,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    unnumbered section

    +
    +

    unnumbered section

    -
    - +
    +
    +
    @@ -108,10 +113,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    unnumbered subsection

    +
    +

    unnumbered subsection

    -
    - +
    + +
    +
    @@ -126,10 +134,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    numbered subsection

    +
    +

    numbered subsection

    -
    - +
    + +
    +
    @@ -144,10 +155,13 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    unnumbered subsection2

    +
    +

    unnumbered subsection2

    -
    - +
    + +
    +
    @@ -162,10 +176,14 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    numbered subsection2

    +
    +

    numbered subsection2

    -
    - +
    + + +
    +
    @@ -180,15 +198,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    unnumbered section2

    +
    +

    unnumbered section2

    -
    - +
    +
    +
    @@ -203,11 +223,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    numbered subsection3

    +
    +

    numbered subsection3

    -
    - +
    + + +
    +
    @@ -222,12 +246,14 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 numbered section

    +
    +

    1.1 numbered section

    + +
    -

    between node, node without sectioning node

    -
    +

    @@ -241,6 +267,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html b/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html index db3c6bc966..44297db1df 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/Second-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -52,11 +53,12 @@ ul.no-bullet {list-style: none}

    Second node text

    -

    2 second node chapter

    +
    +

    2 second node chapter

    second node chapter text.

    -
    +

    [ << ] [ < ] [ Up ]
    @@ -70,6 +72,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html b/tp/t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html index 5b57ebd910..36654794c8 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/Third-node-unnumbered.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,13 +50,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    unnumbered chapter

    +
    +

    unnumbered chapter

    unnumbered chapter text.

    - -
    +
    + +

    @@ -69,6 +72,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/index.html b/tp/t/results/moresectioning/sectioning_frames/res_html/index.html index 8dd8633384..edba441835 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/index.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -42,7 +43,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    - +
    +
    -
    +

    @@ -84,6 +86,7 @@ description here
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html index b76bcec395..d9745752db 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html index 5d5477acf1..3c98ac311c 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_ovr.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -50,7 +50,7 @@ ul.no-bullet {list-style: none}
  • unnumbered chapter
  • -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html index 0a77107163..7e5d2df1df 100644 --- a/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html +++ b/tp/t/results/moresectioning/sectioning_frames/res_html/sectioning_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -65,7 +65,7 @@ ul.no-bullet {list-style: none}
  • unnumbered chapter
  • -
    +
    [Top] [Contents]
    diff --git a/tp/t/results/moresectioning/top_node_up_explicit/res_html/top_node_up_explicit.html b/tp/t/results/moresectioning/top_node_up_explicit/res_html/top_node_up_explicit.html index 40354439a3..e6ea5458c1 100644 --- a/tp/t/results/moresectioning/top_node_up_explicit/res_html/top_node_up_explicit.html +++ b/tp/t/results/moresectioning/top_node_up_explicit/res_html/top_node_up_explicit.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    The top

    +
    +

    The top

    Just a top node.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,12 +72,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 A chapter

    +
    +

    1 A chapter

    Without the chapter, no up node from top is generated.

    -
    - +

    +
    +
    +
    @@ -183,7 +189,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/top_node_up_implicit/res_html/top_node_up_implicit.html b/tp/t/results/moresectioning/top_node_up_implicit/res_html/top_node_up_implicit.html index 40354439a3..e6ea5458c1 100644 --- a/tp/t/results/moresectioning/top_node_up_implicit/res_html/top_node_up_implicit.html +++ b/tp/t/results/moresectioning/top_node_up_implicit/res_html/top_node_up_implicit.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    The top

    +
    +

    The top

    Just a top node.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,12 +72,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 A chapter

    +
    +

    1 A chapter

    Without the chapter, no up node from top is generated.

    -
    - +

    +
    +
    +
    @@ -183,7 +189,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/two_footnotes_in_nodes/res_html/two_footnotes_in_nodes.html b/tp/t/results/moresectioning/two_footnotes_in_nodes/res_html/two_footnotes_in_nodes.html index 0e20f6961f..d592367398 100644 --- a/tp/t/results/moresectioning/two_footnotes_in_nodes/res_html/two_footnotes_in_nodes.html +++ b/tp/t/results/moresectioning/two_footnotes_in_nodes/res_html/two_footnotes_in_nodes.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    2 footnotes in 2 nodes

    +
    +

    2 footnotes in 2 nodes

    A1

    @@ -54,8 +56,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -70,14 +73,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 chapter

    +
    +

    1 chapter

    C3

    D4

    -
    - +

    +
    +
    +
    @@ -102,8 +108,8 @@ ul.no-bullet {list-style: none}

    Footnote chapter/2

    para2

    -
    - +
    +
    [Top] [Contents]
    @@ -212,7 +218,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/moresectioning/two_footnotes_in_nodes_separated/res_html/two_footnotes_in_nodes.html b/tp/t/results/moresectioning/two_footnotes_in_nodes_separated/res_html/two_footnotes_in_nodes.html index 0e20f6961f..d592367398 100644 --- a/tp/t/results/moresectioning/two_footnotes_in_nodes_separated/res_html/two_footnotes_in_nodes.html +++ b/tp/t/results/moresectioning/two_footnotes_in_nodes_separated/res_html/two_footnotes_in_nodes.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    2 footnotes in 2 nodes

    +
    +

    2 footnotes in 2 nodes

    A1

    @@ -54,8 +56,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -70,14 +73,17 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 chapter

    +
    +

    1 chapter

    C3

    D4

    -
    - +

    +
    +
    +
    @@ -102,8 +108,8 @@ ul.no-bullet {list-style: none}

    Footnote chapter/2

    para2

    -
    - +
    +
    [Top] [Contents]
    @@ -212,7 +218,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/t/results/regions/anchor_in_copying.pl b/tp/t/results/regions/anchor_in_copying.pl index b33611b918..3eda7ed0cc 100644 --- a/tp/t/results/regions/anchor_in_copying.pl +++ b/tp/t/results/regions/anchor_in_copying.pl @@ -459,7 +459,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Copying. @@ -471,7 +472,7 @@ ul.no-bullet {list-style: none}

    See Copying information.

    -
    +

    diff --git a/tp/t/results/regions/anchor_in_copying_in_footnote.pl b/tp/t/results/regions/anchor_in_copying_in_footnote.pl index 1595991e57..702bbf1813 100644 --- a/tp/t/results/regions/anchor_in_copying_in_footnote.pl +++ b/tp/t/results/regions/anchor_in_copying_in_footnote.pl @@ -505,7 +505,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    Copying1. @@ -517,7 +518,7 @@ ul.no-bullet {list-style: none}

    See Copying footnote.

    -
    +

    Footnotes

    @@ -528,7 +529,7 @@ ul.no-bullet {list-style: none}

    In footnote.

    -
    +
    diff --git a/tp/t/results/regions/anchor_in_titlepage.pl b/tp/t/results/regions/anchor_in_titlepage.pl index c1274d0a79..79fc822b20 100644 --- a/tp/t/results/regions/anchor_in_titlepage.pl +++ b/tp/t/results/regions/anchor_in_titlepage.pl @@ -388,11 +388,13 @@ ul.no-bullet {list-style: none} -

    top

    -

    Top

    +
    +

    top

    +
    +

    Top

    See in titlepage. -


    +


    diff --git a/tp/t/results/regions/anchor_in_titlepage_titlepage.pl b/tp/t/results/regions/anchor_in_titlepage_titlepage.pl index 0148f57583..80a002b5d4 100644 --- a/tp/t/results/regions/anchor_in_titlepage_titlepage.pl +++ b/tp/t/results/regions/anchor_in_titlepage_titlepage.pl @@ -390,11 +390,13 @@ ul.no-bullet {list-style: none}
    -

    top

    -

    Top

    +
    +

    top

    +
    +

    Top

    See in titlepage. -


    +


    diff --git a/tp/t/results/regions/format_in_titlepage.pl b/tp/t/results/regions/format_in_titlepage.pl index 973153f47a..5eb3f7d996 100644 --- a/tp/t/results/regions/format_in_titlepage.pl +++ b/tp/t/results/regions/format_in_titlepage.pl @@ -324,9 +324,10 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/regions/format_in_titlepage_titlepage.pl b/tp/t/results/regions/format_in_titlepage_titlepage.pl index 0b8ea3d077..688c09cb0d 100644 --- a/tp/t/results/regions/format_in_titlepage_titlepage.pl +++ b/tp/t/results/regions/format_in_titlepage_titlepage.pl @@ -330,9 +330,10 @@ ul.no-bullet {list-style: none}
    -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/regions/ref_in_copying.pl b/tp/t/results/regions/ref_in_copying.pl index 644fc1af66..d49e72d2b1 100644 --- a/tp/t/results/regions/ref_in_copying.pl +++ b/tp/t/results/regions/ref_in_copying.pl @@ -698,11 +698,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    GFDL

    @@ -710,14 +712,18 @@ Next:  

    -
    -
    +

    +
    +

    Previous: , Up: top  

    -

    1 GFDL

    +
    +

    1 GFDL

    -
    +

    +
    +
    diff --git a/tp/t/results/regions/today_in_copying.pl b/tp/t/results/regions/today_in_copying.pl index 12bc110c8f..8f52d6a201 100644 --- a/tp/t/results/regions/today_in_copying.pl +++ b/tp/t/results/regions/today_in_copying.pl @@ -355,10 +355,13 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    a sunny day. -


    +


    +
    diff --git a/tp/t/results/sectioning/anchor_in_footnote.pl b/tp/t/results/sectioning/anchor_in_footnote.pl index a30c6ae14d..f05543b386 100644 --- a/tp/t/results/sectioning/anchor_in_footnote.pl +++ b/tp/t/results/sectioning/anchor_in_footnote.pl @@ -703,11 +703,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    Top

    +
    +

    Top

    In top node1

    @@ -715,15 +717,17 @@ Next:  

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    -

    1 Chap

    +
    +

    1 Chap

    Anchor in footnote. -

    +


    Footnotes

    @@ -733,6 +737,8 @@ Previous: , Up:

    +
    +
    diff --git a/tp/t/results/sectioning/anchor_in_footnote_separate.pl b/tp/t/results/sectioning/anchor_in_footnote_separate.pl index d24d635bf9..dbc757c3a8 100644 --- a/tp/t/results/sectioning/anchor_in_footnote_separate.pl +++ b/tp/t/results/sectioning/anchor_in_footnote_separate.pl @@ -741,11 +741,13 @@ ul.no-bullet {list-style: none} -
    +
    + -

    Top

    +
    +

    Top

    In top node1

    @@ -753,15 +755,19 @@ Next:  

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    -

    1 Chap

    +
    +

    1 Chap

    Anchor in footnote. -


    +


    +
    +
    diff --git a/tp/t/results/sectioning/anchor_zero.pl b/tp/t/results/sectioning/anchor_zero.pl index 5cb35b25cc..08dbb3ec27 100644 --- a/tp/t/results/sectioning/anchor_zero.pl +++ b/tp/t/results/sectioning/anchor_zero.pl @@ -270,12 +270,13 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    .

    See 0. -


    +


    diff --git a/tp/t/results/sectioning/chapter_before_and_after_part.pl b/tp/t/results/sectioning/chapter_before_and_after_part.pl index 35ceafba7d..9d0aab7097 100644 --- a/tp/t/results/sectioning/chapter_before_and_after_part.pl +++ b/tp/t/results/sectioning/chapter_before_and_after_part.pl @@ -371,15 +371,18 @@ ul.no-bullet {list-style: none} -

    1 chapter

    +
    +

    1 chapter

    -

    part

    +
    +

    part


    -

    2 chapter 2

    +
    +

    2 chapter 2

    Table of Contents

    @@ -395,7 +398,7 @@ ul.no-bullet {list-style: none}
    -
    +

    diff --git a/tp/t/results/sectioning/chapter_before_part.pl b/tp/t/results/sectioning/chapter_before_part.pl index ca6f4236cd..131e250f79 100644 --- a/tp/t/results/sectioning/chapter_before_part.pl +++ b/tp/t/results/sectioning/chapter_before_part.pl @@ -263,11 +263,13 @@ ul.no-bullet {list-style: none} -

    1 chapter

    +
    +

    1 chapter

    -

    part

    -
    +
    +

    part


    +

    diff --git a/tp/t/results/sectioning/chapter_between_nodes.pl b/tp/t/results/sectioning/chapter_between_nodes.pl index dd6af63b45..47c70145ac 100644 --- a/tp/t/results/sectioning/chapter_between_nodes.pl +++ b/tp/t/results/sectioning/chapter_between_nodes.pl @@ -737,27 +737,32 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Contents]

    -

    top section

    +
    +

    top section

    Top node

    -

    1 Chapter

    +
    +

    1 Chapter

    In chapter

    -
    -
    +

    +
    +

    Previous: , Up: top section   [Contents]

    -

    1.1 section

    +
    +

    1.1 section

    section.

    @@ -774,7 +779,9 @@ Previous: , Up: -
    +
    + -

    1 chapter

    +
    +

    1 chapter

    -
    -
    +

    +
    +

    Previous: , Up: chapter   [Contents]

    @@ -682,7 +685,10 @@ Previous: , Up:
  • chapter 2
  • -

    2 chapter 2

    +
    +
    +
    +

    2 chapter 2

    Table of Contents

    @@ -698,7 +704,8 @@ Previous: , Up: -
    +
    +

     

    Top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    other nodes

    -
    -
    +

    +
    +

    Next: , Previous: , Up: other nodes  

    !_"#$%&\'()*+-.

    -
    -
    +

    +
    +

    Next: , Previous: , Up: other nodes  

    /;<=>?[\\]^_`|~

    -
    -
    +

    +
    +

    Previous: , Up: other nodes  

    local node

    -
    +

    diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs.pl b/tp/t/results/sectioning/character_and_spaces_in_refs.pl index 1f4dab7165..8901b9615f 100644 --- a/tp/t/results/sectioning/character_and_spaces_in_refs.pl +++ b/tp/t/results/sectioning/character_and_spaces_in_refs.pl @@ -2008,23 +2008,27 @@ ul.no-bullet {list-style: none} -
    +
    + -

    Test refs

    +
    +

    Test refs

    -

    Testing distant nodes

    - +
    +

    Testing distant nodes

    +

    (manual)a node (manual): (manual)top (texinfo)Cross References (../manual/doc)node

    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&\'()*+-. /;<=>?[\\]^_`|~ Test refs @@ -2033,36 +2037,43 @@ Next: &nb

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Test refs  

    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    -
    -
    +

    +
    +

    !_"#$%&\'()*+-.

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Chapter with nodes  

    /;<=>?[\\]^_`|~

    -
    -
    +

    +
    +

    local node

    -
    +

    +
    +
    diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html index 5565b9e6cf..b512aa8075 100644 --- a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html +++ b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_0021_005f_0022_0023_0024_0025_0026_0027_0028_0029_002a_002b_002d_002e.html @@ -37,14 +37,15 @@ ul.no-bullet {list-style: none} -
    +
    +

    !_"#$%&'()*+-.

    - +
    diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html index 1ccd5d2963..314f79527e 100644 --- a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html +++ b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/_002f_003b_003c_003d_003e_003f_005b_005c_005d_005e_005f_0060_007c_007e.html @@ -37,14 +37,15 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: Chapter with nodes  


    /;<=>?[\]^_`|~

    - +
    diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/index.html b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/index.html index de74458fdf..d23cfcb9af 100644 --- a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/index.html +++ b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/index.html @@ -35,24 +35,28 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    Test refs

    - +
    +

    Test refs

    -

    Testing distant nodes

    +
    +

    Testing distant nodes

    +

    (manual)a node (manual): (manual)top (texinfo)Cross References (../manual/doc)node

    -

    Testing local nodes

    - +
    +

    Testing local nodes

    +

    !_"#$%&'()*+-. /;<=>?[\]^_`|~ Test refs @@ -61,11 +65,12 @@ Next:

    -
    +

    +
    diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/local-node.html b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/local-node.html index 5758da4bb5..711b28e388 100644 --- a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/local-node.html +++ b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/local-node.html @@ -36,14 +36,15 @@ ul.no-bullet {list-style: none} -
    +
    +

    local node

    - +
    diff --git a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/other-nodes.html b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/other-nodes.html index ca4d775e3a..6ff804f346 100644 --- a/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/other-nodes.html +++ b/tp/t/results/sectioning/character_and_spaces_in_refs_out/res_html/other-nodes.html @@ -37,14 +37,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: Test refs  


    -

    1 Chapter with nodes

    +
    +

    1 Chapter with nodes

    +
    diff --git a/tp/t/results/sectioning/contents.pl b/tp/t/results/sectioning/contents.pl index d72c352efd..8a1a6884cc 100644 --- a/tp/t/results/sectioning/contents.pl +++ b/tp/t/results/sectioning/contents.pl @@ -802,7 +802,8 @@ ul.no-bullet {list-style: none} -

    top

    +
    +

    top

    Table of Contents

    @@ -836,24 +837,29 @@ ul.no-bullet {list-style: none}
    -

    1 chapter

    +
    +

    1 chapter

    -

    1.1 section

    +
    +

    1.1 section

    -

    1.1.1 subsection

    +
    +

    1.1.1 subsection

    -

    1.1.1.1 subsubsection

    +
    +

    1.1.1.1 subsubsection

    -

    part

    +
    +

    part


    -

    2 chapter in part

    +
    +

    2 chapter in part

    -

    3 second chapter in part

    +
    +

    3 second chapter in part

    -

    unnumbered

    +
    +

    unnumbered

    -

    Appendix A appendix

    +
    +

    Appendix A appendix

    -

    A.1 appendixsec

    +
    +

    A.1 appendixsec

    -
    +

    diff --git a/tp/t/results/sectioning/contents_and_shortcontents.pl b/tp/t/results/sectioning/contents_and_shortcontents.pl index 7bd79ea242..d480e410ff 100644 --- a/tp/t/results/sectioning/contents_and_shortcontents.pl +++ b/tp/t/results/sectioning/contents_and_shortcontents.pl @@ -838,7 +838,8 @@ ul.no-bullet {list-style: none} -

    top

    +
    +

    top

    Table of Contents

    @@ -890,24 +891,29 @@ ul.no-bullet {list-style: none}
    -

    1 chapter

    +
    +

    1 chapter

    -

    1.1 section

    +
    +

    1.1 section

    -

    1.1.1 subsection

    +
    +

    1.1.1 subsection

    -

    1.1.1.1 subsubsection

    +
    +

    1.1.1.1 subsubsection

    -

    part

    +
    +

    part


    -

    2 chapter in part

    +
    +

    2 chapter in part

    -

    3 second chapter in part

    +
    +

    3 second chapter in part

    -

    unnumbered

    +
    +

    unnumbered

    -

    Appendix A appendix

    +
    +

    Appendix A appendix

    -

    A.1 appendixsec

    +
    +

    A.1 appendixsec

    -
    +

    diff --git a/tp/t/results/sectioning/contents_in_html_text.pl b/tp/t/results/sectioning/contents_in_html_text.pl index ac8c62cb8d..2fb7918221 100644 --- a/tp/t/results/sectioning/contents_in_html_text.pl +++ b/tp/t/results/sectioning/contents_in_html_text.pl @@ -315,16 +315,20 @@ $result_floats{'contents_in_html_text'} = {}; -$result_converted{'html_text'}->{'contents_in_html_text'} = '

    top

    +$result_converted{'html_text'}->{'contents_in_html_text'} = '
    +

    top

    -

    1 Chap1

    +
    +

    1 Chap1

    -

    1.1 Sec 1

    +
    +

    1.1 Sec 1

    -

    2 Chap2

    +
    +

    2 Chap2

    Short Table of Contents

    @@ -348,7 +352,7 @@ $result_converted{'html_text'}->{'contents_in_html_text'} = '
    -
    +

    '; 1; diff --git a/tp/t/results/sectioning/contents_with_only_top_node.pl b/tp/t/results/sectioning/contents_with_only_top_node.pl index 8e997aa81a..cb33c10433 100644 --- a/tp/t/results/sectioning/contents_with_only_top_node.pl +++ b/tp/t/results/sectioning/contents_with_only_top_node.pl @@ -174,9 +174,10 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    -
    +

    diff --git a/tp/t/results/sectioning/double_node_anchor_float.pl b/tp/t/results/sectioning/double_node_anchor_float.pl index c4aea3b7be..20bd03c3bc 100644 --- a/tp/t/results/sectioning/double_node_anchor_float.pl +++ b/tp/t/results/sectioning/double_node_anchor_float.pl @@ -901,13 +901,15 @@ ul.no-bullet {list-style: none} -
    +
    +

     

    node1

    -
    +

    +

     

    @@ -915,7 +917,8 @@ ul.no-bullet {list-style: none} -
    +

    +

     

    @@ -930,12 +933,13 @@ ul.no-bullet {list-style: none}

    Text 1

    -
    +

    +

     

    -
    +

    diff --git a/tp/t/results/sectioning/double_part.pl b/tp/t/results/sectioning/double_part.pl index 0a3989250d..b0a23fe00d 100644 --- a/tp/t/results/sectioning/double_part.pl +++ b/tp/t/results/sectioning/double_part.pl @@ -896,19 +896,23 @@ ul.no-bullet {list-style: none} -
    +
    + -

    top

    +
    +

    top

    -

    part first

    +
    +

    part first


    Text part first. -


    -
    +


    +
    +

    Previous: , Up: top  

    @@ -919,9 +923,13 @@ Previous: , Up:
  • chapter after 2 parts
  • -

    1 chapter after 2 parts

    +
    +
    +

    1 chapter after 2 parts

    -
    +

    +
    +
    diff --git a/tp/t/results/sectioning/double_top.pl b/tp/t/results/sectioning/double_top.pl index 6c30cc5001..32ad084b20 100644 --- a/tp/t/results/sectioning/double_top.pl +++ b/tp/t/results/sectioning/double_top.pl @@ -366,20 +366,22 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    ToP

    -
    +

    +

     

    . -


    +


    diff --git a/tp/t/results/sectioning/empty_top_node_up.pl b/tp/t/results/sectioning/empty_top_node_up.pl index 60e0909908..3d50a86527 100644 --- a/tp/t/results/sectioning/empty_top_node_up.pl +++ b/tp/t/results/sectioning/empty_top_node_up.pl @@ -460,20 +460,24 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    empty top node up

    +
    +

    empty top node up

    -
    -
    +

    +
    +

    first

    -
    +

    +
    diff --git a/tp/t/results/sectioning/equivalent_labels.pl b/tp/t/results/sectioning/equivalent_labels.pl index 222fcf771a..660341d369 100644 --- a/tp/t/results/sectioning/equivalent_labels.pl +++ b/tp/t/results/sectioning/equivalent_labels.pl @@ -701,7 +701,8 @@ ul.no-bullet {list-style: none} -

    Top

    +
    +

    Top

    .

    @@ -709,7 +710,7 @@ ul.no-bullet {list-style: none}

    In float

    truc 1

    -
    +

    diff --git a/tp/t/results/sectioning/equivalent_nodes.pl b/tp/t/results/sectioning/equivalent_nodes.pl index 6addf2ef5a..63ecacb3fa 100644 --- a/tp/t/results/sectioning/equivalent_nodes.pl +++ b/tp/t/results/sectioning/equivalent_nodes.pl @@ -562,22 +562,24 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    -
    -
    +

    +
    +

    Up: Top  

    node

    See node. -


    +


    diff --git a/tp/t/results/sectioning/explicit_node_directions.pl b/tp/t/results/sectioning/explicit_node_directions.pl index 690e35a400..30e34db536 100644 --- a/tp/t/results/sectioning/explicit_node_directions.pl +++ b/tp/t/results/sectioning/explicit_node_directions.pl @@ -847,15 +847,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    Top node

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    @@ -863,13 +865,14 @@ Next: , Previous: <

    second node

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    third node

    -
    +

    diff --git a/tp/t/results/sectioning/external_node_in_menu.pl b/tp/t/results/sectioning/external_node_in_menu.pl index 8a16a70fc3..323bc924e1 100644 --- a/tp/t/results/sectioning/external_node_in_menu.pl +++ b/tp/t/results/sectioning/external_node_in_menu.pl @@ -843,31 +843,40 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    -

    1 chap1

    +
    +

    1 chap1

    -
    -
    +

    +
    +
    +

    Previous: , Up: top  

    -

    2 chap2

    -
    +
    +

    2 chap2

    +

    +
    +
    diff --git a/tp/t/results/sectioning/internal_top_node_up.pl b/tp/t/results/sectioning/internal_top_node_up.pl index 1378723391..078fd1ef08 100644 --- a/tp/t/results/sectioning/internal_top_node_up.pl +++ b/tp/t/results/sectioning/internal_top_node_up.pl @@ -568,20 +568,24 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    internal top node up

    +
    +

    internal top node up

    -
    -
    +

    +
    +

    first

    -
    +

    +
    diff --git a/tp/t/results/sectioning/next_in_menu_is_below.pl b/tp/t/results/sectioning/next_in_menu_is_below.pl index 944bed10e5..2998cc1d1b 100644 --- a/tp/t/results/sectioning/next_in_menu_is_below.pl +++ b/tp/t/results/sectioning/next_in_menu_is_below.pl @@ -1245,45 +1245,57 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    -

    1 chapter

    +
    +

    1 chapter

    -
    -
    +

    +
    +

    Next: , Up: chapter  

    -

    1.1 section

    +
    +

    1.1 section

    -
    -
    +

    +
    +

    Previous: , Up: section  

    -

    1.1.1 subsection

    -
    +
    +

    1.1.1 subsection

    +

    +
    +
    +
    +
    diff --git a/tp/t/results/sectioning/no_argument_and_contents.pl b/tp/t/results/sectioning/no_argument_and_contents.pl index ceda8a6b1d..941f39169f 100644 --- a/tp/t/results/sectioning/no_argument_and_contents.pl +++ b/tp/t/results/sectioning/no_argument_and_contents.pl @@ -245,7 +245,8 @@ ul.no-bullet {list-style: none} -

    for example

    +
    +

    for example

    Table of Contents

    @@ -257,9 +258,10 @@ ul.no-bullet {list-style: none}
    +

    1

    -
    +

    diff --git a/tp/t/results/sectioning/no_menu.pl b/tp/t/results/sectioning/no_menu.pl index f68dcd3eac..7ba69e1237 100644 --- a/tp/t/results/sectioning/no_menu.pl +++ b/tp/t/results/sectioning/no_menu.pl @@ -577,37 +577,49 @@ ul.no-bullet {list-style: none} -
    +
    +

     

    - +
    + -
    -
    +

    +
    +

    Next:  

    -

    1 c1

    +
    +

    1 c1

    -
    -
    +

    +
    +
    +

    Next: , Previous:  

    -

    2 c2

    +
    +

    2 c2

    -
    -
    +

    +
    +
    +

    Previous:  

    -

    3 c3

    -
    +
    +

    3 c3

    +

    +
    +
    diff --git a/tp/t/results/sectioning/node_part_chapter_after_chapter.pl b/tp/t/results/sectioning/node_part_chapter_after_chapter.pl index ac065bebd4..22f9aecbc8 100644 --- a/tp/t/results/sectioning/node_part_chapter_after_chapter.pl +++ b/tp/t/results/sectioning/node_part_chapter_after_chapter.pl @@ -1108,11 +1108,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Contents]

    -

    top

    +
    +

    top

    @@ -1132,28 +1134,36 @@ Next:   [
    -
    -
    +

    +
    +

    Next: , Previous: , Up: top   [Contents]

    -

    1 chapter node

    +
    +

    1 chapter node

    -
    -
    +

    +
    +
    +

    Previous: , Up: top   [Contents]

    -

    part

    +
    +

    part


    -

    2 chapter with part node

    +
    +

    2 chapter with part node

    -
    +

    +
    +
    diff --git a/tp/t/results/sectioning/node_part_chapter_after_top.pl b/tp/t/results/sectioning/node_part_chapter_after_top.pl index 73dab7f4e8..471bdf287c 100644 --- a/tp/t/results/sectioning/node_part_chapter_after_top.pl +++ b/tp/t/results/sectioning/node_part_chapter_after_top.pl @@ -742,26 +742,33 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    -

    part

    +
    +

    part


    -

    1 chapter

    -
    +
    +

    1 chapter

    +

    +
    +
    diff --git a/tp/t/results/sectioning/node_up_direction_for_top_with_manual.pl b/tp/t/results/sectioning/node_up_direction_for_top_with_manual.pl index 83d2328585..50c518dab4 100644 --- a/tp/t/results/sectioning/node_up_direction_for_top_with_manual.pl +++ b/tp/t/results/sectioning/node_up_direction_for_top_with_manual.pl @@ -211,8 +211,9 @@ ul.no-bullet {list-style: none} -

    Top

    -
    +
    +

    Top

    +

    diff --git a/tp/t/results/sectioning/node_up_external_node.pl b/tp/t/results/sectioning/node_up_external_node.pl index 3b4d9102cc..669d1515f5 100644 --- a/tp/t/results/sectioning/node_up_external_node.pl +++ b/tp/t/results/sectioning/node_up_external_node.pl @@ -616,20 +616,22 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: (manual3)  

    first

    -
    +

    diff --git a/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl b/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl index 9ad50be2e0..2bd1bc14d8 100644 --- a/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl +++ b/tp/t/results/sectioning/nodes_after_top_before_chapter_nodes.pl @@ -926,15 +926,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    Top node

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    @@ -942,13 +944,16 @@ Next: , Previous: second node

    -
    -
    +

    +
    + -

    1 chapter

    -
    +
    +

    1 chapter

    +

    +
    diff --git a/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split.pl b/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split.pl index 4ed9f9a7e6..c817009288 100644 --- a/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split.pl +++ b/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split.pl @@ -729,15 +729,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    Top node

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    @@ -745,13 +747,16 @@ Next: , Previous: second node

    -
    -
    +

    +
    + -

    1 chapter

    -
    +
    +

    1 chapter

    +

    +
    diff --git a/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split_no_use_node_directions.pl b/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split_no_use_node_directions.pl index 655a7e1549..a0515d6c01 100644 --- a/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split_no_use_node_directions.pl +++ b/tp/t/results/sectioning/nodes_after_top_before_chapter_not_split_no_use_node_directions.pl @@ -729,15 +729,17 @@ ul.no-bullet {list-style: none} -
    +
    +

     

    Top

    Top node

    -
    -
    +

    +
    +

     

    @@ -745,13 +747,16 @@ ul.no-bullet {list-style: none}

    second node

    -
    -
    +

    +
    +

     

    -

    1 chapter

    -
    +
    +

    1 chapter

    +

    +
    diff --git a/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl b/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl index 3658da10b4..2a484052d2 100644 --- a/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl +++ b/tp/t/results/sectioning/nodes_after_top_before_chapter_sections.pl @@ -834,15 +834,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    Top node

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    @@ -850,13 +852,16 @@ Next: , Previous: second node

    -
    -
    +

    +
    + -

    1 chapter

    -
    +
    +

    1 chapter

    +

    +
    diff --git a/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl b/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl index 2b3d478950..0a83e7be0b 100644 --- a/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl +++ b/tp/t/results/sectioning/nodes_after_top_before_section_nodes.pl @@ -928,15 +928,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    Top node

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    @@ -944,13 +946,16 @@ Next: , Previous: <

    second node

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    -

    1 subsection

    -
    +
    +

    1 subsection

    +

    +
    diff --git a/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl b/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl index 9c6e370f0c..e9f695be37 100644 --- a/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl +++ b/tp/t/results/sectioning/nodes_after_top_before_section_sections.pl @@ -836,15 +836,17 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    Top node

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    @@ -852,13 +854,16 @@ Next: , Previous: <

    second node

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    -

    1 subsection

    -
    +
    +

    1 subsection

    +

    +
    diff --git a/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl b/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl index 9b2c5d0273..421a92df17 100644 --- a/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl +++ b/tp/t/results/sectioning/nodes_no_node_top_explicit_directions.pl @@ -636,7 +636,8 @@ ul.no-bullet {list-style: none} -
    +
    +

    Up: (dir)  

    @@ -644,14 +645,15 @@ Up: (dir)  

    first node

    -
    -
    +

    +
    +

    Previous: , Up: first  

    second node

    second node -


    +


    diff --git a/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl b/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl index e3659856fd..baf81471f4 100644 --- a/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl +++ b/tp/t/results/sectioning/non_automatic_internal_top_node_up.pl @@ -919,20 +919,24 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    internal top node up

    +
    +

    internal top node up

    -
    -
    +

    +
    +

    Previous:  

    first

    -
    +

    +
    diff --git a/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl b/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl index e853bc0cc2..41c60b2459 100644 --- a/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl +++ b/tp/t/results/sectioning/non_automatic_top_node_up_and_url.pl @@ -920,20 +920,24 @@ ul.no-bullet {list-style: none} -
    +
    + -

    internal top node up

    +
    +

    internal top node up

    -
    -
    +

    +
    +

    Previous:  

    first

    -
    +

    +
    diff --git a/tp/t/results/sectioning/non_automatic_top_node_up_url.pl b/tp/t/results/sectioning/non_automatic_top_node_up_url.pl index b8c4c9f0fe..1b0263a133 100644 --- a/tp/t/results/sectioning/non_automatic_top_node_up_url.pl +++ b/tp/t/results/sectioning/non_automatic_top_node_up_url.pl @@ -767,20 +767,24 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: (dir)  

    -

    internal top node up

    +
    +

    internal top node up

    -
    -
    +

    +
    +

    Previous: , Up: (dir)  

    first

    -
    +

    +
    diff --git a/tp/t/results/sectioning/one_node_explicit_directions_anchor.pl b/tp/t/results/sectioning/one_node_explicit_directions_anchor.pl index e7db1195da..25ce063142 100644 --- a/tp/t/results/sectioning/one_node_explicit_directions_anchor.pl +++ b/tp/t/results/sectioning/one_node_explicit_directions_anchor.pl @@ -358,13 +358,14 @@ ul.no-bullet {list-style: none} -

    one node

    +
    +

    one node

    Top node

    anchor ref .

    ref to ref ref. -


    +


    diff --git a/tp/t/results/sectioning/one_subsection.pl b/tp/t/results/sectioning/one_subsection.pl index b677aa86cf..04df519830 100644 --- a/tp/t/results/sectioning/one_subsection.pl +++ b/tp/t/results/sectioning/one_subsection.pl @@ -123,8 +123,9 @@ ul.no-bullet {list-style: none} -

    1 The subsection

    -
    +
    +

    1 The subsection

    +

    diff --git a/tp/t/results/sectioning/one_subsection_and_node.pl b/tp/t/results/sectioning/one_subsection_and_node.pl index 47d3a88f5a..fc99a15e4f 100644 --- a/tp/t/results/sectioning/one_subsection_and_node.pl +++ b/tp/t/results/sectioning/one_subsection_and_node.pl @@ -228,8 +228,11 @@ ul.no-bullet {list-style: none} -

    1 The subsection

    -
    +
    +
    +

    1 The subsection

    +

    +
    diff --git a/tp/t/results/sectioning/part_before_chapter.pl b/tp/t/results/sectioning/part_before_chapter.pl index b03071f2d6..a9c70acb83 100644 --- a/tp/t/results/sectioning/part_before_chapter.pl +++ b/tp/t/results/sectioning/part_before_chapter.pl @@ -229,14 +229,16 @@ ul.no-bullet {list-style: none} -

    part

    +
    +

    part


    -

    1 chapter

    -
    +
    +

    1 chapter

    +

    diff --git a/tp/t/results/sectioning/part_before_section.pl b/tp/t/results/sectioning/part_before_section.pl index fa6a589db3..01e20ae873 100644 --- a/tp/t/results/sectioning/part_before_section.pl +++ b/tp/t/results/sectioning/part_before_section.pl @@ -198,14 +198,16 @@ $result_directions_text{'part_before_section'} = 'element: @section section '; -$result_converted{'html_text'}->{'part_before_section'} = '

    part

    +$result_converted{'html_text'}->{'part_before_section'} = '
    +

    part


    -

    1 section

    -
    +
    +

    1 section

    +

    '; diff --git a/tp/t/results/sectioning/part_before_top.pl b/tp/t/results/sectioning/part_before_top.pl index 90ec7f2cfe..3a18fc93c0 100644 --- a/tp/t/results/sectioning/part_before_top.pl +++ b/tp/t/results/sectioning/part_before_top.pl @@ -236,11 +236,13 @@ ul.no-bullet {list-style: none} -

    part

    +
    +

    part


    -

    top

    -
    +
    +

    top

    +

    diff --git a/tp/t/results/sectioning/part_chapter_after_top.pl b/tp/t/results/sectioning/part_chapter_after_top.pl index 7124896dfd..3835b13152 100644 --- a/tp/t/results/sectioning/part_chapter_after_top.pl +++ b/tp/t/results/sectioning/part_chapter_after_top.pl @@ -732,15 +732,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    @@ -750,8 +753,12 @@ Previous: , Up:
  • chapter
  • -

    1 chapter

    -
    +
    +
    +

    1 chapter

    +

    +
    +
    diff --git a/tp/t/results/sectioning/part_node_after_top.pl b/tp/t/results/sectioning/part_node_after_top.pl index 1d30967030..b04a89cb09 100644 --- a/tp/t/results/sectioning/part_node_after_top.pl +++ b/tp/t/results/sectioning/part_node_after_top.pl @@ -642,22 +642,27 @@ ul.no-bullet {list-style: none} -
    +
    + -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    part node after top

    -

    part

    -
    +
    +

    part


    +

    +
    diff --git a/tp/t/results/sectioning/part_node_before_top.pl b/tp/t/results/sectioning/part_node_before_top.pl index e44cef8bdf..20330f181e 100644 --- a/tp/t/results/sectioning/part_node_before_top.pl +++ b/tp/t/results/sectioning/part_node_before_top.pl @@ -661,22 +661,27 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: top  

    part node before top

    -
    -
    +

    +
    +

    part


    -

    top

    +
    +
    +

    top

    -
    +

    +
    diff --git a/tp/t/results/sectioning/part_node_chapter_after_top.pl b/tp/t/results/sectioning/part_node_chapter_after_top.pl index 9c77db32b5..935754964b 100644 --- a/tp/t/results/sectioning/part_node_chapter_after_top.pl +++ b/tp/t/results/sectioning/part_node_chapter_after_top.pl @@ -1035,15 +1035,18 @@ ul.no-bullet {list-style: none} -
    +
    + -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    @@ -1053,16 +1056,21 @@ Next: , Previous:
  • chapter
  • -

    a node after part

    +
    +

    a node after part

    After a node after part

    -
    -
    +

    +
    +

    Next: , Up: top  

    -

    1 chapter

    -
    +
    +

    1 chapter

    +

    +
    +
    diff --git a/tp/t/results/sectioning/part_node_chapter_appendix.pl b/tp/t/results/sectioning/part_node_chapter_appendix.pl index 0913bd0fb3..66e2d6aaf3 100644 --- a/tp/t/results/sectioning/part_node_chapter_appendix.pl +++ b/tp/t/results/sectioning/part_node_chapter_appendix.pl @@ -847,15 +847,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    @@ -865,10 +868,15 @@ Previous: , Up:
  • chapter
  • -

    1 chapter

    +
    +
    +

    1 chapter

    -

    Appendix A Appendix

    -
    +
    +

    Appendix A Appendix

    +

    +
    +
    diff --git a/tp/t/results/sectioning/part_node_chapter_node_appendix.pl b/tp/t/results/sectioning/part_node_chapter_node_appendix.pl index adf8160c65..6255f3def0 100644 --- a/tp/t/results/sectioning/part_node_chapter_node_appendix.pl +++ b/tp/t/results/sectioning/part_node_chapter_node_appendix.pl @@ -1041,15 +1041,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    @@ -1059,15 +1062,22 @@ Next: , Previous: -

    1 chapter

    +
    +
    +

    1 chapter

    -
    -
    +

    +
    +
    +

    Previous: , Up: top  

    -

    Appendix A Appendix

    -
    +
    +

    Appendix A Appendix

    +

    +
    +
    diff --git a/tp/t/results/sectioning/part_node_node_part_appendix.pl b/tp/t/results/sectioning/part_node_node_part_appendix.pl index 56a3007016..f79625401f 100644 --- a/tp/t/results/sectioning/part_node_node_part_appendix.pl +++ b/tp/t/results/sectioning/part_node_node_part_appendix.pl @@ -1125,15 +1125,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    @@ -1143,21 +1146,29 @@ Next: , Previous: -

    1 chapter

    +
    +
    +

    1 chapter

    -
    -
    +

    +
    +
    +

    Previous: , Up: top  

    -

    Part Appendix

    +
    +

    Part Appendix


    -

    Appendix A Appendix

    -
    +
    +

    Appendix A Appendix

    +

    +
    +
    diff --git a/tp/t/results/sectioning/part_node_part_appendix.pl b/tp/t/results/sectioning/part_node_part_appendix.pl index e6564c36b3..0022b99c4e 100644 --- a/tp/t/results/sectioning/part_node_part_appendix.pl +++ b/tp/t/results/sectioning/part_node_part_appendix.pl @@ -914,15 +914,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    @@ -932,16 +935,22 @@ Previous: , Up:
  • chapter
  • -

    1 chapter

    +
    +
    +

    1 chapter

    -

    Part Appendix

    +
    +

    Part Appendix


    -

    Appendix A Appendix

    -
    +
    +

    Appendix A Appendix

    +

    +
    +
    diff --git a/tp/t/results/sectioning/part_node_part_node_appendix.pl b/tp/t/results/sectioning/part_node_part_node_appendix.pl index 8586467baf..8669bccc3f 100644 --- a/tp/t/results/sectioning/part_node_part_node_appendix.pl +++ b/tp/t/results/sectioning/part_node_part_node_appendix.pl @@ -1115,15 +1115,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    @@ -1133,10 +1136,13 @@ Next: , Previous: -

    1 chapter

    +
    +
    +

    1 chapter

    -
    -
    +

    +
    +

    Previous: , Up: top  

    @@ -1146,8 +1152,13 @@ Previous: , Up:
  • Appendix
  • -

    Appendix A Appendix

    -
    +
    +
    +
    +

    Appendix A Appendix

    +

    +
    +
    diff --git a/tp/t/results/sectioning/placed_things_before_element.pl b/tp/t/results/sectioning/placed_things_before_element.pl index 03b04b4c23..8106de441e 100644 --- a/tp/t/results/sectioning/placed_things_before_element.pl +++ b/tp/t/results/sectioning/placed_things_before_element.pl @@ -1130,14 +1130,15 @@ ul.no-bullet {list-style: none} -

    1 section

    +
    +

    1 section

    Ref to anchor An anchor

    Ref to footnote anchor Anchor in footnote -

    +


    Footnotes

    @@ -1149,7 +1150,7 @@ ul.no-bullet {list-style: none} An anchor

    -
    +
    diff --git a/tp/t/results/sectioning/placed_things_before_node.pl b/tp/t/results/sectioning/placed_things_before_node.pl index 05e883eeac..335cda512e 100644 --- a/tp/t/results/sectioning/placed_things_before_node.pl +++ b/tp/t/results/sectioning/placed_things_before_node.pl @@ -1196,14 +1196,16 @@ ul.no-bullet {list-style: none} -

    top section

    +
    +
    +

    top section

    Ref to anchor An anchor

    Ref to footnote anchor Anchor in footnote -

    +


    Footnotes

    @@ -1215,7 +1217,8 @@ ul.no-bullet {list-style: none} An anchor

    -
    +
    +
    diff --git a/tp/t/results/sectioning/protected_node_parentheses.pl b/tp/t/results/sectioning/protected_node_parentheses.pl index ee61ba4588..38fa825ae8 100644 --- a/tp/t/results/sectioning/protected_node_parentheses.pl +++ b/tp/t/results/sectioning/protected_node_parentheses.pl @@ -693,15 +693,18 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Previous: , Up: top  

    @@ -709,7 +712,8 @@ Previous: , Up:

    (manual2) name2. -


    +


    +
    diff --git a/tp/t/results/sectioning/ref_to_top.pl b/tp/t/results/sectioning/ref_to_top.pl index c2b2a39b9c..2c2552453b 100644 --- a/tp/t/results/sectioning/ref_to_top.pl +++ b/tp/t/results/sectioning/ref_to_top.pl @@ -298,10 +298,13 @@ ul.no-bullet {list-style: none} -

    top

    +
    +
    +

    top

    See top. -


    +


    +
    diff --git a/tp/t/results/sectioning/section_before_part.pl b/tp/t/results/sectioning/section_before_part.pl index 2386a386d1..bb03e70c74 100644 --- a/tp/t/results/sectioning/section_before_part.pl +++ b/tp/t/results/sectioning/section_before_part.pl @@ -239,9 +239,11 @@ ul.no-bullet {list-style: none} -

    1 section

    +
    +

    1 section

    -

    part

    +
    +

    part


    @@ -255,7 +257,7 @@ ul.no-bullet {list-style: none}
    -
    +

    diff --git a/tp/t/results/sectioning/section_before_top.pl b/tp/t/results/sectioning/section_before_top.pl index 54670870d5..7cee50c3ee 100644 --- a/tp/t/results/sectioning/section_before_top.pl +++ b/tp/t/results/sectioning/section_before_top.pl @@ -572,20 +572,26 @@ ul.no-bullet {list-style: none} -
    +
    +

    Previous: , Up: top  

    -

    1 section

    +
    +

    1 section

    -
    -
    +

    +
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    +

    +
    diff --git a/tp/t/results/sectioning/section_below_unnumbered.pl b/tp/t/results/sectioning/section_below_unnumbered.pl index 92d5a7d8e9..e951d2ae55 100644 --- a/tp/t/results/sectioning/section_below_unnumbered.pl +++ b/tp/t/results/sectioning/section_below_unnumbered.pl @@ -932,11 +932,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Contents]

    -

    Top

    +
    +

    Top

    Top node.

    @@ -955,27 +957,34 @@ Next:   [
    +

    +
    + -

    Unn

    +
    +

    Unn

    -
    -
    +

    +
    +

    Up: Unn   [Contents]

    -

    Sec

    +
    +

    Sec

    Should be unnumbered.

    -
    +

    +
    +
    +
    diff --git a/tp/t/results/sectioning/section_below_unnumbered_no_top.pl b/tp/t/results/sectioning/section_below_unnumbered_no_top.pl index 8259273d00..bebe009d9d 100644 --- a/tp/t/results/sectioning/section_below_unnumbered_no_top.pl +++ b/tp/t/results/sectioning/section_below_unnumbered_no_top.pl @@ -171,12 +171,14 @@ ul.no-bullet {list-style: none} -

    U

    +
    +

    U

    -

    S

    -
    +
    +

    S

    +

    diff --git a/tp/t/results/sectioning/section_chapter_before_top_nodes.pl b/tp/t/results/sectioning/section_chapter_before_top_nodes.pl index fd140dabc7..879a5375de 100644 --- a/tp/t/results/sectioning/section_chapter_before_top_nodes.pl +++ b/tp/t/results/sectioning/section_chapter_before_top_nodes.pl @@ -890,29 +890,38 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Up: chapter  

    -

    1 section

    +
    +

    1 section

    -
    -
    +

    +
    +
    +

    Next: , Previous: , Up: top  

    -

    2 chapter

    +
    +

    2 chapter

    -
    -
    +

    +
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    +

    +
    diff --git a/tp/t/results/sectioning/section_in_unnumbered_info.pl b/tp/t/results/sectioning/section_in_unnumbered_info.pl index 2ccafd83d5..9e38ae8301 100644 --- a/tp/t/results/sectioning/section_in_unnumbered_info.pl +++ b/tp/t/results/sectioning/section_in_unnumbered_info.pl @@ -8261,11 +8261,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Contents]

    -

    Test section in unnumbered

    +
    +

    Test section in unnumbered

    Menu: @@ -8335,60 +8337,76 @@ Next:   [


    +
    + -

    1 chapter

    +
    +

    1 chapter

    -
    -
    +

    +
    +

    Up: chapter   [Contents]

    -

    1.1 section in chapter

    +
    +

    1.1 section in chapter

    -
    -
    +

    +
    +
    +
    + -

    unnumbered

    +
    +

    unnumbered

    -
    -
    +

    +
    +

    Up: unnumbered   [Contents]

    -

    section in unnumbered

    +
    +

    section in unnumbered

    -
    -
    +

    +
    +
    +
    + -

    2 chapter 2

    +
    +

    2 chapter 2

    -
    -
    +

    +
    + -

    unnumbered section 2

    +
    +

    unnumbered section 2

    -
    -
    +

    +
    + -

    unnumbered subsection 2

    +
    +

    unnumbered subsection 2

    -
    -
    +

    +
    +
    + -

    numbered subsection 2

    +
    +

    numbered subsection 2

    -
    -
    +

    +
    +
    + -

    unnumbered subsection2 2

    +
    +

    unnumbered subsection2 2

    -
    -
    +

    +
    +
    + -

    numbered subsection2 2

    +
    +

    numbered subsection2 2

    -
    -
    +

    +
    +
    +
    + -

    unnumberedsec 2-1

    +
    +

    unnumberedsec 2-1

    -
    -
    +

    +
    + -

    numbered subsection 2-1

    +
    +

    numbered subsection 2-1

    -
    -
    +

    +
    +
    +
    +
    + -

    3 chapter 3

    +
    +

    3 chapter 3

    -
    -
    +

    +
    +

    Next: , Up: chapter 3   [Contents]

    -

    unnumbered section 3

    +
    +

    unnumbered section 3

    -
    -
    +

    +
    + -

    unnumbered subsection 3

    +
    +

    unnumbered subsection 3

    -
    -
    +

    +
    +
    + -

    numbered subsection 3

    +
    +

    numbered subsection 3

    -
    -
    +

    +
    +
    + -

    unnumbered subsection2 3

    +
    +

    unnumbered subsection2 3

    -
    -
    +

    +
    +
    + -

    numbered subsection2 3

    +
    +

    numbered subsection2 3

    -
    -
    +

    +
    +
    +
    + -

    3.1 section 3-1

    +
    +

    3.1 section 3-1

    -
    -
    +

    +
    +
    +

    Next: , Previous: , Up: chapter 3   [Contents]

    -

    unnumberedsec 3-2

    +
    +

    unnumberedsec 3-2

    -
    -
    +

    +
    + -

    numbered subsection 3-2

    +
    +

    numbered subsection 3-2

    -
    -
    +

    +
    +
    +
    + -

    3.2 section 3-3

    +
    +

    3.2 section 3-3

    -
    -
    +

    +
    + -

    3.2.1 subsection 3-3

    +
    +

    3.2.1 subsection 3-3

    -
    -
    +

    +
    +
    +
    +

    Previous: , Up: chapter 3   [Contents]

    -

    unnumberedsec 3-4

    +
    +

    unnumberedsec 3-4

    -
    -
    +

    +
    + -

    numbered subsection 3-4

    +
    +

    numbered subsection 3-4

    -
    -
    +

    +
    +
    +
    +
    + -

    unnumbered 4

    +
    +

    unnumbered 4

    -
    -
    +

    +
    + -

    unnumbered section 4

    +
    +

    unnumbered section 4

    -
    -
    +

    +
    + -

    unnumbered subsection 4

    +
    +

    unnumbered subsection 4

    -
    -
    +

    +
    +
    + -

    numbered subsection 4

    +
    +

    numbered subsection 4

    -
    -
    +

    +
    +
    + -

    unnumbered subsection2 4

    +
    +

    unnumbered subsection2 4

    -
    -
    +

    +
    +
    + -

    numbered subsection2 4

    -
    +
    +

    numbered subsection2 4

    +

    +
    +
    +
    +
    diff --git a/tp/t/results/sectioning/section_in_unnumbered_plaintext.pl b/tp/t/results/sectioning/section_in_unnumbered_plaintext.pl index 97830ad37c..40dc00a2b4 100644 --- a/tp/t/results/sectioning/section_in_unnumbered_plaintext.pl +++ b/tp/t/results/sectioning/section_in_unnumbered_plaintext.pl @@ -8083,11 +8083,13 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:   [Contents]

    -

    Test section in unnumbered

    +
    +

    Test section in unnumbered

    Menu: @@ -8157,60 +8159,76 @@ Next:   [


    +
    + -

    1 chapter

    +
    +

    1 chapter

    -
    -
    +

    +
    +

    Up: chapter   [Contents]

    -

    1.1 section in chapter

    +
    +

    1.1 section in chapter

    -
    -
    +

    +
    +
    +
    + -

    unnumbered

    +
    +

    unnumbered

    -
    -
    +

    +
    +

    Up: unnumbered   [Contents]

    -

    section in unnumbered

    +
    +

    section in unnumbered

    -
    -
    +

    +
    +
    +
    + -

    2 chapter 2

    +
    +

    2 chapter 2

    -
    -
    +

    +
    + -

    unnumbered section 2

    +
    +

    unnumbered section 2

    -
    -
    +

    +
    + -

    unnumbered subsection 2

    +
    +

    unnumbered subsection 2

    -
    -
    +

    +
    +
    + -

    numbered subsection 2

    +
    +

    numbered subsection 2

    -
    -
    +

    +
    +
    + -

    unnumbered subsection2 2

    +
    +

    unnumbered subsection2 2

    -
    -
    +

    +
    +
    + -

    numbered subsection2 2

    +
    +

    numbered subsection2 2

    -
    -
    +

    +
    +
    +
    + -

    unnumberedsec 2-1

    +
    +

    unnumberedsec 2-1

    -
    -
    +

    +
    + -

    numbered subsection 2-1

    +
    +

    numbered subsection 2-1

    -
    -
    +

    +
    +
    +
    +
    + -

    3 chapter 3

    +
    +

    3 chapter 3

    -
    -
    +

    +
    +

    Next: , Up: chapter 3   [Contents]

    -

    unnumbered section 3

    +
    +

    unnumbered section 3

    -
    -
    +

    +
    + -

    unnumbered subsection 3

    +
    +

    unnumbered subsection 3

    -
    -
    +

    +
    +
    + -

    numbered subsection 3

    +
    +

    numbered subsection 3

    -
    -
    +

    +
    +
    + -

    unnumbered subsection2 3

    +
    +

    unnumbered subsection2 3

    -
    -
    +

    +
    +
    + -

    numbered subsection2 3

    +
    +

    numbered subsection2 3

    -
    -
    +

    +
    +
    +
    + -

    3.1 section 3-1

    +
    +

    3.1 section 3-1

    -
    -
    +

    +
    +
    +

    Next: , Previous: , Up: chapter 3   [Contents]

    -

    unnumberedsec 3-2

    +
    +

    unnumberedsec 3-2

    -
    -
    +

    +
    + -

    numbered subsection 3-2

    +
    +

    numbered subsection 3-2

    -
    -
    +

    +
    +
    +
    + -

    3.2 section 3-3

    +
    +

    3.2 section 3-3

    -
    -
    +

    +
    + -

    3.2.1 subsection 3-3

    +
    +

    3.2.1 subsection 3-3

    -
    -
    +

    +
    +
    +
    +

    Previous: , Up: chapter 3   [Contents]

    -

    unnumberedsec 3-4

    +
    +

    unnumberedsec 3-4

    -
    -
    +

    +
    + -

    numbered subsection 3-4

    +
    +

    numbered subsection 3-4

    -
    -
    +

    +
    +
    +
    +
    + -

    unnumbered 4

    +
    +

    unnumbered 4

    -
    -
    +

    +
    + -

    unnumbered section 4

    +
    +

    unnumbered section 4

    -
    -
    +

    +
    + -

    unnumbered subsection 4

    +
    +

    unnumbered subsection 4

    -
    -
    +

    +
    +
    + -

    numbered subsection 4

    +
    +

    numbered subsection 4

    -
    -
    +

    +
    +
    + -

    unnumbered subsection2 4

    +
    +

    unnumbered subsection2 4

    -
    -
    +

    +
    +
    + -

    numbered subsection2 4

    -
    +
    +

    numbered subsection2 4

    +

    +
    +
    +
    +
    diff --git a/tp/t/results/sectioning/section_node_before_part.pl b/tp/t/results/sectioning/section_node_before_part.pl index 40eb513d02..4d305b8657 100644 --- a/tp/t/results/sectioning/section_node_before_part.pl +++ b/tp/t/results/sectioning/section_node_before_part.pl @@ -303,11 +303,15 @@ ul.no-bullet {list-style: none} -

    1 section

    +
    +
    +

    1 section

    -

    part

    -
    +
    +

    part


    +

    +
    diff --git a/tp/t/results/sectioning/sections_test.pl b/tp/t/results/sectioning/sections_test.pl index 3cc35bc5d6..48a94a709f 100644 --- a/tp/t/results/sectioning/sections_test.pl +++ b/tp/t/results/sectioning/sections_test.pl @@ -760,29 +760,35 @@ ul.no-bullet {list-style: none} -

    top

    +
    +

    top

    -

    1 chapter

    +
    +

    1 chapter

    -

    1.1 section

    +
    +

    1.1 section

    -

    1.1.1 subsection

    +
    +

    1.1.1 subsection

    -

    1.1.1.1 subsubsection

    +
    +

    1.1.1.1 subsubsection

    -

    part

    +
    +

    part


    -

    2 chapter in part

    +
    +

    2 chapter in part

    -

    3 second chapter in part

    +
    +

    3 second chapter in part

    -

    unnumbered

    +
    +

    unnumbered

    -

    Appendix A appendix

    +
    +

    Appendix A appendix

    -

    A.1 appendixsec

    -
    +
    +

    A.1 appendixsec

    +

    diff --git a/tp/t/results/sectioning/sections_test_no_use_nodes.pl b/tp/t/results/sectioning/sections_test_no_use_nodes.pl index d77ce34701..2d5a7b0b7d 100644 --- a/tp/t/results/sectioning/sections_test_no_use_nodes.pl +++ b/tp/t/results/sectioning/sections_test_no_use_nodes.pl @@ -761,7 +761,8 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    @@ -770,8 +771,9 @@ Next: &n -
    -
    +

    +
    +

    Up : top  

    @@ -780,8 +782,9 @@ Next: &n -
    -
    +

    +
    +

    Up : chapter  

    @@ -790,8 +793,9 @@ Next: &n -
    -
    +

    +
    +

    Up : section  

    @@ -800,15 +804,17 @@ Next: &n -
    -
    +

    +
    +

    Up : subsection  

    1.1.1.1 subsubsection

    -
    -
    +

    +
    + @@ -820,24 +826,28 @@ Next:
  • second chapter in part
  • unnumbered
  • -

    2 chapter in part

    +
    +

    2 chapter in part

    -
    -
    +

    +
    +

    3 second chapter in part

    -
    -
    +

    +
    +

    unnumbered

    -
    -
    +

    +
    +

    Prev:  

    @@ -846,13 +856,14 @@ Prev: &n -
    -
    +

    +
    +

    Up : appendix  

    A.1 appendixsec

    -
    +

    diff --git a/tp/t/results/sectioning/sections_test_no_use_nodes_use_node_directions.pl b/tp/t/results/sectioning/sections_test_no_use_nodes_use_node_directions.pl index 5750f0786a..7bf7f11265 100644 --- a/tp/t/results/sectioning/sections_test_no_use_nodes_use_node_directions.pl +++ b/tp/t/results/sectioning/sections_test_no_use_nodes_use_node_directions.pl @@ -761,7 +761,8 @@ ul.no-bullet {list-style: none} -
    +
    +

     

    @@ -770,8 +771,9 @@ ul.no-bullet {list-style: none} -
    -
    +

    +
    +

     

    @@ -780,8 +782,9 @@ ul.no-bullet {list-style: none} -
    -
    +

    +
    +

     

    @@ -790,8 +793,9 @@ ul.no-bullet {list-style: none} -
    -
    +

    +
    +

     

    @@ -800,15 +804,17 @@ ul.no-bullet {list-style: none} -
    -
    +

    +
    +

     

    1.1.1.1 subsubsection

    -
    -
    +

    +
    +

     

    @@ -820,24 +826,28 @@ ul.no-bullet {list-style: none}
  • second chapter in part
  • unnumbered
  • -

    2 chapter in part

    +
    +

    2 chapter in part

    -
    -
    +

    +
    +

     

    3 second chapter in part

    -
    -
    +

    +
    +

     

    unnumbered

    -
    -
    +

    +
    +

     

    @@ -846,13 +856,14 @@ ul.no-bullet {list-style: none} -
    -
    +

    +
    +

     

    A.1 appendixsec

    -
    +

    diff --git a/tp/t/results/sectioning/setfilename_on_top_and_after_node.pl b/tp/t/results/sectioning/setfilename_on_top_and_after_node.pl index 92948713c3..5a63f7d677 100644 --- a/tp/t/results/sectioning/setfilename_on_top_and_after_node.pl +++ b/tp/t/results/sectioning/setfilename_on_top_and_after_node.pl @@ -316,9 +316,12 @@ ul.no-bullet {list-style: none} -

    In top

    +
    +
    +

    In top

    -
    +

    +
    diff --git a/tp/t/results/sectioning/shortcontents.pl b/tp/t/results/sectioning/shortcontents.pl index 3a7934976b..f019f88419 100644 --- a/tp/t/results/sectioning/shortcontents.pl +++ b/tp/t/results/sectioning/shortcontents.pl @@ -797,7 +797,8 @@ ul.no-bullet {list-style: none} -

    top

    +
    +

    top

    Short Table of Contents

    @@ -817,24 +818,29 @@ ul.no-bullet {list-style: none}
    -

    1 chapter

    +
    +

    1 chapter

    -

    1.1 section

    +
    +

    1.1 section

    -

    1.1.1 subsection

    +
    +

    1.1.1 subsection

    -

    1.1.1.1 subsubsection

    +
    +

    1.1.1.1 subsubsection

    -

    part

    +
    +

    part


    -

    2 chapter in part

    +
    +

    2 chapter in part

    -

    3 second chapter in part

    +
    +

    3 second chapter in part

    -

    unnumbered

    +
    +

    unnumbered

    -

    Appendix A appendix

    +
    +

    Appendix A appendix

    -

    A.1 appendixsec

    +
    +

    A.1 appendixsec

    -
    +

    diff --git a/tp/t/results/sectioning/space_in_node.pl b/tp/t/results/sectioning/space_in_node.pl index fd0f8cf3af..67461e7337 100644 --- a/tp/t/results/sectioning/space_in_node.pl +++ b/tp/t/results/sectioning/space_in_node.pl @@ -745,34 +745,38 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    Chap first here

    -
    -
    +

    +
    +

    Next: , Previous: , Up: Top  

    Test title

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    Last with spaces

    -
    +

    diff --git a/tp/t/results/sectioning/top_no_argument_and_content.pl b/tp/t/results/sectioning/top_no_argument_and_content.pl index 302af96ec9..0928c354ef 100644 --- a/tp/t/results/sectioning/top_no_argument_and_content.pl +++ b/tp/t/results/sectioning/top_no_argument_and_content.pl @@ -132,9 +132,10 @@ ul.no-bullet {list-style: none} - +
    +

    A. -


    +


    diff --git a/tp/t/results/sectioning/top_no_argument_and_node.pl b/tp/t/results/sectioning/top_no_argument_and_node.pl index ec12a4292e..6dfbb8e10d 100644 --- a/tp/t/results/sectioning/top_no_argument_and_node.pl +++ b/tp/t/results/sectioning/top_no_argument_and_node.pl @@ -209,7 +209,10 @@ ul.no-bullet {list-style: none} -
    +
    +
    +

    +
    diff --git a/tp/t/results/sectioning/top_no_argument_and_top_node.pl b/tp/t/results/sectioning/top_no_argument_and_top_node.pl index 3bec466532..614ba8098c 100644 --- a/tp/t/results/sectioning/top_no_argument_and_top_node.pl +++ b/tp/t/results/sectioning/top_no_argument_and_top_node.pl @@ -199,7 +199,10 @@ ul.no-bullet {list-style: none} -
    +
    +
    +

    +
    diff --git a/tp/t/results/sectioning/top_node_no_menu_direction.pl b/tp/t/results/sectioning/top_node_no_menu_direction.pl index 8f653edecf..4b3a57308d 100644 --- a/tp/t/results/sectioning/top_node_no_menu_direction.pl +++ b/tp/t/results/sectioning/top_node_no_menu_direction.pl @@ -546,20 +546,22 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    Top

    -
    -
    +

    +
    +

    Previous: , Up: Top  

    second node

    -
    +

    diff --git a/tp/t/results/sectioning/top_node_part_top.pl b/tp/t/results/sectioning/top_node_part_top.pl index cab83a0b97..86128c58a9 100644 --- a/tp/t/results/sectioning/top_node_part_top.pl +++ b/tp/t/results/sectioning/top_node_part_top.pl @@ -365,13 +365,17 @@ ul.no-bullet {list-style: none} - -

    part

    -
    +
    -

    top

    +
    +

    part


    +
    +

    top

    +

    +
    + diff --git a/tp/t/results/sectioning/top_node_up_url.pl b/tp/t/results/sectioning/top_node_up_url.pl index 589ebb7f5a..1b7a70094d 100644 --- a/tp/t/results/sectioning/top_node_up_url.pl +++ b/tp/t/results/sectioning/top_node_up_url.pl @@ -569,20 +569,24 @@ ul.no-bullet {list-style: none} -
    +
    + -

    internal top node up

    +
    +

    internal top node up

    -
    -
    +

    +
    +

    first

    -
    +

    +
    diff --git a/tp/t/results/sectioning/top_without_node_nodes.pl b/tp/t/results/sectioning/top_without_node_nodes.pl index 3bafe76f3c..f9b8bcd23c 100644 --- a/tp/t/results/sectioning/top_without_node_nodes.pl +++ b/tp/t/results/sectioning/top_without_node_nodes.pl @@ -442,16 +442,20 @@ ul.no-bullet {list-style: none} -

    top section

    +
    +

    top section

    Top section

    -

    1 Chapter

    +
    +
    +

    1 Chapter

    Text of chapter -


    +


    +
    diff --git a/tp/t/results/sectioning/top_without_node_sections.pl b/tp/t/results/sectioning/top_without_node_sections.pl index bd0aa72cb5..d491bfc52a 100644 --- a/tp/t/results/sectioning/top_without_node_sections.pl +++ b/tp/t/results/sectioning/top_without_node_sections.pl @@ -490,16 +490,20 @@ ul.no-bullet {list-style: none} -

    top section

    +
    +

    top section

    Top section

    -

    1 Chapter

    +
    +
    +

    1 Chapter

    Text of chapter -


    +


    +
    diff --git a/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/a.html b/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/a.html index 38fcd09e25..d9fa7d2a0a 100644 --- a/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/a.html +++ b/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/a.html @@ -37,19 +37,21 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: Top  


    ã

    -
    +
    +

    Previous: , Up: Top  

    â

    - +
    diff --git a/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/index.html b/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/index.html index 21cc50bf63..7d824456ae 100644 --- a/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/index.html +++ b/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    @@ -43,7 +44,7 @@ Next:  

    Top -
    +

    Next:  

    diff --git a/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/n.html b/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/n.html index 4b27ce7bab..c513723063 100644 --- a/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/n.html +++ b/tp/t/results/sectioning/transliterated_split_equivalent_nodes/res_html/n.html @@ -37,14 +37,15 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next: , Previous: , Up: Top  


    n

    - +
    diff --git a/tp/t/results/sectioning/two_nodes_at_the_end.pl b/tp/t/results/sectioning/two_nodes_at_the_end.pl index 5624e0bde3..422b7e24a1 100644 --- a/tp/t/results/sectioning/two_nodes_at_the_end.pl +++ b/tp/t/results/sectioning/two_nodes_at_the_end.pl @@ -1031,37 +1031,45 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    -

    1 chapter c1

    +
    +

    1 chapter c1

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    node after chapter 1

    -
    -
    +

    +
    +

    Previous: , Up: top  

    node after chapter 2

    -
    +

    +
    +
    diff --git a/tp/t/results/sectioning/two_nodes_between_chapters.pl b/tp/t/results/sectioning/two_nodes_between_chapters.pl index 1f8605e63c..6b455b7812 100644 --- a/tp/t/results/sectioning/two_nodes_between_chapters.pl +++ b/tp/t/results/sectioning/two_nodes_between_chapters.pl @@ -1189,38 +1189,48 @@ ul.no-bullet {list-style: none} -
    +
    +

    Next:  

    -

    top

    +
    +

    top

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    -

    1 chapter c1

    +
    +

    1 chapter c1

    -
    -
    +

    +
    +

    Next: , Previous: , Up: top  

    node between chapters

    -
    -
    +

    +
    +
    +

    Previous: , Up: top  

    -

    2 chapter c2

    -
    +
    +

    2 chapter c2

    +

    +
    +
    diff --git a/tp/t/results/sectioning/two_unnumbered_no_argument.pl b/tp/t/results/sectioning/two_unnumbered_no_argument.pl index 98ff674dd7..1eb157d8a8 100644 --- a/tp/t/results/sectioning/two_unnumbered_no_argument.pl +++ b/tp/t/results/sectioning/two_unnumbered_no_argument.pl @@ -170,7 +170,7 @@ ul.no-bullet {list-style: none} -
    +
    diff --git a/tp/t/results/sectioning/unnumbered_before_node_top_top.pl b/tp/t/results/sectioning/unnumbered_before_node_top_top.pl index cb078c194e..97d8331ae4 100644 --- a/tp/t/results/sectioning/unnumbered_before_node_top_top.pl +++ b/tp/t/results/sectioning/unnumbered_before_node_top_top.pl @@ -425,13 +425,17 @@ ul.no-bullet {list-style: none} -

    before nodes

    +
    +

    before nodes

    in unnumbered

    -

    top section

    +
    +
    +

    top section

    Top node -


    +


    +
    diff --git a/tp/t/results/sectioning/unnumbered_before_top_node.pl b/tp/t/results/sectioning/unnumbered_before_top_node.pl index b2d835bbbe..2b8c2b3b75 100644 --- a/tp/t/results/sectioning/unnumbered_before_top_node.pl +++ b/tp/t/results/sectioning/unnumbered_before_top_node.pl @@ -308,13 +308,15 @@ ul.no-bullet {list-style: none} -

    before nodes

    +
    +

    before nodes

    -

    Top

    +
    +

    Top

    Top node

    Title titlefont

    -
    +

    diff --git a/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl b/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl index e7cae5c9bc..4f245e25c1 100644 --- a/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl +++ b/tp/t/results/sectioning/unnumbered_top_without_node_nodes.pl @@ -716,26 +716,33 @@ ul.no-bullet {list-style: none} -
    +
    +

    Up: (dir)  

    -

    unnumbered

    +
    +

    unnumbered

    in unnumbered

    -

    top section

    +
    +

    top section

    Top section

    -
    -
    +

    +
    +
    +

    Up: (dir)  

    -

    1 Chapter

    +
    +

    1 Chapter

    Text of chapter -


    +


    +
    diff --git a/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl b/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl index dffd8c410c..8b2d9c689b 100644 --- a/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl +++ b/tp/t/results/sectioning/unnumbered_top_without_node_sections.pl @@ -770,26 +770,33 @@ ul.no-bullet {list-style: none} -
    +
    +

    Up: (dir)  

    -

    unnumbered

    +
    +

    unnumbered

    in unnumbered

    -

    top section

    +
    +

    top section

    Top section

    -
    -
    +

    +
    +
    +

    Up: (dir)  

    -

    1 Chapter

    +
    +

    1 Chapter

    Text of chapter -


    +


    +
    diff --git a/tp/t/results/xtable/block_commands_in_table.pl b/tp/t/results/xtable/block_commands_in_table.pl index 81e96e035b..9fad0ed7f6 100644 --- a/tp/t/results/xtable/block_commands_in_table.pl +++ b/tp/t/results/xtable/block_commands_in_table.pl @@ -1724,7 +1724,9 @@ _second item_ '; -$result_converted{'html_text'}->{'block_commands_in_table'} = '

    Element

    +$result_converted{'html_text'}->{'block_commands_in_table'} = '
    +
    +

    Element

    first item
    @@ -1786,7 +1788,7 @@ end example.

    After table. -


    +


    '; diff --git a/tp/tests/contents/res_parser/contents_and_parts/contents_and_parts.html b/tp/tests/contents/res_parser/contents_and_parts/contents_and_parts.html index 11c83acc06..3630ad9eb5 100644 --- a/tp/tests/contents/res_parser/contents_and_parts/contents_and_parts.html +++ b/tp/tests/contents/res_parser/contents_and_parts/contents_and_parts.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    top

    +
    +

    top

    -
    - +
    +
    +
    @@ -73,10 +76,14 @@ ul.no-bullet {list-style: none}

    part 1: part 1


    -

    1 chapter 1

    +
    +
    +

    1 chapter 1

    -
    -
    [ << ] [ < ] [ Up ]
    +
    + +
    +
    @@ -91,10 +98,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    2 chapter 2

    +
    +

    2 chapter 2

    -
    - +
    +
    +
    @@ -112,11 +121,16 @@ ul.no-bullet {list-style: none}

    part2: part2


    -

    3 chapter 3

    + +
    +
    +

    3 chapter 3

    -
    - +

    +
    + +
    [ << ] [ < ] [ Up ]
    @@ -139,8 +153,8 @@ ul.no-bullet {list-style: none} -
    - +
    +
    [Top] [Contents]
    @@ -161,8 +175,8 @@ ul.no-bullet {list-style: none} -
    - +
    +
    [Top] [Contents]
    @@ -271,7 +285,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_at_begin/contents_at_begin.html b/tp/tests/contents/res_parser/contents_at_begin/contents_at_begin.html index 36380ac935..d659748e24 100644 --- a/tp/tests/contents/res_parser/contents_at_begin/contents_at_begin.html +++ b/tp/tests/contents/res_parser/contents_at_begin/contents_at_begin.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents at beginning

    +
    +

    Contents at beginning

    Content at the beginning.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,12 +72,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -89,8 +95,8 @@ ul.no-bullet {list-style: none}
  • 1 Chapter 1
  • -
    - +
    +
    [Top] [Contents]
    @@ -199,7 +205,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_at_begin_inline/contents_at_begin.html b/tp/tests/contents/res_parser/contents_at_begin_inline/contents_at_begin.html index cf9b425cd2..59c969c5d6 100644 --- a/tp/tests/contents/res_parser/contents_at_begin_inline/contents_at_begin.html +++ b/tp/tests/contents/res_parser/contents_at_begin_inline/contents_at_begin.html @@ -46,7 +46,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -54,7 +55,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents at beginning

    +
    +

    Contents at beginning

    Content at the beginning.

    @@ -63,8 +65,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -79,12 +82,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -193,7 +199,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_at_end/contents_at_end.html b/tp/tests/contents/res_parser/contents_at_end/contents_at_end.html index d14aef99cb..3775c81e16 100644 --- a/tp/tests/contents/res_parser/contents_at_end/contents_at_end.html +++ b/tp/tests/contents/res_parser/contents_at_end/contents_at_end.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents at end

    +
    +

    Contents at end

    Content at end.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,12 +72,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -89,8 +95,8 @@ ul.no-bullet {list-style: none}
  • 1 Chapter 1
  • -
    - +
    +
    [Top] [Contents]
    @@ -199,7 +205,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.html b/tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.html index e40874bf41..25d1276f1b 100644 --- a/tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.html +++ b/tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents at end

    +
    +

    Contents at end

    Content at end.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,7 +72,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -83,8 +87,10 @@ ul.no-bullet {list-style: none}
    -
    - +

    +
    +
    +
    @@ -193,7 +199,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.html b/tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.html index 638f48c15c..45b26525d4 100644 --- a/tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.html +++ b/tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents in chapter

    +
    +

    Contents in chapter

    Content in chapter.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,7 +72,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter with contents

    @@ -78,8 +82,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -94,12 +99,16 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section

    +
    +

    1.1 section

    Section.

    -
    - +

    +
    +
    +
    +
    @@ -117,8 +126,8 @@ ul.no-bullet {list-style: none} -
    - +
    +
    [Top] [Contents]
    @@ -227,7 +236,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.html b/tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.html index 9273fc100a..199306d72d 100644 --- a/tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.html +++ b/tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents in chapter

    +
    +

    Contents in chapter

    Content in chapter.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,7 +72,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter with contents

    @@ -91,8 +95,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -107,12 +112,16 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section

    +
    +

    1.1 section

    Section.

    -
    - +

    +
    +
    +
    +
    @@ -221,7 +230,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_in_middle_section/contents_in_middle_section.html b/tp/tests/contents/res_parser/contents_in_middle_section/contents_in_middle_section.html index be0d6976b4..ee2a7271e8 100644 --- a/tp/tests/contents/res_parser/contents_in_middle_section/contents_in_middle_section.html +++ b/tp/tests/contents/res_parser/contents_in_middle_section/contents_in_middle_section.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents in section

    +
    +

    Contents in section

    Content in section.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,7 +72,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    @@ -79,8 +83,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -95,12 +100,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section

    +
    +

    1.1 section

    The section with contents

    -
    - +
    + +
    +
    @@ -115,12 +123,16 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.2 section 1

    +
    +

    1.2 section 1

    Section 1.

    -
    - +

    +
    +
    +
    +
    @@ -139,8 +151,8 @@ ul.no-bullet {list-style: none} -
    - +
    +
    [Top] [Contents]
    @@ -249,7 +261,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/contents_in_middle_section_inline/contents_in_middle_section.html b/tp/tests/contents/res_parser/contents_in_middle_section_inline/contents_in_middle_section.html index a74bc217d8..31f894a861 100644 --- a/tp/tests/contents/res_parser/contents_in_middle_section_inline/contents_in_middle_section.html +++ b/tp/tests/contents/res_parser/contents_in_middle_section_inline/contents_in_middle_section.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Contents in section

    +
    +

    Contents in section

    Content in section.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,7 +72,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    @@ -79,8 +83,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -95,7 +100,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section

    +
    +

    1.1 section

    The section with contents

    @@ -113,8 +119,10 @@ ul.no-bullet {list-style: none}
    -
    - +
    + +
    +
    @@ -129,12 +137,16 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.2 section 1

    +
    +

    1.2 section 1

    Section 1.

    -
    - +

    +
    +
    +
    +
    @@ -243,7 +255,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents/double_contents.html b/tp/tests/contents/res_parser/double_contents/double_contents.html index eb837089b1..d9bde76d6a 100644 --- a/tp/tests/contents/res_parser/double_contents/double_contents.html +++ b/tp/tests/contents/res_parser/double_contents/double_contents.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -53,8 +55,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -69,7 +72,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -78,8 +82,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -94,10 +99,14 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    - +

    +
    +
    +
    +
    @@ -115,8 +124,8 @@ ul.no-bullet {list-style: none} -
    - +
    +
    [Top] [Contents]
    @@ -225,7 +234,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_after_title/double_contents.html b/tp/tests/contents/res_parser/double_contents_after_title/double_contents.html index ab2767e845..32cf98d3bb 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title/double_contents.html +++ b/tp/tests/contents/res_parser/double_contents_after_title/double_contents.html @@ -50,7 +50,8 @@ ul.no-bullet {list-style: none}
    -
    [Top] [Contents]
    +
    +
    @@ -58,7 +59,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -67,8 +69,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -83,7 +86,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -92,8 +96,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -108,10 +113,14 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    - +

    +
    +
    +
    +
    @@ -220,7 +229,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_book/double_contents.html b/tp/tests/contents/res_parser/double_contents_after_title_book/double_contents.html index ab2767e845..32cf98d3bb 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_book/double_contents.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_book/double_contents.html @@ -50,7 +50,8 @@ ul.no-bullet {list-style: none}
    -
    [Top] [Contents]
    +
    +
    @@ -58,7 +59,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -67,8 +69,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -83,7 +86,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -92,8 +96,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -108,10 +113,14 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    - +

    +
    +
    +
    +
    @@ -220,7 +229,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/chapter.html b/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/chapter.html index 0714b3ebf7..1e1c5308fc 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -58,8 +60,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -74,9 +77,10 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    +

    @@ -90,6 +94,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/double_contents_abt.html index 5de87a65a4..884d6232b0 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/index.html b/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/index.html index a67c1d149f..196e934ccd 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/index.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_book_chapter/index.html @@ -50,7 +50,8 @@ ul.no-bullet {list-style: none}
    -
    [Top] [Contents]
    +
    +
    @@ -58,7 +59,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -67,7 +69,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -76,6 +78,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/chapter.html b/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/chapter.html index c4d2542088..449a61fd26 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/chapter.html @@ -38,12 +38,14 @@ ul.no-bullet {list-style: none} -
    +
    +
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -51,6 +53,7 @@ Previous: , Up: +
    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/index.html b/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/index.html index 1c7ab2247a..77e5ae2933 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/index.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/index.html @@ -53,12 +53,14 @@ ul.no-bullet {list-style: none}
    -
    +
    +

    Next:   [Contents]


    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -66,11 +68,12 @@ Next:   [
  • Chapter 1
  • -
    +

    Next:   [Contents]

    +
    diff --git a/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/section.html b/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/section.html index ff1739eeaa..5c2734ab89 100644 --- a/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/section.html +++ b/tp/tests/contents/res_parser/double_contents_after_title_no_texi2html/section.html @@ -37,13 +37,16 @@ ul.no-bullet {list-style: none} -
    +
    +

    Up: Chapter 1   [Contents]


    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    +
    diff --git a/tp/tests/contents/res_parser/double_contents_book/double_contents.html b/tp/tests/contents/res_parser/double_contents_book/double_contents.html index 0bd0d9eb6f..6149c3081b 100644 --- a/tp/tests/contents/res_parser/double_contents_book/double_contents.html +++ b/tp/tests/contents/res_parser/double_contents_book/double_contents.html @@ -123,7 +123,7 @@ ul.no-bullet {list-style: none}
    - +
    @@ -207,7 +207,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_chapter/chapter.html b/tp/tests/contents/res_parser/double_contents_chapter/chapter.html index 063023e776..89d1d8b6e4 100644 --- a/tp/tests/contents/res_parser/double_contents_chapter/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_chapter/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Contents] [Index]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -58,8 +60,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -74,9 +77,10 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    +

    @@ -90,6 +94,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_chapter/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_chapter/double_contents_abt.html index 1f5bc2f5b9..302513fe44 100644 --- a/tp/tests/contents/res_parser/double_contents_chapter/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_chapter/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_chapter/double_contents_toc.html b/tp/tests/contents/res_parser/double_contents_chapter/double_contents_toc.html index 5f5f9ebf2f..be5a22a872 100644 --- a/tp/tests/contents/res_parser/double_contents_chapter/double_contents_toc.html +++ b/tp/tests/contents/res_parser/double_contents_chapter/double_contents_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -52,7 +52,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_chapter/index.html b/tp/tests/contents/res_parser/double_contents_chapter/index.html index 4d0f066bd5..2be7f20d19 100644 --- a/tp/tests/contents/res_parser/double_contents_chapter/index.html +++ b/tp/tests/contents/res_parser/double_contents_chapter/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -53,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -62,6 +64,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline/double_contents.html b/tp/tests/contents/res_parser/double_contents_inline/double_contents.html index fddd153e31..7917ed5b91 100644 --- a/tp/tests/contents/res_parser/double_contents_inline/double_contents.html +++ b/tp/tests/contents/res_parser/double_contents_inline/double_contents.html @@ -49,7 +49,8 @@ ul.no-bullet {list-style: none}
    - +
    +
    @@ -57,7 +58,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -66,8 +68,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -82,7 +85,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    Table of Contents

    @@ -104,8 +108,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -120,7 +125,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    Table of Contents

    @@ -135,8 +141,11 @@ ul.no-bullet {list-style: none}
    -
    - +

    +
    +
    +
    +
    @@ -245,7 +254,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_chapter/chapter.html b/tp/tests/contents/res_parser/double_contents_inline_chapter/chapter.html index 980fe337ad..47dae13c6b 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_chapter/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_inline_chapter/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    Table of Contents

    @@ -71,8 +73,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -87,7 +90,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    Table of Contents

    @@ -102,7 +106,7 @@ ul.no-bullet {list-style: none}
    -
    +

    @@ -116,6 +120,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_chapter/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_inline_chapter/double_contents_abt.html index 5de87a65a4..884d6232b0 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_chapter/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_inline_chapter/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_inline_chapter/index.html b/tp/tests/contents/res_parser/double_contents_inline_chapter/index.html index a1b863cec8..44b59851e9 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_chapter/index.html +++ b/tp/tests/contents/res_parser/double_contents_inline_chapter/index.html @@ -49,7 +49,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -57,7 +58,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -66,7 +68,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -75,6 +77,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_nodes/chapter.html b/tp/tests/contents/res_parser/double_contents_inline_nodes/chapter.html index d8a4c3d261..9ef22d7063 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_nodes/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_inline_nodes/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    Table of Contents

    @@ -72,7 +74,8 @@ ul.no-bullet {list-style: none} -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_nodes/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_inline_nodes/double_contents_abt.html index 78530d1a6a..135011220c 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_nodes/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_inline_nodes/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_inline_nodes/index.html b/tp/tests/contents/res_parser/double_contents_inline_nodes/index.html index 594db8a546..8ccbbfd157 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_nodes/index.html +++ b/tp/tests/contents/res_parser/double_contents_inline_nodes/index.html @@ -49,7 +49,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -58,7 +59,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -67,7 +69,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -76,6 +78,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_nodes/section.html b/tp/tests/contents/res_parser/double_contents_inline_nodes/section.html index f4041f30a9..b28bdead3c 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_nodes/section.html +++ b/tp/tests/contents/res_parser/double_contents_inline_nodes/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    Table of Contents

    @@ -65,7 +67,8 @@ ul.no-bullet {list-style: none}
    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_section/chapter.html b/tp/tests/contents/res_parser/double_contents_inline_section/chapter.html index de994dbb41..f5babee67b 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_section/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_inline_section/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    Table of Contents

    @@ -71,7 +73,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -79,6 +81,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][ > ] [ >> ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_section/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_inline_section/double_contents_abt.html index 5de87a65a4..884d6232b0 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_section/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_inline_section/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_inline_section/index.html b/tp/tests/contents/res_parser/double_contents_inline_section/index.html index 5ea632c68a..c535eae84e 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_section/index.html +++ b/tp/tests/contents/res_parser/double_contents_inline_section/index.html @@ -49,7 +49,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -57,7 +58,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -66,7 +68,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -75,6 +77,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_inline_section/section.html b/tp/tests/contents/res_parser/double_contents_inline_section/section.html index 83a0853928..8530d3897a 100644 --- a/tp/tests/contents/res_parser/double_contents_inline_section/section.html +++ b/tp/tests/contents/res_parser/double_contents_inline_section/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    Table of Contents

    @@ -64,7 +66,7 @@ ul.no-bullet {list-style: none}
    -
    +

    @@ -72,6 +74,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][ > ] [ >> ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_nodes/chapter.html b/tp/tests/contents/res_parser/double_contents_nodes/chapter.html index 38d6bcffbf..3bc498febb 100644 --- a/tp/tests/contents/res_parser/double_contents_nodes/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_nodes/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,7 +51,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -59,7 +61,8 @@ ul.no-bullet {list-style: none} -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_nodes/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_nodes/double_contents_abt.html index b7247a8e55..628482350f 100644 --- a/tp/tests/contents/res_parser/double_contents_nodes/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_nodes/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_nodes/double_contents_toc.html b/tp/tests/contents/res_parser/double_contents_nodes/double_contents_toc.html index 172d051435..cdd9498bbe 100644 --- a/tp/tests/contents/res_parser/double_contents_nodes/double_contents_toc.html +++ b/tp/tests/contents/res_parser/double_contents_nodes/double_contents_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -53,7 +53,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_nodes/index.html b/tp/tests/contents/res_parser/double_contents_nodes/index.html index 264b7fc7af..e62b3a027d 100644 --- a/tp/tests/contents/res_parser/double_contents_nodes/index.html +++ b/tp/tests/contents/res_parser/double_contents_nodes/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -45,7 +46,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [ ? ]

    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -54,7 +56,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -63,6 +65,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_nodes/section.html b/tp/tests/contents/res_parser/double_contents_nodes/section.html index 66500659e0..873b9f8d86 100644 --- a/tp/tests/contents/res_parser/double_contents_nodes/section.html +++ b/tp/tests/contents/res_parser/double_contents_nodes/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -50,9 +51,11 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][ ? ]

    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_section/chapter.html b/tp/tests/contents/res_parser/double_contents_section/chapter.html index d57f729eb1..e84d60863f 100644 --- a/tp/tests/contents/res_parser/double_contents_section/chapter.html +++ b/tp/tests/contents/res_parser/double_contents_section/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    @@ -58,7 +60,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -66,6 +68,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][ > ] [ >> ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_section/double_contents_abt.html b/tp/tests/contents/res_parser/double_contents_section/double_contents_abt.html index 1f5bc2f5b9..302513fe44 100644 --- a/tp/tests/contents/res_parser/double_contents_section/double_contents_abt.html +++ b/tp/tests/contents/res_parser/double_contents_section/double_contents_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_section/double_contents_toc.html b/tp/tests/contents/res_parser/double_contents_section/double_contents_toc.html index de6566c584..041d5e31da 100644 --- a/tp/tests/contents/res_parser/double_contents_section/double_contents_toc.html +++ b/tp/tests/contents/res_parser/double_contents_section/double_contents_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -52,7 +52,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/contents/res_parser/double_contents_section/index.html b/tp/tests/contents/res_parser/double_contents_section/index.html index a33d1aa2c5..fde9ddfcf3 100644 --- a/tp/tests/contents/res_parser/double_contents_section/index.html +++ b/tp/tests/contents/res_parser/double_contents_section/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -44,7 +45,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Double contents

    +
    +

    Double contents

    Double contents.

    @@ -53,7 +55,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -62,6 +64,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/double_contents_section/section.html b/tp/tests/contents/res_parser/double_contents_section/section.html index c4f0dc1b0d..74070c12e8 100644 --- a/tp/tests/contents/res_parser/double_contents_section/section.html +++ b/tp/tests/contents/res_parser/double_contents_section/section.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,9 +50,10 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1.1 section with contents

    +
    +

    1.1 section with contents

    -
    +

    @@ -59,6 +61,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ][ > ] [ >> ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content/no_content.html b/tp/tests/contents/res_parser/no_content/no_content.html index 885585fc98..6ffa4efd60 100644 --- a/tp/tests/contents/res_parser/no_content/no_content.html +++ b/tp/tests/contents/res_parser/no_content/no_content.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -182,7 +188,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_do_contents/no_content.html b/tp/tests/contents/res_parser/no_content_do_contents/no_content.html index bc978c38bb..b4f22e0e6e 100644 --- a/tp/tests/contents/res_parser/no_content_do_contents/no_content.html +++ b/tp/tests/contents/res_parser/no_content_do_contents/no_content.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -88,8 +94,8 @@ ul.no-bullet {list-style: none}
  • 1 Chapter 1
  • -
    - +
    +
    [Top] [Contents]
    @@ -198,7 +204,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_do_contents_inline/no_content.html b/tp/tests/contents/res_parser/no_content_do_contents_inline/no_content.html index 885585fc98..6ffa4efd60 100644 --- a/tp/tests/contents/res_parser/no_content_do_contents_inline/no_content.html +++ b/tp/tests/contents/res_parser/no_content_do_contents_inline/no_content.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -182,7 +188,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_inline/no_content.html b/tp/tests/contents/res_parser/no_content_inline/no_content.html index 885585fc98..6ffa4efd60 100644 --- a/tp/tests/contents/res_parser/no_content_inline/no_content.html +++ b/tp/tests/contents/res_parser/no_content_inline/no_content.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -182,7 +188,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_setcatpage/no_content_setcatpage.html b/tp/tests/contents/res_parser/no_content_setcatpage/no_content_setcatpage.html index 885585fc98..6ffa4efd60 100644 --- a/tp/tests/contents/res_parser/no_content_setcatpage/no_content_setcatpage.html +++ b/tp/tests/contents/res_parser/no_content_setcatpage/no_content_setcatpage.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -182,7 +188,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_setcatpage_do_contents/no_content_setcatpage.html b/tp/tests/contents/res_parser/no_content_setcatpage_do_contents/no_content_setcatpage.html index bc978c38bb..b4f22e0e6e 100644 --- a/tp/tests/contents/res_parser/no_content_setcatpage_do_contents/no_content_setcatpage.html +++ b/tp/tests/contents/res_parser/no_content_setcatpage_do_contents/no_content_setcatpage.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -88,8 +94,8 @@ ul.no-bullet {list-style: none}
  • 1 Chapter 1
  • -
    - +
    +
    [Top] [Contents]
    @@ -198,7 +204,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_setcatpage_do_contents_inline/no_content_setcatpage.html b/tp/tests/contents/res_parser/no_content_setcatpage_do_contents_inline/no_content_setcatpage.html index 885585fc98..6ffa4efd60 100644 --- a/tp/tests/contents/res_parser/no_content_setcatpage_do_contents_inline/no_content_setcatpage.html +++ b/tp/tests/contents/res_parser/no_content_setcatpage_do_contents_inline/no_content_setcatpage.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -182,7 +188,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/contents/res_parser/no_content_setcatpage_inline/no_content_setcatpage.html b/tp/tests/contents/res_parser/no_content_setcatpage_inline/no_content_setcatpage.html index 885585fc98..6ffa4efd60 100644 --- a/tp/tests/contents/res_parser/no_content_setcatpage_inline/no_content_setcatpage.html +++ b/tp/tests/contents/res_parser/no_content_setcatpage_inline/no_content_setcatpage.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    No ccontent

    +
    +

    No ccontent

    No content.

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,12 +71,15 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 Chapter 1

    +
    +

    1 Chapter 1

    The chapter

    -
    - +

    +
    +
    +
    @@ -182,7 +188,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/formatting/res_parser/simplest_test_css/simplest.html b/tp/tests/formatting/res_parser/simplest_test_css/simplest.html index 3897439738..ddb3d84979 100644 --- a/tp/tests/formatting/res_parser/simplest_test_css/simplest.html +++ b/tp/tests/formatting/res_parser/simplest_test_css/simplest.html @@ -47,10 +47,11 @@ ul.no-bullet {list-style: none} - +
    +

    This is a very simple texi manual   <>.

    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/formatting/res_parser/test_redefine_need/test_need.html b/tp/tests/formatting/res_parser/test_redefine_need/test_need.html index 8157f9c338..7e1a63f747 100644 --- a/tp/tests/formatting/res_parser/test_redefine_need/test_need.html +++ b/tp/tests/formatting/res_parser/test_redefine_need/test_need.html @@ -35,13 +35,16 @@ ul.no-bullet {list-style: none} -

    Test need

    +
    +
    +

    Test need

    @need @need

    -
    +

    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_and_node_same_name/index_and_node_same_name.html b/tp/tests/indices/res_parser/index_and_node_same_name/index_and_node_same_name.html index ce83b63363..4f581f30c0 100644 --- a/tp/tests/indices/res_parser/index_and_node_same_name/index_and_node_same_name.html +++ b/tp/tests/indices/res_parser/index_and_node_same_name/index_and_node_same_name.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Test index entry with node name clash

    +
    +

    Test index entry with node name clash

    Text.

    @@ -54,8 +56,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -70,7 +73,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 index node

    +
    +

    1 index node

    in index node node, with the same (croo_ref) name than index entry.

    @@ -88,8 +92,10 @@ ul.no-bullet {list-style: none}   -
    - +

    +
    +
    +
    @@ -198,7 +204,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_entry_in_footnote/index_entry_in_footnote.html b/tp/tests/indices/res_parser/index_entry_in_footnote/index_entry_in_footnote.html index 2e2ded63d7..d41a3ecd25 100644 --- a/tp/tests/indices/res_parser/index_entry_in_footnote/index_entry_in_footnote.html +++ b/tp/tests/indices/res_parser/index_entry_in_footnote/index_entry_in_footnote.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -43,7 +44,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    index_entry_in_footnote

    +
    +

    index_entry_in_footnote

    Top node1

    @@ -52,8 +54,9 @@ ul.no-bullet {list-style: none} -
    - +
    +
    +
    @@ -68,7 +71,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A index

    +
    +

    Appendix A index

    Jump to:   I   @@ -84,8 +88,10 @@ ul.no-bullet {list-style: none}  
    -
    - +

    +
    +
    +
    @@ -100,8 +106,8 @@ ul.no-bullet {list-style: none}

    Another para in footnote.

    -
    - +
    +
    [Top] [Contents]
    @@ -210,7 +216,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_no_node_no_top/index_no_node_no_top.html b/tp/tests/indices/res_parser/index_no_node_no_top/index_no_node_no_top.html index c424903f65..c6434c94a1 100644 --- a/tp/tests/indices/res_parser/index_no_node_no_top/index_no_node_no_top.html +++ b/tp/tests/indices/res_parser/index_no_node_no_top/index_no_node_no_top.html @@ -83,7 +83,8 @@ ul.no-bullet {list-style: none}
    [Top] [Contents]
    - +
    +
    @@ -149,8 +150,9 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -223,8 +225,9 @@ ul.no-bullet {list-style: none} -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -333,8 +336,9 @@ ul.no-bullet {list-style: none} U  
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -399,8 +403,9 @@ ul.no-bullet {list-style: none}

    Text of chapter

    -
    -
    [ << ] [ < ] [ Up ]
    +
    +
    +
    @@ -419,8 +424,8 @@ ul.no-bullet {list-style: none}

    In chapter 2

    -
    - +
    +
    [ << ] [ < ] [ Up ]
    @@ -529,7 +534,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_nodes/index_nodes.html b/tp/tests/indices/res_parser/index_nodes/index_nodes.html index c37a4423b4..96f9bc224a 100644 --- a/tp/tests/indices/res_parser/index_nodes/index_nodes.html +++ b/tp/tests/indices/res_parser/index_nodes/index_nodes.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    [Top] [Contents]
    Jump to:   !   @@ -154,7 +155,8 @@ ul.no-bullet {list-style: none}
    -

    Text and then index entries +

    +

    Text and then index entries @@ -206,7 +208,8 @@ ul.no-bullet {list-style: none} - +
    +
    - +

    + - +
    +
    Jump to:   !   @@ -333,7 +338,7 @@ ul.no-bullet {list-style: none}  
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_nodes_nodes/a-node.html b/tp/tests/indices/res_parser/index_nodes_nodes/a-node.html index 09e1bfa7f6..14652d4205 100644 --- a/tp/tests/indices/res_parser/index_nodes_nodes/a-node.html +++ b/tp/tests/indices/res_parser/index_nodes_nodes/a-node.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -138,7 +139,7 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_nodes_nodes/another.html b/tp/tests/indices/res_parser/index_nodes_nodes/another.html index 7dcd582940..84ce2623b6 100644 --- a/tp/tests/indices/res_parser/index_nodes_nodes/another.html +++ b/tp/tests/indices/res_parser/index_nodes_nodes/another.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ]
    +
    +
    @@ -56,7 +57,7 @@ ul.no-bullet {list-style: none} -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_nodes_nodes/first.html b/tp/tests/indices/res_parser/index_nodes_nodes/first.html index 85884fff6c..4f9c290dd7 100644 --- a/tp/tests/indices/res_parser/index_nodes_nodes/first.html +++ b/tp/tests/indices/res_parser/index_nodes_nodes/first.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ < ] [ Up ]
    +
    +
    @@ -103,7 +104,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_nodes_nodes/index.html b/tp/tests/indices/res_parser/index_nodes_nodes/index.html index bce02c6a70..e01f58707f 100644 --- a/tp/tests/indices/res_parser/index_nodes_nodes/index.html +++ b/tp/tests/indices/res_parser/index_nodes_nodes/index.html @@ -35,7 +35,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -164,7 +165,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_nodes_nodes/index_nodes_abt.html b/tp/tests/indices/res_parser/index_nodes_nodes/index_nodes_abt.html index 9e8cd2120f..7c1dee32b2 100644 --- a/tp/tests/indices/res_parser/index_nodes_nodes/index_nodes_abt.html +++ b/tp/tests/indices/res_parser/index_nodes_nodes/index_nodes_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [ < ] [ > ]
    @@ -144,7 +144,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_nodes_nodes/second.html b/tp/tests/indices/res_parser/index_nodes_nodes/second.html index ddad38267e..e190a7c37e 100644 --- a/tp/tests/indices/res_parser/index_nodes_nodes/second.html +++ b/tp/tests/indices/res_parser/index_nodes_nodes/second.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -86,7 +87,7 @@ ul.no-bullet {list-style: none}  
    [ << ] [ < ] [ Up ]
    -
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_one_node/index_one_node.html b/tp/tests/indices/res_parser/index_one_node/index_one_node.html index 91cef1b110..1c9442857a 100644 --- a/tp/tests/indices/res_parser/index_one_node/index_one_node.html +++ b/tp/tests/indices/res_parser/index_one_node/index_one_node.html @@ -38,7 +38,8 @@ ul.no-bullet {list-style: none}

    Garbage

    -

    Top node +

    +

    Top node

    anchor ref . @@ -74,7 +75,7 @@ ul.no-bullet {list-style: none}   -


    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region/Chapter.html b/tp/tests/indices/res_parser/index_special_region/Chapter.html index 863aed84a8..ef70352a32 100644 --- a/tp/tests/indices/res_parser/index_special_region/Chapter.html +++ b/tp/tests/indices/res_parser/index_special_region/Chapter.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -114,7 +115,7 @@ and titlepage, and various wrong index entries.
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html b/tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html index 1a9d43dbde..ab2c375765 100644 --- a/tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html +++ b/tp/tests/indices/res_parser/index_special_region/Copying-and-indices.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and indices

    +
    +

    Appendix A Copying and indices

    In the appendix, we print the indices and references.

    @@ -157,7 +159,7 @@ domain2<   -
    +

    @@ -171,6 +173,7 @@ domain2<
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region/index.html b/tp/tests/indices/res_parser/index_special_region/index.html index 8f4ce23b47..f368d39f29 100644 --- a/tp/tests/indices/res_parser/index_special_region/index.html +++ b/tp/tests/indices/res_parser/index_special_region/index.html @@ -43,7 +43,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -51,8 +52,9 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    -
    +
    +

    Top

    +

    @@ -61,6 +63,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html b/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html index 645c26e24b..7dd5f17621 100644 --- a/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html +++ b/tp/tests/indices/res_parser/index_special_region/index_special_region_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html b/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html index 1d6282dbcc..463ac6a0e0 100644 --- a/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html +++ b/tp/tests/indices/res_parser/index_special_region/index_special_region_fot.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -59,7 +59,7 @@ domain is something you should allready know domain is something you should allready know

    -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html b/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html index 5f6337a622..dcb85ef896 100644 --- a/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html +++ b/tp/tests/indices/res_parser/index_special_region/index_special_region_toc.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none}
  • Appendix A Copying and indices
  • -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html b/tp/tests/indices/res_parser/index_special_region_html/Chapter.html index 3a3e2abc39..ae1a581e63 100644 --- a/tp/tests/indices/res_parser/index_special_region_html/Chapter.html +++ b/tp/tests/indices/res_parser/index_special_region_html/Chapter.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -114,7 +115,7 @@ and titlepage, and various wrong index entries.
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html b/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html index d489d0ebe2..33d35ec691 100644 --- a/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html +++ b/tp/tests/indices/res_parser/index_special_region_html/Copying-and-indices.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and indices

    +
    +

    Appendix A Copying and indices

    In the appendix, we print the indices and references.

    @@ -157,7 +159,7 @@ domain4<   -
    +

    @@ -171,6 +173,7 @@ domain4<
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_html/index.html b/tp/tests/indices/res_parser/index_special_region_html/index.html index 52ece100b9..a5d56aba3f 100644 --- a/tp/tests/indices/res_parser/index_special_region_html/index.html +++ b/tp/tests/indices/res_parser/index_special_region_html/index.html @@ -85,7 +85,8 @@ domain2. - +
    +
    @@ -93,8 +94,9 @@ domain2.
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    -
    +
    +

    Top

    +

    @@ -103,6 +105,7 @@ domain2.
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html index 020c8768c2..0c1bb476ea 100644 --- a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html +++ b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html index 6b26d6cdd5..ab647171e3 100644 --- a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html +++ b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_fot.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -68,7 +68,7 @@ domain is something you should allready know domain is something you should allready know

    -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html index 3087289f98..ee03345615 100644 --- a/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html +++ b/tp/tests/indices/res_parser/index_special_region_html/index_special_region_toc.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none}
  • Appendix A Copying and indices
  • -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html index d65830fd7f..d849aba210 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Chapter.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -78,7 +79,7 @@ and titlepage, and various wrong index entries.
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Copying-and-indices.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Copying-and-indices.html index 5f6da2a444..083771c3e4 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Copying-and-indices.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/Copying-and-indices.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and indices

    +
    +

    Appendix A Copying and indices

    In the appendix, we print the indices and references.

    @@ -121,7 +123,7 @@ ul.no-bullet {list-style: none}   -
    +

    @@ -135,6 +137,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index.html index b7c4185416..beeeca88cd 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index.html @@ -43,7 +43,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -51,8 +52,9 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    -
    +
    +

    Top

    +

    @@ -61,6 +63,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_abt.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_abt.html index 3b2d2dd6d0..f89d4a7c3b 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_abt.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_toc.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_toc.html index d591d6612b..eeacee9cdb 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_toc.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying/index_special_region_no_insertcopying_toc.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none}
  • Appendix A Copying and indices
  • -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html index a58f21ee32..59b3842074 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Chapter.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -78,7 +79,7 @@ and titlepage, and various wrong index entries.
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Copying-and-indices.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Copying-and-indices.html index f9206b62be..039a8b13eb 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Copying-and-indices.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/Copying-and-indices.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and indices

    +
    +

    Appendix A Copying and indices

    In the appendix, we print the indices and references.

    @@ -121,7 +123,7 @@ ul.no-bullet {list-style: none}   -
    +

    @@ -135,6 +137,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index.html index 188719264b..a391926dce 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index.html @@ -85,7 +85,8 @@ domain - +
    +
    @@ -93,8 +94,9 @@ domain
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    -
    +
    +

    Top

    +

    @@ -103,6 +105,7 @@ domain
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_abt.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_abt.html index 73da8461e7..0fd00e70d5 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_abt.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_fot.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_fot.html index bff8590f29..28f3b6e1e1 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_fot.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_fot.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -58,7 +58,7 @@ ul.no-bullet {list-style: none} domain is something you should allready know

    -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_toc.html b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_toc.html index d696c96ef5..f675eebe68 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_toc.html +++ b/tp/tests/indices/res_parser/index_special_region_no_insertcopying_html/index_special_region_no_insertcopying_toc.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none}
  • Appendix A Copying and indices
  • -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html b/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html index b76be75007..984cf9fb80 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region/Chapter.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -78,7 +79,7 @@ and titlepage, and various wrong index entries.
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region/Copying-and-indices.html b/tp/tests/indices/res_parser/index_special_region_no_region/Copying-and-indices.html index a174b7881a..188efe70a5 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region/Copying-and-indices.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region/Copying-and-indices.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and indices

    +
    +

    Appendix A Copying and indices

    In the appendix, we print the indices and references.

    @@ -121,7 +123,7 @@ ul.no-bullet {list-style: none}   -
    +

    @@ -135,6 +137,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region/index.html b/tp/tests/indices/res_parser/index_special_region_no_region/index.html index 3492a50bf5..0df83b76e7 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region/index.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region/index.html @@ -43,7 +43,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -51,9 +52,10 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    +
    +

    Top

    -
    +

    @@ -62,6 +64,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_abt.html b/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_abt.html index 54f3b2658e..50759b8833 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_abt.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_toc.html b/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_toc.html index 3116ac7c1a..ec6bf3a2e3 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_toc.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region/index_special_region_no_region_toc.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none}
  • Appendix A Copying and indices
  • -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html b/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html index ea3e1f4dba..aa7bd7250b 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region_html/Chapter.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -78,7 +79,7 @@ and titlepage, and various wrong index entries.
    [ << ] [ < ] [ Up ]
    -
    +

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region_html/Copying-and-indices.html b/tp/tests/indices/res_parser/index_special_region_no_region_html/Copying-and-indices.html index 516658ab18..ed750fdfad 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region_html/Copying-and-indices.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region_html/Copying-and-indices.html @@ -40,7 +40,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    @@ -55,7 +56,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    Appendix A Copying and indices

    +
    +

    Appendix A Copying and indices

    In the appendix, we print the indices and references.

    @@ -121,7 +123,7 @@ ul.no-bullet {list-style: none}   -
    +

    @@ -135,6 +137,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region_html/index.html b/tp/tests/indices/res_parser/index_special_region_no_region_html/index.html index 09388ad116..ffe2afa910 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region_html/index.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region_html/index.html @@ -85,7 +85,8 @@ domain2< - +
    +
    @@ -93,9 +94,10 @@ domain2<
    [ < ] [ > ]   [Index] [ ? ]
    -

    Top

    +
    +

    Top

    -
    +

    @@ -104,6 +106,7 @@ domain2<
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_abt.html b/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_abt.html index 119f095b73..66ca755b19 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_abt.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_abt.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    @@ -149,7 +149,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_fot.html b/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_fot.html index e6f7dd3722..87e6c17425 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_fot.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_fot.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -58,7 +58,7 @@ ul.no-bullet {list-style: none} domain is something you should allready know

    -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_toc.html b/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_toc.html index 5a4aaca3f2..b6d26d99af 100644 --- a/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_toc.html +++ b/tp/tests/indices/res_parser/index_special_region_no_region_html/index_special_region_no_region_toc.html @@ -40,7 +40,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -56,7 +56,7 @@ ul.no-bullet {list-style: none}
  • Appendix A Copying and indices
  • -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_table/index.html b/tp/tests/indices/res_parser/index_table/index.html index 18c089e116..ec9b407283 100644 --- a/tp/tests/indices/res_parser/index_table/index.html +++ b/tp/tests/indices/res_parser/index_table/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -42,7 +43,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]   [Index] [ ? ]
    -

    Test for indices

    +
    +

    Test for indices

    @@ -52,7 +54,7 @@ ul.no-bullet {list-style: none} -
    +

    @@ -61,6 +63,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_table/index_table_abt.html b/tp/tests/indices/res_parser/index_table/index_table_abt.html index 876210e0e4..a5ba2a222d 100644 --- a/tp/tests/indices/res_parser/index_table/index_table_abt.html +++ b/tp/tests/indices/res_parser/index_table/index_table_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_table/index_table_toc.html b/tp/tests/indices/res_parser/index_table/index_table_toc.html index 5984cafa2a..ffc11a04b4 100644 --- a/tp/tests/indices/res_parser/index_table/index_table_toc.html +++ b/tp/tests/indices/res_parser/index_table/index_table_toc.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    [Top] [Contents]
    @@ -54,7 +54,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/index_table/indices-refs.html b/tp/tests/indices/res_parser/index_table/indices-refs.html index b0f5c2a69b..936f6dc20f 100644 --- a/tp/tests/indices/res_parser/index_table/indices-refs.html +++ b/tp/tests/indices/res_parser/index_table/indices-refs.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    3 Indices refs

    +
    +

    3 Indices refs

    @@ -507,8 +509,9 @@ ul.no-bullet {list-style: none}   -
    - +
    +
    +
    @@ -523,11 +526,12 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    3.1 node

    +
    +

    3.1 node

    A section following the indices.

    -
    +

    @@ -541,6 +545,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_table/node-with-ftable-and-vtable.html b/tp/tests/indices/res_parser/index_table/node-with-ftable-and-vtable.html index a45a850d97..46e50c1287 100644 --- a/tp/tests/indices/res_parser/index_table/node-with-ftable-and-vtable.html +++ b/tp/tests/indices/res_parser/index_table/node-with-ftable-and-vtable.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 first node chapter, with ftable and vtable

    +
    +

    1 first node chapter, with ftable and vtable

    @@ -76,7 +78,7 @@ ul.no-bullet {list-style: none}

    -
    +

    @@ -90,6 +92,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/index_table/node-with-printindex.html b/tp/tests/indices/res_parser/index_table/node-with-printindex.html index 4632127a70..ca8be842a4 100644 --- a/tp/tests/indices/res_parser/index_table/node-with-printindex.html +++ b/tp/tests/indices/res_parser/index_table/node-with-printindex.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    2 node with printindex

    +
    +

    2 node with printindex

    Jump to:   F   @@ -411,7 +413,7 @@ ul.no-bullet {list-style: none}  
    -
    +

    @@ -425,6 +427,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/chapter.html b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/chapter.html index 73ea7f0825..b7b4049abc 100644 --- a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/chapter.html +++ b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 A chapter

    +
    +

    1 A chapter

    Jump to:   !   @@ -120,10 +122,11 @@ ul.no-bullet {list-style: none}  
    - +
    + -
    +

    @@ -137,6 +140,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/index.html b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/index.html index 5a36d3c22c..5af3a6ecf3 100644 --- a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/index.html +++ b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/index.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -190,7 +191,8 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ]  
    - +
    +

    between node in menu before top and printindex

    Jump to:   ! @@ -266,7 +268,8 @@ ul.no-bullet {list-style: none} - +
    +

    in top node.

    Jump to:   !   @@ -436,7 +439,8 @@ ul.no-bullet {list-style: none}  
    -

    top section

    +
    +

    top section

    in top section @@ -450,7 +454,8 @@ ul.no-bullet {list-style: none}

    -

    Text and then index entries +

    +

    Text and then index entries @@ -529,7 +534,8 @@ ul.no-bullet {list-style: none} - +
    +
    - +

    + - +
    +
    Jump to:   !   @@ -712,7 +720,7 @@ ul.no-bullet {list-style: none}  
    -
    +

    @@ -721,6 +729,7 @@ ul.no-bullet {list-style: none}
    [ < ] [ > ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections_abt.html b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections_abt.html index a11790434f..dccb6dd238 100644 --- a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections_abt.html +++ b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter/nodes_before_top_and_sections_abt.html @@ -34,7 +34,7 @@ ul.no-bullet {list-style: none} - +
    @@ -143,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [Top] [Contents]
    diff --git a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/chapter.html b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/chapter.html index 74cdad203d..66c30a854b 100644 --- a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/chapter.html +++ b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/chapter.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [Top] [Contents]
    +
    +
    @@ -49,7 +50,8 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ][Index] [ ? ]
    -

    1 A chapter

    +
    +

    1 A chapter

    Jump to:   !   @@ -120,8 +122,9 @@ ul.no-bullet {list-style: none}  
    -
    - +
    +
    +
    @@ -140,7 +143,7 @@ ul.no-bullet {list-style: none} -
    +
    [ << ] [ < ] [ Up ]
    @@ -154,6 +157,7 @@ ul.no-bullet {list-style: none}
    [ << ] [ >> ][Index] [ ? ]
    +

    This document was generated on a sunny day using texi2any.

    diff --git a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/first-before-top.html b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/first-before-top.html index 91a69c1ca0..67fa19b0fd 100644 --- a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/first-before-top.html +++ b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/first-before-top.html @@ -36,7 +36,8 @@ ul.no-bullet {list-style: none} - +
    +
    @@ -198,8 +199,9 @@ ul.no-bullet {list-style: none}
    [ << ] [ < ] [ Up ]
    -
    - +
    +
    +
    @@ -291,7 +293,7 @@ ul.no-bullet {list-style: none} -
    +
    [ << ] [ < ] [ Up ]
    diff --git a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/index.html b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/index.html index b90dc5048a..e6362f2b7e 100644 --- a/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/index.html +++ b/tp/tests/indices/res_parser/nodes_before_top_and_sections_html_chapter_nodes/index.html @@ -34,7 +34,8 @@ ul.no-bullet {list-style: none} -
    [ << ] [ >> ]
    +
    +
    [