File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,8 +71,9 @@ foreach $e (@sorted) {
7171 }
7272
7373 # Write the subterms that are different
74+ # class="tocline*" directs out patched html2ps to omit the bullet
7475 for ($j = $i ; $j <= $#subs ; $j ++) {
75- print OUTPUT " \n $indent [$j ]<li>$subs [$j ]" ;
76+ print OUTPUT " \n $indent [$j ]<li class= \" tocline0 \" >$subs [$j ]" ;
7677 if ($j < $#subs ) {
7778 print OUTPUT " \n $indent [$j ]<ul class=\" index\" >" ;
7879 $lvl ++;
Original file line number Diff line number Diff line change @@ -71,8 +71,9 @@ foreach $e (@sorted) {
7171 # class="tocline*" directs our patched html2ps to omit the bullet
7272 for ($j = $i ; $j <= $#subs ; $j ++) {
7373 if ($lvl <= $j ) {
74+ # class="tocline*" directs out patched html2ps to omit the bullet
7475 $lvl ++;
75- print OUTPUT " \n $indent [$j ]<li>$subs [$j ]" ;
76+ print OUTPUT " \n $indent [$j ]<li class= \" tocline0 \" >$subs [$j ]" ;
7677 if ($j < $#subs ) {
7778 print OUTPUT " \n $indent [$j ]<ul class=\" index\" >" ;
7879 print OUTPUT " \n $indent [$j ]<li class=\" tocline0\" >$subs [$j ]" ;
You can’t perform that action at this time.
0 commit comments