Searched refs:Head1Level (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm429 $self->{Head1Level} = 1 # Offset in latex sections
430 unless exists $self->{Head1Level}; # 0 is chapter, 2 is subsection
536 =item B<Head1Level>
553 $parser->Head1Level(2);
554 $sect = $parser->Head1Level;
568 sub Head1Level { subroutine
573 $self->{Head1Level} = $arg;
575 carp "Head1Level supplied ($arg) must be integer in range 0 to ".$#LatexSections . "- Ignoring\n";
578 return $self->{Head1Level};
626 number described in C<Head1Level> metho
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL134 Head1Level => $options{'h1level'},
203 Head1Level => $options{'h1level'},

Completed in 22 milliseconds