summaryrefslogtreecommitdiff
path: root/support/latexindent
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-03-29 03:02:21 +0000
committerNorbert Preining <norbert@preining.info>2024-03-29 03:02:21 +0000
commit23724df30adf3c6356ee7877833b8096987c643f (patch)
treea59cd37590258851deb53c4a5ff957cd12c308a0 /support/latexindent
parent79e9e48f9496fe82b7e76b2b318d24e9aab1ca8a (diff)
CTAN sync 202403290302
Diffstat (limited to 'support/latexindent')
-rw-r--r--support/latexindent/LatexIndent/Document.pm2
-rw-r--r--support/latexindent/LatexIndent/Version.pm4
-rw-r--r--support/latexindent/README2
-rw-r--r--support/latexindent/bin/linux/latexindentbin6464832 -> 7490982 bytes
-rw-r--r--support/latexindent/bin/macos/latexindentbin6448296 -> 7473165 bytes
-rw-r--r--support/latexindent/defaultSettings.yaml2
-rw-r--r--support/latexindent/documentation/latexindent-yaml-schema.json2
-rw-r--r--support/latexindent/documentation/latexindent.pdfbin1285393 -> 1286324 bytes
-rw-r--r--support/latexindent/documentation/latexindent.tex2
-rwxr-xr-xsupport/latexindent/latexindent.pl2
10 files changed, 8 insertions, 8 deletions
diff --git a/support/latexindent/LatexIndent/Document.pm b/support/latexindent/LatexIndent/Document.pm
index b6d2fa582a..b35795f70a 100644
--- a/support/latexindent/LatexIndent/Document.pm
+++ b/support/latexindent/LatexIndent/Document.pm
@@ -20,7 +20,7 @@ use warnings;
use Data::Dumper;
use File::Basename; # to get the filename and directory path
-#use open ':std', ':encoding(UTF-8)';
+use open ':std', ':encoding(UTF-8)';
use Encode qw/decode/;
# gain access to subroutines in the following modules
diff --git a/support/latexindent/LatexIndent/Version.pm b/support/latexindent/LatexIndent/Version.pm
index 5da34c49b7..69f0226e9d 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.7';
-our $versionDate = '2024-03-16';
+our $versionNumber = '3.23.8';
+our $versionDate = '2024-03-28';
1
diff --git a/support/latexindent/README b/support/latexindent/README
index c1336ed578..a7d623825c 100644
--- a/support/latexindent/README
+++ b/support/latexindent/README
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- latexindent.pl, version 3.23.7, 2024-03-16
+ latexindent.pl, version 3.23.8, 2024-03-28
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 1932df3381..5aff0b71cb 100644
--- a/support/latexindent/bin/linux/latexindent
+++ b/support/latexindent/bin/linux/latexindent
Binary files differ
diff --git a/support/latexindent/bin/macos/latexindent b/support/latexindent/bin/macos/latexindent
index 150f294502..008ad32716 100644
--- a/support/latexindent/bin/macos/latexindent
+++ b/support/latexindent/bin/macos/latexindent
Binary files differ
diff --git a/support/latexindent/defaultSettings.yaml b/support/latexindent/defaultSettings.yaml
index 221bdb6b5d..18031bb0a7 100644
--- a/support/latexindent/defaultSettings.yaml
+++ b/support/latexindent/defaultSettings.yaml
@@ -1,5 +1,5 @@
#
-# latexindent.pl, version 3.23.7, 2024-03-16
+# latexindent.pl, version 3.23.8, 2024-03-28
#
# 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 9d6102987c..65f59688c9 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.7 2024-03-16",
+ "description": "latexindent.pl YAML schema helper, V3.23.8 2024-03-28",
"type": "object",
"properties": {
"fileExtensionPreference": {
diff --git a/support/latexindent/documentation/latexindent.pdf b/support/latexindent/documentation/latexindent.pdf
index 4029dee3cd..5967be4520 100644
--- a/support/latexindent/documentation/latexindent.pdf
+++ b/support/latexindent/documentation/latexindent.pdf
Binary files differ
diff --git a/support/latexindent/documentation/latexindent.tex b/support/latexindent/documentation/latexindent.tex
index cb4e81574f..da46a04f09 100644
--- a/support/latexindent/documentation/latexindent.tex
+++ b/support/latexindent/documentation/latexindent.tex
@@ -409,7 +409,7 @@
\lstdefinestyle{lookForAlignDelims}{
style=yaml-LST,
- firstnumber=158,linerange={158-176},
+ firstnumber=158,linerange={158-177},
numbers=left,
}
diff --git a/support/latexindent/latexindent.pl b/support/latexindent/latexindent.pl
index dbb083cc48..c973cc45e0 100755
--- a/support/latexindent/latexindent.pl
+++ b/support/latexindent/latexindent.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# latexindent.pl, version 3.23.7, 2024-03-16
+# latexindent.pl, version 3.23.8, 2024-03-28
#
# 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