r37662 - /trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2ps.patch

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


Author: carnil-guest
Date: Sat Jun  6 11:33:27 2009
New Revision: 37662

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37662
Log:
Add OPTIONS section to latex2ps manpage

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

Modified: trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2ps.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2ps.patch?rev=37662&op=diff
==============================================================================
--- trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2ps.patch (original)
+++ trunk/liblatex-driver-perl/debian/patches/fix-manpage-layout-latex2ps.patch Sat Jun  6 11:33:27 2009
@@ -5,17 +5,44 @@
 
 --- a/scripts/latex2ps
 +++ b/scripts/latex2ps
-@@ -48,9 +48,6 @@
+@@ -48,8 +48,35 @@
  C<latex2ps> is a simple script to invoke the C<LaTeX::Driver> module
  to convert a LaTeX file to PostScript.
  
 -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
  
- Andrew Ford E<lt>A.Ford at ford-mason.co.ukE<gt>
-@@ -63,9 +60,6 @@
+@@ -63,9 +90,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