r37661 - /trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Jun 6 11:30:59 UTC 2009


Author: carnil-guest
Date: Sat Jun  6 11:30:54 2009
New Revision: 37661

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37661
Log:
Add OPTIONS descriptions to latex2pdf manpage

Modified:
    trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch

Modified: trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch?rev=37661&op=diff
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch (original)
+++ trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2pdf.patch Sat Jun  6 11:30:54 2009
@@ -4,16 +4,44 @@
 Status of the patch: First integrated in liblatex-driver-perl 0.08-1
 --- a/scripts/latex2pdf
 +++ b/scripts/latex2pdf
-@@ -46,8 +46,6 @@
+@@ -46,8 +46,35 @@
  C<latex2pdf> is a simple script to invoke the C<LaTeX::Driver> module
  to convert a LaTeX file to PDF.
  
 -TO BE EXPANDED
--
++=head1 OPTIONS
+ 
++=over 4
++
++=item C<-output=FILE>
++
++specifies that the formatted file should be written to C<FILE>.  If
++this option is not specified, or is specified as "C<->" then the file
++will be written to standard output, otherwise if an input file is
++specified then the it will be formatted in place and the output file
++will have the same name as the input file, but with the original
++extension replaced with C<.dvi>.
++
++
++=item C<-tt2>
++
++specifies that the source document should be taken to be a Template
++Toolkit template and processed through that before being fed to the
++C<LaTeX::Driver> module for latex formatting.
++
++
++=item C<-define=I<NAME>=I<VALUE>>
++
++defines the template variable I<NAME> to have the value I<VALUE>.
++Multiple template variables may be defined and these are passed to the
++Template Toolkit processing stage (they are ignored if the C<-tt2>
++option is not specified).
++
++=back
  
  =head1 AUTHOR
  
-@@ -61,9 +59,6 @@
+@@ -61,9 +88,6 @@
  This module is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.
  




More information about the Pkg-perl-cvs-commits mailing list