From 527001b634c06d34f92d1809f507add012c320f6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 14 Sep 2023 03:01:37 +0000 Subject: CTAN sync 202309140301 --- support/latexindent/LatexIndent/Version.pm | 4 ++-- support/latexindent/LatexIndent/Wrap.pm | 2 +- support/latexindent/README | 2 +- support/latexindent/bin/linux/latexindent | Bin 6173320 -> 6173334 bytes support/latexindent/bin/macos/latexindent | Bin 6402551 -> 6402565 bytes support/latexindent/defaultSettings.yaml | 2 +- .../documentation/latexindent-yaml-schema.json | 2 +- support/latexindent/documentation/latexindent.pdf | Bin 1259686 -> 1259013 bytes support/latexindent/documentation/latexindent.tex | 8 ++++---- support/latexindent/latexindent.pl | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'support/latexindent') diff --git a/support/latexindent/LatexIndent/Version.pm b/support/latexindent/LatexIndent/Version.pm index 9b6fbc7272..6da4d24cf7 100644 --- a/support/latexindent/LatexIndent/Version.pm +++ b/support/latexindent/LatexIndent/Version.pm @@ -20,6 +20,6 @@ use warnings; 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 diff --git a/support/latexindent/LatexIndent/Wrap.pm b/support/latexindent/LatexIndent/Wrap.pm index c7dbd09765..5885675ec5 100644 --- a/support/latexindent/LatexIndent/Wrap.pm +++ b/support/latexindent/LatexIndent/Wrap.pm @@ -49,7 +49,7 @@ sub text_wrap { 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/ diff --git a/support/latexindent/README b/support/latexindent/README index c1db1e1f98..28928e3390 100644 --- a/support/latexindent/README +++ b/support/latexindent/README @@ -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. diff --git a/support/latexindent/bin/linux/latexindent b/support/latexindent/bin/linux/latexindent index c99ddccff9..21c1283c7f 100644 Binary files a/support/latexindent/bin/linux/latexindent and b/support/latexindent/bin/linux/latexindent differ diff --git a/support/latexindent/bin/macos/latexindent b/support/latexindent/bin/macos/latexindent index d1cc7c7530..300e3c8753 100644 Binary files a/support/latexindent/bin/macos/latexindent and b/support/latexindent/bin/macos/latexindent differ diff --git a/support/latexindent/defaultSettings.yaml b/support/latexindent/defaultSettings.yaml index f55bf5202d..8ee2b7a2fb 100644 --- a/support/latexindent/defaultSettings.yaml +++ b/support/latexindent/defaultSettings.yaml @@ -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 # diff --git a/support/latexindent/documentation/latexindent-yaml-schema.json b/support/latexindent/documentation/latexindent-yaml-schema.json index 2419f3ed60..8cf416a1c7 100644 --- a/support/latexindent/documentation/latexindent-yaml-schema.json +++ b/support/latexindent/documentation/latexindent-yaml-schema.json @@ -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": { diff --git a/support/latexindent/documentation/latexindent.pdf b/support/latexindent/documentation/latexindent.pdf index 3ab061348e..55689ec493 100644 Binary files a/support/latexindent/documentation/latexindent.pdf and b/support/latexindent/documentation/latexindent.pdf differ diff --git a/support/latexindent/documentation/latexindent.tex b/support/latexindent/documentation/latexindent.tex index 01202c8b8d..df6041f3eb 100644 --- a/support/latexindent/documentation/latexindent.tex +++ b/support/latexindent/documentation/latexindent.tex @@ -4323,7 +4323,7 @@ latexindent.pl headings2.tex -l headings4.yaml \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 @@ latexindent.pl headings2.tex -l headings4.yaml \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 @@ latexindent.pl headings2.tex -l headings4.yaml \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} diff --git a/support/latexindent/latexindent.pl b/support/latexindent/latexindent.pl index 571dbcbd26..50b94939ff 100755 --- a/support/latexindent/latexindent.pl +++ b/support/latexindent/latexindent.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# latexindent.pl, version 3.23, 2023-09-09 +# latexindent.pl, version 3.23.1, 2023-09-13 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3