diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-05 23:23:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-05 23:23:10 +0000 |
commit | d024b5690e678248a097a1b55231af47c09328e1 (patch) | |
tree | a4fd859c9e19baa4bb31438bdbe452951f5fa23e /Master/texmf-dist/scripts/latexindent/latexindent.pl | |
parent | 54b6d43a181a1c487ee932cb9eb9d70344ab4b47 (diff) |
latexindent (28may17)
git-svn-id: svn://tug.org/texlive/trunk@44492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/latexindent/latexindent.pl')
-rwxr-xr-x | Master/texmf-dist/scripts/latexindent/latexindent.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/latexindent.pl b/Master/texmf-dist/scripts/latexindent/latexindent.pl index 7cfe4a98bbd..b4474a14c49 100755 --- a/Master/texmf-dist/scripts/latexindent/latexindent.pl +++ b/Master/texmf-dist/scripts/latexindent/latexindent.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# latexindent.pl, version 3.0.2, 2017-05-12 +# latexindent.pl, version 3.1, 2017-05-27 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -67,6 +67,6 @@ if(defined($switches{readLocalSettings}) and ($switches{readLocalSettings} eq '' $switches{readLocalSettings} = 'localSettings.yaml'; } -my $document = LatexIndent::Document->new(name=>"masterdocument",fileName=>$ARGV[0],switches=>\%switches); +my $document = LatexIndent::Document->new(name=>"masterDocument",fileName=>$ARGV[0],switches=>\%switches); $document->latexindent; exit(0); |