summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-10 03:03:23 +0000
committerNorbert Preining <norbert@preining.info>2024-01-10 03:03:23 +0000
commitcdb8117b8f1ac752d1927b82759c5be9f0ec0ab5 (patch)
treeebd07d36ab12076de3523b744cc87f975747f3e0 /macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
parent140e2f7f1509acd423172e2895d0d7839e5b88c6 (diff)
CTAN sync 202401100303
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl37
1 files changed, 27 insertions, 10 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl b/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
index c11c97db43..ea5dadf256 100644
--- a/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
+++ b/macros/texinfo/texinfo/tp/t/results/sectioning/part_before_chapter.pl
@@ -25,9 +25,11 @@ $result_trees{'part_before_chapter'} = [
'text' => 'part'
}
],
- 'extra' => {
- 'spaces_after_argument' => '
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
'
+ }
},
'type' => 'line_arg'
}
@@ -40,8 +42,11 @@ $result_trees{'part_before_chapter'} = [
'type' => 'empty_line'
}
],
- 'extra' => {
- 'spaces_before_argument' => ' '
+ 'extra' => {},
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
},
'source_info' => {
'file_name' => '',
@@ -57,17 +62,23 @@ $result_trees{'part_before_chapter'} = [
'text' => 'chapter'
}
],
- 'extra' => {
- 'spaces_after_argument' => '
+ 'info' => {
+ 'spaces_after_argument' => {
+ 'text' => '
'
+ }
},
'type' => 'line_arg'
}
],
'cmdname' => 'chapter',
'extra' => {
- 'associated_part' => {},
- 'spaces_before_argument' => ' '
+ 'associated_part' => {}
+ },
+ 'info' => {
+ 'spaces_before_argument' => {
+ 'text' => ' '
+ }
},
'source_info' => {
'file_name' => '',
@@ -212,20 +223,26 @@ $result_converted{'html'}->{'part_before_chapter'} = '<!DOCTYPE html>
<meta name="distribution" content="global">
<meta name="viewport" content="width=device-width,initial-scale=1">
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+span:hover a.copiable-link {visibility: visible}
+-->
+</style>
</head>
<body lang="en">
<div class="part-level-extent" id="part">
-<h1 class="part">part</h1>
+<h1 class="part"><span>part<a class="copiable-link" href="#part"> &para;</a></span></h1>
<hr>
<ul class="mini-toc">
<li><a href="#chapter" accesskey="1">chapter</a></li>
</ul>
<div class="chapter-level-extent" id="chapter">
-<h2 class="chapter">1 chapter</h2>
+<h2 class="chapter"><span>1 chapter<a class="copiable-link" href="#chapter"> &para;</a></span></h2>
</div>
</div>