![]() |
![]()
| ![]() |
![]()
NAMEPerlPoint::Tags::LaTeX - PerlPoint tag set used by pp2latex SYNOPSYS# declare tags used by pp2latex use PerlPoint::Tags::LaTeX; DESCRIPTIONThis module declares PerlPoint tags used by "pp2latex". Tag declarations are used by the parser to determine if a used tag is valid, if it needs options, if it needs a body and so on. Please see PerlPoint::Tags for a detailed description of tag declaration. Every PerlPoint translator willing to handle the tags of this module can declare this by using the module in the scope where it built the parser object. # declare basic tags use PerlPoint::Tags::LaTeX # load parser module use PerlPoint::Parser; ... # build parser my $parser=new PerlPoint::Parser(...); ... TAGS
TAG SETSNo sets are currently defined. SEE ALSO
AUTHORLorenz Domke <logenz.domke@gmx.de>
|