summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-05-08 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2024-05-08 03:00:45 +0000
commit5212716ef44f8ffc4e9fc21540cf5e6472f22f9d (patch)
tree72a2adb43cdfcc24259274163925ab68c1d75a51 /support
parent183e0a342c2d76377b644e9e09493a870d858cc7 (diff)
CTAN sync 202405080300
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex11
-rw-r--r--support/arara/README.md2
-rw-r--r--support/arara/doc/arara-manual.pdfbin953547 -> 953636 bytes
-rw-r--r--support/arara/doc/arara-quickstart.pdfbin174865 -> 174846 bytes
-rw-r--r--support/arara/doc/arara.18
-rw-r--r--support/arara/doc/resources/version.txt2
7 files changed, 19 insertions, 9 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 6fd8ded5b1..146207b308 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-07 Linas Stonys <lstonys@vtex.lt>
+
+ * tex4ht-4ht.tex (latex.4ht, amsmath.4ht): fixed restoring of \begin
+ and \end in the \measure@ command.
+
2024-05-06 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-sty.tex (tex4ht.sty): don't disable \DocumentMetadata.
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 172cc6fa40..aa73c275df 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1514 2024-05-06 14:50:21Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1515 2024-05-07 15:21:27Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -7276,6 +7276,7 @@ and the command \`'\end{xxx}' referes to the meaning of \`'\endxxx'.
\<latex ltmiscen\><<<
\pend:defI\begin{\let\chk:pic|=\EndPicture }
\let\o:begin:|=\begin
+ \expandafter\let \csname o:begin :\expandafter\endcsname\csname begin \endcsname
\let\choose:begin\@firstoftwo
\DeclareRobustCommand\begin[1]{\csname @begin:#1\endcsname
\choose:begin
@@ -7352,7 +7353,7 @@ are initiated within \''\begin{...}'. For instance, in eqnarray there
%%%%%%%%%%%%%
\<latex ltmiscen\><<<
-\let\o:end:|=\end
+\expandafter\let \csname o:end :\expandafter\endcsname\csname end \endcsname
\DeclareRobustCommand\end[1]{\choose:begin
{|<revised end|>}%
{\o:end:{#1}}}
@@ -21218,8 +21219,10 @@ due to a \''\vtop' in the macro definition.
\let\:tempc|=\measure@
\pend:defI\:tempc{\bgroup
\RecallTeXcr \HRestore\noalign \let\EndPicture\empty
- \let\halign|=\TeXhalign \let\span|=\:span \HRestore\begin
- \HRestore\end \a:measure@ }
+ \let\halign|=\TeXhalign \let\span|=\:span
+ \expandafter\HRestore\csname begin \endcsname
+ \expandafter\HRestore\csname end \endcsname
+ \a:measure@ }
\append:defI\:tempc{\egroup}
\HLet\measure@|=\:tempc
\NewConfigure{measure@}{1}
diff --git a/support/arara/README.md b/support/arara/README.md
index 4f77438b69..c354238610 100644
--- a/support/arara/README.md
+++ b/support/arara/README.md
@@ -1,6 +1,6 @@
![arara](https://i.stack.imgur.com/hjUsN.png)
-# arara v7.1.4
+# arara v7.1.5
![Language: Kotlin](https://img.shields.io/badge/Language-Kotlin-blue.svg?style=flat-square)
![Minimum JRE: 8.0](https://img.shields.io/badge/Minimum_JRE-8-blue.svg?style=flat-square)
diff --git a/support/arara/doc/arara-manual.pdf b/support/arara/doc/arara-manual.pdf
index e790df4ce1..28fe31e398 100644
--- a/support/arara/doc/arara-manual.pdf
+++ b/support/arara/doc/arara-manual.pdf
Binary files differ
diff --git a/support/arara/doc/arara-quickstart.pdf b/support/arara/doc/arara-quickstart.pdf
index 8feecb1b7c..b141a58e5c 100644
--- a/support/arara/doc/arara-quickstart.pdf
+++ b/support/arara/doc/arara-quickstart.pdf
Binary files differ
diff --git a/support/arara/doc/arara.1 b/support/arara/doc/arara.1
index e96b8cd24f..d733b7d1c4 100644
--- a/support/arara/doc/arara.1
+++ b/support/arara/doc/arara.1
@@ -1,4 +1,4 @@
-.TH ARARA 1 "02 May 2024" "v7.1.4"
+.TH ARARA 1 "06 May 2024" "v7.1.5"
.SH NAME
arara \- a TeX automation tool based on rules and directives.
.SH SYNOPSIS
@@ -22,8 +22,8 @@ Print or suppress command output.
Go through all the motions of running a command but with no actual calls.
.IP \fB--safe-run\fP
Run in safe mode and disable potentially harmful features.
-.IP \fB--header\fP
-Extract directives only in the file header.
+.IP \fB--whole-file\fP
+Extract directives in the file, not only in the header.
.IP \fB--preamble\fP name
Set the file preamble as named based on the configuration file.
.IP \fB--timeout\fP milliseconds
@@ -37,6 +37,8 @@ Set the working directory for the whole execution.
.IP \fB--call-property\fP value
Pass a property as \fCkey=value\fP parameter into the application
to be used within the session.
+.IP \fB--generate-completion\fP shell
+Generate a completion script for arara.
.IP \fB--version\fP
Show the version and exit.
.IP \fB--help\fP
diff --git a/support/arara/doc/resources/version.txt b/support/arara/doc/resources/version.txt
index 334b5cec1f..a52e7a4eb7 100644
--- a/support/arara/doc/resources/version.txt
+++ b/support/arara/doc/resources/version.txt
@@ -1 +1 @@
-7.1.4 \ No newline at end of file
+7.1.5 \ No newline at end of file