summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/latexindent/latexindent.pl2
-rw-r--r--Master/texmf-dist/doc/support/latexindent/README2
-rw-r--r--Master/texmf-dist/doc/support/latexindent/contributors.bib46
-rw-r--r--Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json2
-rw-r--r--Master/texmf-dist/doc/support/latexindent/latexindent.pdfbin1241116 -> 1242139 bytes
-rw-r--r--Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm2
-rw-r--r--Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm4
-rwxr-xr-xMaster/texmf-dist/scripts/latexindent/defaultSettings.yaml2
-rwxr-xr-xMaster/texmf-dist/scripts/latexindent/latexindent.pl2
9 files changed, 36 insertions, 26 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl b/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
index 0319b1f9f20..32b94b3f4bc 100755
--- a/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
+++ b/Build/source/texk/texlive/linked_scripts/latexindent/latexindent.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# latexindent.pl, version 3.20.2, 2023-02-04
+# latexindent.pl, version 3.20.3, 2023-02-19
#
# 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
diff --git a/Master/texmf-dist/doc/support/latexindent/README b/Master/texmf-dist/doc/support/latexindent/README
index 754707746e9..a4db41d8d4c 100644
--- a/Master/texmf-dist/doc/support/latexindent/README
+++ b/Master/texmf-dist/doc/support/latexindent/README
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- latexindent.pl, version 3.20.2, 2023-02-04
+ latexindent.pl, version 3.20.3, 2023-02-19
PERL script to indent code within environments, and align delimited
environments in .tex files.
diff --git a/Master/texmf-dist/doc/support/latexindent/contributors.bib b/Master/texmf-dist/doc/support/latexindent/contributors.bib
index 0e74a4798bd..5dc370f1873 100644
--- a/Master/texmf-dist/doc/support/latexindent/contributors.bib
+++ b/Master/texmf-dist/doc/support/latexindent/contributors.bib
@@ -1,6 +1,6 @@
+%
% 2013
-% 2013
-% 2013
+%
@online{paulo,
title = "arara rule, indent.yaml",
url = "https://github.com/islandoftex/arara/blob/master/rules/arara-rule-indent.yaml",
@@ -22,9 +22,9 @@
date = {2013-11-10},
urldate = {2017-06-30},
keywords = {contributor},}
+%
% 2014
-% 2014
-% 2014
+%
@online{jacobo-diaz-hidden-config,
title = "Hiddenconfig",
url = "https://github.com/cmhughes/latexindent.pl/pull/18",
@@ -39,9 +39,9 @@
date = {2014-07-23},
urldate = {2017-01-23},
keywords = {contributor},}
+%
% 2015
-% 2015
-% 2015
+%
@online{jasjuang,
title = "add in PATH installation",
url = "https://github.com/cmhughes/latexindent.pl/pull/38",
@@ -49,9 +49,9 @@
date = {2015-11-24},
urldate = {2017-01-23},
keywords = {contributor},}
+%
% 2017
-% 2017
-% 2017
+%
@online{jowens,
title = "Paragraph line break routine removal",
url = "https://github.com/cmhughes/latexindent.pl/issues/33",
@@ -66,9 +66,9 @@
author = "mlep",
urldate = {2018-01-08},
keywords = {contributor},}
+%
% 2018
-% 2018
-% 2018
+%
@online{zoehneto,
title = "Improving text wrap",
url = "https://github.com/cmhughes/latexindent.pl/issues/103",
@@ -83,9 +83,9 @@
date = {2018-07-13},
urldate = {2018-08-05},
keywords = {contributor},}
+%
% 2019
-% 2019
-% 2019
+%
@online{sransara,
title = "Print usage tip to STDERR only if STDIN is TTY" ,
url = "https://github.com/cmhughes/latexindent.pl/pull/174",
@@ -93,9 +93,9 @@
author = "Sam Abey",
urldate = {2021-03-19},
keywords = {contributor},}
+%
% 2020
-% 2020
-% 2020
+%
@online{jun-sheaf,
title = "Alpine-linux instructions",
url = "https://github.com/cmhughes/latexindent.pl/pull/214",
@@ -110,9 +110,9 @@
author = "jeanlego",
urldate = {2021-03-19},
keywords = {contributor},}
+%
% 2021
-% 2021
-% 2021
+%
@online{newptcai,
title = "Update appendices.tex",
url = "https://github.com/cmhughes/latexindent.pl/pull/221",
@@ -148,9 +148,9 @@
author = "XuehaiPan",
urldate = {2021-11-12},
keywords = {contributor},}
+%
% 2022
-% 2022
-% 2022
+%
@online{tdegeusprecommit,
title = "Adding Perl installation + pre-commit hook",
url = "https://github.com/cmhughes/latexindent.pl/pull/322",
@@ -182,3 +182,13 @@
author = "Nehctargl",
urldate = {2022-12-23},
keywords = {contributor},}
+%
+% 2023
+%
+@online{hsloot,
+ title = "fix: find local settings when working file dir is not working dir",
+ url = "https://github.com/cmhughes/latexindent.pl/pull/422",
+ date = {2023-02-15},
+ author = "Henrik Sloot",
+ urldate = {2023-02-15},
+ keywords = {contributor},}
diff --git a/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json b/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json
index c709f27b4e0..e9c855cf4e0 100644
--- a/Master/texmf-dist/doc/support/latexindent/latexindent-yaml-schema.json
+++ b/Master/texmf-dist/doc/support/latexindent/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.20.2 2023-02-04",
+ "description": "latexindent.pl YAML schema helper, V3.20.3 2023-02-19",
"type": "object",
"properties": {
"fileExtensionPreference": {
diff --git a/Master/texmf-dist/doc/support/latexindent/latexindent.pdf b/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
index 64f4a71bc18..034b04b519c 100644
--- a/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
+++ b/Master/texmf-dist/doc/support/latexindent/latexindent.pdf
Binary files differ
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
index 11a18c171f0..85764353e8a 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
@@ -328,7 +328,7 @@ sub yaml_read_settings {
# if the -l switch is called on its own, or else with +
# and latexindent.pl is called from a different directory, then
# we need to account for this
- if ( $_ eq "localSettings.yaml" ) {
+ if ( $_ =~ m/^[.]?(localSettings|latexindent)\.yaml$/ ) {
# check for existence in the directory of the file.
if ( ( -e $workingFileLocation . "/" . $_ ) ) {
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
index b31f2dbc529..f068880de8b 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
@@ -20,6 +20,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.20.2';
-our $versionDate = '2023-02-04';
+our $versionNumber = '3.20.3';
+our $versionDate = '2023-02-19';
1
diff --git a/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml b/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
index 03a884e9e54..a5f45fd0804 100755
--- a/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
+++ b/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
@@ -1,5 +1,5 @@
#
-# latexindent.pl, version 3.20.2, 2023-02-04
+# latexindent.pl, version 3.20.3, 2023-02-19
#
# defaultSettings.yaml, the default settings for latexindent.pl
#
diff --git a/Master/texmf-dist/scripts/latexindent/latexindent.pl b/Master/texmf-dist/scripts/latexindent/latexindent.pl
index 0319b1f9f20..32b94b3f4bc 100755
--- a/Master/texmf-dist/scripts/latexindent/latexindent.pl
+++ b/Master/texmf-dist/scripts/latexindent/latexindent.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# latexindent.pl, version 3.20.2, 2023-02-04
+# latexindent.pl, version 3.20.3, 2023-02-19
#
# 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