summaryrefslogtreecommitdiff
path: root/support/latexindent
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-20 03:04:50 +0000
committerNorbert Preining <norbert@preining.info>2023-02-20 03:04:50 +0000
commit5eb36ac321647ea1d7118566b9520a0e8a622203 (patch)
tree529a3c9c5b42ea2f8b9cede99b3b0c61bfd79162 /support/latexindent
parent9fb4a5e992bb10daf1cb0ad8f298a452e50caea8 (diff)
CTAN sync 202302200304
Diffstat (limited to 'support/latexindent')
-rw-r--r--support/latexindent/LatexIndent/GetYamlSettings.pm2
-rw-r--r--support/latexindent/LatexIndent/Version.pm4
-rw-r--r--support/latexindent/README2
-rw-r--r--support/latexindent/bin/linux/latexindentbin6163418 -> 6163427 bytes
-rw-r--r--support/latexindent/bin/macos/latexindentbin6392624 -> 6392634 bytes
-rw-r--r--support/latexindent/defaultSettings.yaml2
-rw-r--r--support/latexindent/documentation/contributors.bib46
-rw-r--r--support/latexindent/documentation/latexindent-yaml-schema.json2
-rw-r--r--support/latexindent/documentation/latexindent.pdfbin1241116 -> 1242139 bytes
-rwxr-xr-xsupport/latexindent/latexindent.pl2
10 files changed, 35 insertions, 25 deletions
diff --git a/support/latexindent/LatexIndent/GetYamlSettings.pm b/support/latexindent/LatexIndent/GetYamlSettings.pm
index 11a18c171f..85764353e8 100644
--- a/support/latexindent/LatexIndent/GetYamlSettings.pm
+++ b/support/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/support/latexindent/LatexIndent/Version.pm b/support/latexindent/LatexIndent/Version.pm
index b31f2dbc52..f068880de8 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.20.2';
-our $versionDate = '2023-02-04';
+our $versionNumber = '3.20.3';
+our $versionDate = '2023-02-19';
1
diff --git a/support/latexindent/README b/support/latexindent/README
index 754707746e..a4db41d8d4 100644
--- a/support/latexindent/README
+++ b/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/support/latexindent/bin/linux/latexindent b/support/latexindent/bin/linux/latexindent
index f005a55d13..e9e5e29869 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 37bd52000d..68c084fce5 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 03a884e9e5..a5f45fd080 100644
--- a/support/latexindent/defaultSettings.yaml
+++ b/support/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/support/latexindent/documentation/contributors.bib b/support/latexindent/documentation/contributors.bib
index 0e74a4798b..5dc370f187 100644
--- a/support/latexindent/documentation/contributors.bib
+++ b/support/latexindent/documentation/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/support/latexindent/documentation/latexindent-yaml-schema.json b/support/latexindent/documentation/latexindent-yaml-schema.json
index c709f27b4e..e9c855cf4e 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.20.2 2023-02-04",
+ "description": "latexindent.pl YAML schema helper, V3.20.3 2023-02-19",
"type": "object",
"properties": {
"fileExtensionPreference": {
diff --git a/support/latexindent/documentation/latexindent.pdf b/support/latexindent/documentation/latexindent.pdf
index 64f4a71bc1..034b04b519 100644
--- a/support/latexindent/documentation/latexindent.pdf
+++ b/support/latexindent/documentation/latexindent.pdf
Binary files differ
diff --git a/support/latexindent/latexindent.pl b/support/latexindent/latexindent.pl
index 0319b1f9f2..32b94b3f4b 100755
--- a/support/latexindent/latexindent.pl
+++ b/support/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