GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PerlPoint::Tags::LaTeX(3) User Contributed Perl Documentation PerlPoint::Tags::LaTeX(3)

PerlPoint::Tags::LaTeX - PerlPoint tag set used by pp2latex

 # declare tags used by pp2latex
 use PerlPoint::Tags::LaTeX;

This 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(...);

 ...

\MBOX<text in mbox>
Tag for creating an \mbox{ ... } environment.

No sets are currently defined.

PerlPoint::Tags
The tag declaration base "class".
PerlPoint::Tags::Basic
Basic Tags imported by "pp2latex".

Lorenz Domke <logenz.domke@gmx.de>
2001-11-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.