texlive[46388] trunk: latexindent (19jan18)

commits+karl at tug.org commits+karl at tug.org
Fri Jan 19 22:58:56 CET 2018


Revision: 46388
          http://tug.org/svn/texlive?view=revision&revision=46388
Author:   karl
Date:     2018-01-19 22:58:56 +0100 (Fri, 19 Jan 2018)
Log Message:
-----------
latexindent (19jan18)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
    trunk/Master/bin/win32/latexindent.exe
    trunk/Master/texmf-dist/doc/support/latexindent/README
    trunk/Master/texmf-dist/doc/support/latexindent/appendices.tex
    trunk/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
    trunk/Master/texmf-dist/doc/support/latexindent/title.tex
    trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
    trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
    trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
    trunk/Master/texmf-dist/scripts/latexindent/latexindent.pl

Modified: trunk/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/win32/latexindent.exe
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/latexindent/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/latexindent/README	2018-01-19 21:58:25 UTC (rev 46387)
+++ trunk/Master/texmf-dist/doc/support/latexindent/README	2018-01-19 21:58:56 UTC (rev 46388)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-    latexindent.pl, version 3.4, 2018-01-13
+    latexindent.pl, version 3.4.1, 2018-01-18
 
     PERL script to indent code within environments, and align delimited 
     environments in .tex files.

Modified: trunk/Master/texmf-dist/doc/support/latexindent/appendices.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/latexindent/appendices.tex	2018-01-19 21:58:25 UTC (rev 46387)
+++ trunk/Master/texmf-dist/doc/support/latexindent/appendices.tex	2018-01-19 21:58:56 UTC (rev 46388)
@@ -31,7 +31,7 @@
 \end{cmhlistings}
 
 	\subsection{Module installer script}\label{sec:module-installer}
-	    \announce*{2018-01-13}{perl module helper script} \texttt{latexindent.pl} ships with a helper script that will install any missing \texttt{perl} modules
+		\announce*{2018-01-13}{perl module helper script} \texttt{latexindent.pl} ships with a helper script that will install any missing \texttt{perl} modules
 		on your system; if you run
 		\begin{commandshell}
 perl latexindent-module-installer.pl

Modified: trunk/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/latexindent/title.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/latexindent/title.tex	2018-01-19 21:58:25 UTC (rev 46387)
+++ trunk/Master/texmf-dist/doc/support/latexindent/title.tex	2018-01-19 21:58:56 UTC (rev 46388)
@@ -8,7 +8,7 @@
 			sharp corners,
 			enhanced,
 			overlay={\node[anchor=north east,outer sep=2pt] at ([xshift=3cm,yshift=4mm]frame.north east) {\includegraphics[width=3cm]{logo}}; }]
-		\centering\ttfamily\bfseries latexindent.pl\\[1cm] Version 3.4
+		\centering\ttfamily\bfseries latexindent.pl\\[1cm] Version 3.4.1
 	\end{tcolorbox}
 }
 \author{Chris Hughes \thanks{and contributors!

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm	2018-01-19 21:58:25 UTC (rev 46387)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm	2018-01-19 21:58:56 UTC (rev 46388)
@@ -48,7 +48,7 @@
   my $self = shift;
   
   # read the default settings
-  $defaultSettings = YAML::Tiny->read( "$FindBin::RealBin/defaultSettings.yaml" );
+  $defaultSettings = YAML::Tiny->read( "$FindBin::RealBin/defaultSettings.yaml" ) if ( -e "$FindBin::RealBin/defaultSettings.yaml" );
 
   # grab the logger object
   my $logger = get_logger("Document");

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2018-01-19 21:58:25 UTC (rev 46387)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2018-01-19 21:58:56 UTC (rev 46388)
@@ -19,6 +19,6 @@
 use Exporter qw/import/;
 our @EXPORT_OK = qw/$versionNumber $versionDate/;
 
-our $versionNumber = '3.4';
-our $versionDate = '2018-01-13';
+our $versionNumber = '3.4.1';
+our $versionDate = '2018-01-18';
 1

Modified: trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2018-01-19 21:58:25 UTC (rev 46387)
+++ trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2018-01-19 21:58:56 UTC (rev 46388)
@@ -1,4 +1,4 @@
-# defaultSettings.yaml for latexindent.pl, version 3.4, 2018-01-13
+# defaultSettings.yaml for latexindent.pl, version 3.4.1, 2018-01-18
 #                      a script that aims to
 #                      beautify .tex, .sty, .cls files
 #

Modified: trunk/Master/texmf-dist/scripts/latexindent/latexindent.pl
===================================================================
(Binary files differ)



More information about the tex-live-commits mailing list