texlive[70874] trunk: latexindent (6apr24)

commits+karl at tug.org commits+karl at tug.org
Sat Apr 6 22:07:14 CEST 2024


Revision: 70874
          https://tug.org/svn/texlive?view=revision&revision=70874
Author:   karl
Date:     2024-04-06 22:07:13 +0200 (Sat, 06 Apr 2024)
Log Message:
-----------
latexindent (6apr24)

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/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-04-06 20:06:52 UTC (rev 70873)
+++ trunk/Master/texmf-dist/doc/support/latexindent/README	2024-04-06 20:07:13 UTC (rev 70874)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-    latexindent.pl, version 3.23.8, 2024-03-28
+    latexindent.pl, version 3.23.9, 2024-04-06
 
     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-04-06 20:06:52 UTC (rev 70873)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json	2024-04-06 20:07:13 UTC (rev 70874)
@@ -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.8 2024-03-28",
+  "description": "latexindent.pl YAML schema helper, V3.23.9 2024-04-06",
   "type": "object",
   "properties": {
     "fileExtensionPreference": {

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

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2024-04-06 20:06:52 UTC (rev 70873)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2024-04-06 20:07:13 UTC (rev 70874)
@@ -20,6 +20,6 @@
 use Exporter qw/import/;
 our @EXPORT_OK = qw/$versionNumber $versionDate/;
 
-our $versionNumber = '3.23.8';
-our $versionDate   = '2024-03-28';
+our $versionNumber = '3.23.9';
+our $versionDate   = '2024-04-06';
 1

Modified: trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2024-04-06 20:06:52 UTC (rev 70873)
+++ trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2024-04-06 20:07:13 UTC (rev 70874)
@@ -1,5 +1,5 @@
 #
-# latexindent.pl, version 3.23.8, 2024-03-28
+# latexindent.pl, version 3.23.9, 2024-04-06
 #
 # 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.