texlive[69472] trunk: latexindent (17jan24)

commits+karl at tug.org commits+karl at tug.org
Wed Jan 17 21:39:32 CET 2024


Revision: 69472
          https://tug.org/svn/texlive?view=revision&revision=69472
Author:   karl
Date:     2024-01-17 21:39:32 +0100 (Wed, 17 Jan 2024)
Log Message:
-----------
latexindent (17jan24)

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/Replacement.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-01-17 20:39:16 UTC (rev 69471)
+++ trunk/Master/texmf-dist/doc/support/latexindent/README	2024-01-17 20:39:32 UTC (rev 69472)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-    latexindent.pl, version 3.23.5, 2024-01-01
+    latexindent.pl, version 3.23.6, 2024-01-17
 
     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-01-17 20:39:16 UTC (rev 69471)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json	2024-01-17 20:39:32 UTC (rev 69472)
@@ -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.5 2024-01-01",
+  "description": "latexindent.pl YAML schema helper, V3.23.6 2024-01-17",
   "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/Replacement.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Replacement.pm	2024-01-17 20:39:16 UTC (rev 69471)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Replacement.pm	2024-01-17 20:39:32 UTC (rev 69472)
@@ -71,7 +71,7 @@
                 #
                 my $this = quotemeta( ${$_}{this} );
                 my $that = ( defined ${$_}{that} ) ? qq{${$_}{that}} : q();
-                ${$self}{body} = join( $that, split( $this, ${$self}{body} ) );
+                ${$self}{body} = join( $that, split( /$this/, ${$self}{body}, -1 ) );
             }
             else {
                 #

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2024-01-17 20:39:16 UTC (rev 69471)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2024-01-17 20:39:32 UTC (rev 69472)
@@ -20,6 +20,6 @@
 use Exporter qw/import/;
 our @EXPORT_OK = qw/$versionNumber $versionDate/;
 
-our $versionNumber = '3.23.5';
-our $versionDate   = '2024-01-01';
+our $versionNumber = '3.23.6';
+our $versionDate   = '2024-01-17';
 1

Modified: trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2024-01-17 20:39:16 UTC (rev 69471)
+++ trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2024-01-17 20:39:32 UTC (rev 69472)
@@ -1,5 +1,5 @@
 #
-# latexindent.pl, version 3.23.5, 2024-01-01
+# latexindent.pl, version 3.23.6, 2024-01-17
 #
 # 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.