texlive[68268] trunk: latexindent (13sep23)

commits+karl at tug.org commits+karl at tug.org
Wed Sep 13 22:38:22 CEST 2023


Revision: 68268
          http://tug.org/svn/texlive?view=revision&revision=68268
Author:   karl
Date:     2023-09-13 22:38:22 +0200 (Wed, 13 Sep 2023)
Log Message:
-----------
latexindent (13sep23)

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/Version.pm
    trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Wrap.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	2023-09-13 20:38:02 UTC (rev 68267)
+++ trunk/Master/texmf-dist/doc/support/latexindent/README	2023-09-13 20:38:22 UTC (rev 68268)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-    latexindent.pl, version 3.23, 2023-09-09
+    latexindent.pl, version 3.23.1, 2023-09-13
 
     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	2023-09-13 20:38:02 UTC (rev 68267)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json	2023-09-13 20:38:22 UTC (rev 68268)
@@ -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 2023-09-09",
+    "description": "latexindent.pl YAML schema helper, V3.23.1 2023-09-13",
     "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	2023-09-13 20:38:02 UTC (rev 68267)
+++ trunk/Master/texmf-dist/doc/support/latexindent/latexindent.tex	2023-09-13 20:38:22 UTC (rev 68268)
@@ -4323,7 +4323,7 @@
   \end{example}
 
  \paragraph{namedGroupingBracesBrackets} This type of code block is mostly motivated by
-     tikz-based code; we define this code block as follows:
+  tikz-based code; we define this code block as follows:
   \begin{itemize}
    \item it must immediately follow either \emph{horizontal space} OR \emph{one or more
          line breaks} OR \lstinline!{! OR \lstinline![! OR \lstinline!$! OR \lstinline!)!
@@ -4360,8 +4360,8 @@
   \end{example}
 
  \paragraph{UnNamedGroupingBracesBrackets} occur in a variety of situations;
-     specifically, we define this type of code block as satisfying the following
-     criteria:
+  specifically, we define this type of code block as satisfying the following
+  criteria:
   \begin{itemize}
    \item it must immediately follow either \lstinline!{! OR \lstinline![! OR
          \lstinline!,! OR \lstinline!&! OR \lstinline!)! OR \lstinline!(! OR
@@ -4400,7 +4400,7 @@
   \texttt{always-un-named}.
 
  \paragraph{filecontents} code blocks behave just as \texttt{environments}, except that
-     neither arguments nor items are sought.
+  neither arguments nor items are sought.
 
 \subsubsection{Summary}
  \index{indentation!summary}

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2023-09-13 20:38:02 UTC (rev 68267)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm	2023-09-13 20:38:22 UTC (rev 68268)
@@ -20,6 +20,6 @@
 use Exporter qw/import/;
 our @EXPORT_OK = qw/$versionNumber $versionDate/;
 
-our $versionNumber = '3.23';
-our $versionDate   = '2023-09-09';
+our $versionNumber = '3.23.1';
+our $versionDate   = '2023-09-13';
 1

Modified: trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Wrap.pm
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Wrap.pm	2023-09-13 20:38:02 UTC (rev 68267)
+++ trunk/Master/texmf-dist/scripts/latexindent/LatexIndent/Wrap.pm	2023-09-13 20:38:22 UTC (rev 68268)
@@ -49,7 +49,7 @@
         my $yesNo = $blocksFollowHash->{$blocksFollowEachPart};
         if ($yesNo) {
             if ( $blocksFollowEachPart eq "par" ) {
-                $blocksFollowEachPart = qr/\R?\\par/s;
+                $blocksFollowEachPart = qr/\R?\\par(?![a-zA-Z])/s;
             }
             elsif ( $blocksFollowEachPart eq "blankLine" ) {
                 $blocksFollowEachPart = qr/

Modified: trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2023-09-13 20:38:02 UTC (rev 68267)
+++ trunk/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml	2023-09-13 20:38:22 UTC (rev 68268)
@@ -1,5 +1,5 @@
 #
-# latexindent.pl, version 3.23, 2023-09-09
+# latexindent.pl, version 3.23.1, 2023-09-13
 #
 # 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.