From 4289e4647ab448dbce672649f32f107dda45c4aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Feb 2011 00:20:15 +0000 Subject: sty2dtx (2feb11) git-svn-id: svn://tug.org/texlive/trunk@21295 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/sty2dtx/sty2dtx.pl | 310 ++++++++++++++++----------- 1 file changed, 183 insertions(+), 127 deletions(-) (limited to 'Master/texmf-dist/scripts/sty2dtx') diff --git a/Master/texmf-dist/scripts/sty2dtx/sty2dtx.pl b/Master/texmf-dist/scripts/sty2dtx/sty2dtx.pl index f439ece2378..5c0730ca5bb 100755 --- a/Master/texmf-dist/scripts/sty2dtx/sty2dtx.pl +++ b/Master/texmf-dist/scripts/sty2dtx/sty2dtx.pl @@ -2,7 +2,7 @@ use strict; use warnings; ################################################################################ -# $Id: sty2dtx.pl 2114 2011-01-31 00:54:57Z martin $ +# $Id: sty2dtx.pl 2125 2011-02-02 15:25:40Z martin $ ################################################################################ my $COPYRIGHT = << 'EOT'; Copyright (c) 2010-2011 Martin Scharrer @@ -58,7 +58,7 @@ my $DESCRIPTION = << 'EOT'; EOT ################################################################################ -my $VERSION = "v2.0 " . substr('$Date: 2011-01-31 00:54:57 +0000 (Mon, 31 Jan 2011) $', 7, 10); +my $VERSION = "v2.1 " . substr( '$Date: 2011-02-02 15:25:40 +0000 (Wed, 02 Feb 2011) $', 7, 10 ); $VERSION =~ tr/-/\//; my $TITLE = << "EOT"; sty2dtx -- Converts a LaTeX .sty file to a documented .dtx file @@ -93,6 +93,7 @@ Options: -O : Overwrite already existing output file(s) -B : Use basename of single input file for output file -I : Also create .ins (install) file + -c : Only use code section (like v1.0) -i : Create .ins file with given name -t