We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b2cf7 commit 914790fCopy full SHA for 914790f
1 file changed
css21/bin/addhanch
@@ -93,10 +93,10 @@ sub addanchor {
93
$anchor = "$1$2$3"; # Only one of $1, $2, $3 will match.
94
$anchor1 = "#$anchor";
95
} else {
96
- $anchor = "q$seqno"; # Use simple sequence number
+ $anchor = "q$chapno.$seqno"; # Use simple sequence number
97
98
}
99
- $anchor1 = "" if ($lvl == 1); # if H1, just go to the top of the page
+ # $anchor1 = "" if ($lvl == 1); # if H1, just go to the top of the page
100
101
# Increment the count, reset higher level counts
102
$counts[$lvl]++;
0 commit comments