texlive[71245] trunk: latexindent (12may24)

commits+karl at tug.org commits+karl at tug.org
Sun May 12 21:14:01 CEST 2024


Revision: 71245
          https://tug.org/svn/texlive?view=revision&revision=71245
Author:   karl
Date:     2024-05-12 21:14:01 +0200 (Sun, 12 May 2024)
Log Message:
-----------
latexindent (12may24)

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/Sentence.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-05-12 19:13:44 UTC (rev 71244)
+++ trunk/Master/texmf-dist/doc/support/latexindent/README	2024-05-12 19:14:01 UTC (rev 71245)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-    latexindent.pl, version 3.24, 2024-04-28
+    latexindent.pl, version 3.24.1, 2024-05-12
 
     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-05-12 19:13:44 UTC (rev 71244)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json	2024-05-12 19:14:01 UTC (rev 71245)
@@ -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.24 2024-04-28",
+  "description": "latexindent.pl YAML schema helper, V3.24.1 2024-05-12",
   "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/Sentence.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Sentence.pm	2024-05-12 19:13:44 UTC (rev 71244)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Sentence.pm	2024-05-12 19:14:01 UTC (rev 71245)
@@ -49,7 +49,7 @@
     {
         if ($yesNo) {
             if ( $sentencesFollowEachPart eq "par" ) {
-                $sentencesFollowEachPart = qr/\R?\\par/s;
+                $sentencesFollowEachPart = qr/\R?\\par(?![a-zA-Z])/s;
             }
             elsif ( $sentencesFollowEachPart eq "blankLine" ) {
                 $sentencesFollowEachPart = qr/
@@ -207,7 +207,7 @@
 
     # similarly for \par
     if ( ${ ${ $mainSettings{modifyLineBreaks}{oneSentencePerLine} }{sentencesFollow} }{par} ) {
-        $notWithinSentence .= "|" . qr/(?:\R?\\par)/s;
+        $notWithinSentence .= "|" . qr/(?:\R?\\par(?![a-zA-Z]))/s;
     }
 
     my $sentenceRegEx = qr/

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2024-05-12 19:13:44 UTC (rev 71244)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2024-05-12 19:14:01 UTC (rev 71245)
@@ -20,6 +20,6 @@
 use Exporter qw/import/;
 our @EXPORT_OK = qw/$versionNumber $versionDate/;
 
-our $versionNumber = '3.24';
-our $versionDate   = '2024-04-28';
+our $versionNumber = '3.24.1';
+our $versionDate   = '2024-05-12';
 1

Modified: trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2024-05-12 19:13:44 UTC (rev 71244)
+++ trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2024-05-12 19:14:01 UTC (rev 71245)
@@ -1,5 +1,5 @@
 #
-# latexindent.pl, version 3.24, 2024-04-28
+# latexindent.pl, version 3.24.1, 2024-05-12
 #
 # 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.