texlive[70798] trunk: latexindent (28mar24)
commits+karl at tug.org
commits+karl at tug.org
Thu Mar 28 21:08:17 CET 2024
Revision: 70798
https://tug.org/svn/texlive?view=revision&revision=70798
Author: karl
Date: 2024-03-28 21:08:17 +0100 (Thu, 28 Mar 2024)
Log Message:
-----------
latexindent (28mar24)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
trunk/Master/bin/windows/latexindent.exe
trunk/Master/texmf-dist/doc/support/latexindent/README
trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json
trunk/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
trunk/Master/texmf-dist/doc/support/latexindent/latexindent.tex
trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Document.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/windows/latexindent.exe
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/latexindent/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/latexindent/README 2024-03-28 20:08:03 UTC (rev 70797)
+++ trunk/Master/texmf-dist/doc/support/latexindent/README 2024-03-28 20:08:17 UTC (rev 70798)
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- latexindent.pl, version 3.23.7, 2024-03-16
+ latexindent.pl, version 3.23.8, 2024-03-28
PERL script to indent code within environments, and align delimited
environments in .tex files.
Modified: trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json
===================================================================
--- trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json 2024-03-28 20:08:03 UTC (rev 70797)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json 2024-03-28 20:08:17 UTC (rev 70798)
@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/schema",
"$id": "latexindent-yaml-schema.json",
"title": "latexindent.pl YAML schema",
- "description": "latexindent.pl YAML schema helper, V3.23.7 2024-03-16",
+ "description": "latexindent.pl YAML schema helper, V3.23.8 2024-03-28",
"type": "object",
"properties": {
"fileExtensionPreference": {
Modified: trunk/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/latexindent/latexindent.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/latexindent/latexindent.tex 2024-03-28 20:08:03 UTC (rev 70797)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent.tex 2024-03-28 20:08:17 UTC (rev 70798)
@@ -409,7 +409,7 @@
\lstdefinestyle{lookForAlignDelims}{
style=yaml-LST,
- firstnumber=158,linerange={158-176},
+ firstnumber=158,linerange={158-177},
numbers=left,
}
Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Document.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Document.pm 2024-03-28 20:08:03 UTC (rev 70797)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Document.pm 2024-03-28 20:08:17 UTC (rev 70798)
@@ -20,7 +20,7 @@
use Data::Dumper;
use File::Basename; # to get the filename and directory path
-#use open ':std', ':encoding(UTF-8)';
+use open ':std', ':encoding(UTF-8)';
use Encode qw/decode/;
# gain access to subroutines in the following modules
Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm 2024-03-28 20:08:03 UTC (rev 70797)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm 2024-03-28 20:08:17 UTC (rev 70798)
@@ -20,6 +20,6 @@
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.23.7';
-our $versionDate = '2024-03-16';
+our $versionNumber = '3.23.8';
+our $versionDate = '2024-03-28';
1
Modified: trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml 2024-03-28 20:08:03 UTC (rev 70797)
+++ trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml 2024-03-28 20:08:17 UTC (rev 70798)
@@ -1,5 +1,5 @@
#
-# latexindent.pl, version 3.23.7, 2024-03-16
+# latexindent.pl, version 3.23.8, 2024-03-28
#
# defaultSettings.yaml, the default settings for latexindent.pl
#
Modified: trunk/Master/texmf-dist/scripts/latexindent/latexindent.pl
===================================================================
(Binary files differ)
More information about the tex-live-commits
mailing list.