Lines Matching refs:section

147  verbose => 'Expand info|tex|none section of texinfo source',
151 #if set, uses section named `Footnotes' for glossary
157 verbose => "if set, uses section named `Footnotes' for glossary",
250 # if set, number sections and show section names and numbers in references
261 # entries, instead of section names
268 # -split section|chapter|none
269 # if set to 'section' (resp. 'chapter') create one html file per (sub)section
273 #$T2H_SPLIT = 'section';
279 verbose => 'split document on section|chapter else no splitting',
283 # if set, then navigation panels are printed at the beginning of each section
286 # This is most useful if you do not want to have section navigation
293 verbose => 'output navigation panels for each section',
342 #if set cross-references are given without section numbers
348 verbose => 'if set, references are without section numbers',
483 # use this as header for top node/section, otherwise use value of
515 'section' => 'section',
543 'section' => 'Abschnitt',
555 'section' => 'sectie',
567 'section' => 'sección',
579 'section' => 'avsnitt',
591 'section' => 'Seção',
668 # This -- current section (resp. html page)
678 # (all values are w.r.t. 'This' section)
697 # $T2H_THIS_SECTION -- lines of 'This' section
734 if ($T2H_SPLIT eq 'section' && $T2H_SECTION_NAVIGATION)
851 # chapter_footer: after print_section of last section, before print_page_footer
853 # If you want to get rid of navigation stuff after each section,
977 elsif ($T2H_SPLIT eq 'section')
1272 'Back', 'previous section in reading order',
1273 'FastBack', 'previous or up-and-previous section ',
1274 'Prev', 'previous section same level',
1275 'Up', 'up section',
1276 'Next', 'next section same level',
1277 'Forward', 'next section in reading order',
1278 'FastForward', 'next or up-and-next section',
1280 'First', 'first section in reading order',
1281 'Last', 'last section in reading order',
1388 $INFO = 0; # 0 = do not make a "About this document..." section
1462 # want some generated section titles (eg "Table of Contents" or "References")
1760 $SECTIONEND = "<!-- End section -->\n"; # to know where section ends
1801 # texinfo section names to level
1810 'section', 2,
2170 linkage => sub{$main::T2H_SPLIT = 'section';},
2171 verbose => 'obsolete, use "-split section" instead',
2358 if (! $T2H_OUT && ($T2H_SPLIT =~ /section/i || $T2H_SPLIT =~ /node/i))
2360 $T2H_SPLIT = 'section';
2410 %node2sec = (); # node to section name
2411 %sec2node = (); # section to node name
2412 %sec2number = (); # section to number
2413 %number2sec = (); # number to section
2957 $in_pre = 0; # am I inside a preformatted section
2959 $in_html = 0; # am I inside an HTML section
3318 push (@lines, "<!--::${section}::-->$_");
3459 EnterIndexEntry('f', $name, $docu_doc, $section, \@lines);
3462 EnterIndexEntry('f', "$name on $ftype", $docu_doc, $section, \@lines);
3465 EnterIndexEntry('v', $name, $docu_doc, $section, \@lines);
3468 EnterIndexEntry('t', $name, $docu_doc, $section, \@lines);
3541 EnterIndexEntry($1, $', $docu_doc, $section, \@lines);
3573 print "# top heading, section $name, level $level\n"
3593 # first time we see a "section"
3596 warn "$WARN The first section found is not of level 1: $_";
3601 next_doc() if ($T2H_SPLIT eq 'section' ||
3622 $section = $name;
3629 print "# node $node, section $name, level $level\n"
3677 warn "$ERROR Bad section line: $_";
3714 EnterIndexEntry($table_type, $what, $docu_doc, $section, \@lines);
3794 my $section = shift;
3823 $index->{$prefix}->{$key}->{section} = $section;
4004 t2h_anchor('', sec_href($entry->{section}), clean_name($entry->{section})) .
4017 my $section = shift;
4018 $section = 'Top' unless $section;
4053 my $sec_name = $section;
4054 # remove section number
4057 ($first_page->{href} = sec_href($section)) =~ s/\#.*$//;
4064 while (@sections && $sections[$#sections] ne $section)
4077 $node2up{$node} = $section;
4253 $_ = "${before}${type}$T2H_WORDS->{$T2H_LANG}->{'section'} `$sec' in \@cite{$man}$after";
4260 $_ .= "$T2H_WORDS->{$T2H_LANG}->{'section'} " if ${type};
4461 for $section (keys %sec2number)
4463 $node = $sec2node{$section};
4464 $node2up{$node} = Sec2UpNode($section) unless $node2up{$node};
4465 $node2prev{$node} = Sec2PrevNode($section) unless $node2prev{$node};
4466 $node2next{$node} = Sec2NextNode($section) unless $node2next{$node};
4622 while ($section = shift(@sections))
4624 if ($T2H_SPLIT && ($T2H_SPLIT eq 'section' || $previous eq $CHAPTEREND))