From: Philip Newton Date: Wed, 21 Nov 2001 09:04:03 +0000 (+0100) Subject: Re: PERFORCE change 13142 for review X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c29294760263b030b04cb5526f17ddb14673375;p=p5sagit%2Fp5-mst-13.2.git Re: PERFORCE change 13142 for review Message-ID: plus rewrap few paragraphs. p4raw-id: //depot/perl@13159 --- diff --git a/lib/Pod/LaTeX.pm b/lib/Pod/LaTeX.pm index 58a3714..1f958b5 100644 --- a/lib/Pod/LaTeX.pm +++ b/lib/Pod/LaTeX.pm @@ -53,7 +53,7 @@ $VERSION = '0.54'; %HTML_Escapes = ( # lt, gt and verbar are inserted without math mode # since the $$ will be added during general correction - # for those escpae characters + # for those escape characters 'amp' => '\&', # ampersand 'lt' => '<', # ' left chevron, less-than 'gt' => '>', # ' right chevron, greater-than @@ -336,8 +336,8 @@ of arguments when using the C constructor. =item B Logical to control whether a C preamble is to be written. -If true, a valid C preamble is written before the pod data is written. -This is similar to: +If true, a valid C preamble is written before the pod data +is written. This is similar to: \documentclass{article} \begin{document} @@ -363,13 +363,13 @@ sub AddPreamble { =item B -Logical to control whether a standard C ending is written to the output -file after the document has been processed. -In its simplest form this is simply: +Logical to control whether a standard C ending is written to +the output file after the document has been processed. In its +simplest form this is simply: \end{document} -but can be more complicated if a index is required. +but can be more complicated if an index is required. Can be used to set or retrieve the current value. $add = $parser->AddPostamble(); @@ -408,10 +408,10 @@ Can be used to set or retrieve the current value: $parser->Head1Level(2); $sect = $parser->Head1Level; -Setting this number too high can result in sections that may not be reproducible -in the expected way. For example, setting this to 4 would imply that C<=head3> -do not have a corresponding C section (C<=head1> would correspond to -a C). +Setting this number too high can result in sections that may not be +reproducible in the expected way. For example, setting this to 4 would +imply that C<=head3> do not have a corresponding C section +(C<=head1> would correspond to a C). A check is made to ensure that the supplied value is an integer in the range 0 to 5. @@ -502,8 +502,8 @@ into the preamble and postamble $makeindex = $parser->MakeIndex; $parser->MakeIndex(0); -Irrelevant if both C and C are false (or equivalently, -C and C are set). +Irrelevant if both C and C are false +(or equivalently, C and C are set). Default is for an index to be created. @@ -632,8 +632,8 @@ sub UniqueLabels { User supplied C preamble. Added before the pod translation data. -If set, the contents will be prepended to the output file before the translated -data regardless of the value of C. +If set, the contents will be prepended to the output file before +the translated data regardless of the value of C. C and C will also be ignored. =cut @@ -651,8 +651,8 @@ sub UserPreamble { User supplied C postamble. Added after the pod translation data. -If set, the contents will be prepended to the output file after the translated -data regardless of the value of C. +If set, the contents will be prepended to the output file after +the translated data regardless of the value of C. C will also be ignored. =cut