From 5212716ef44f8ffc4e9fc21540cf5e6472f22f9d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 8 May 2024 03:00:45 +0000 Subject: CTAN sync 202405080300 --- support/TeX4ht/source/ChangeLog | 5 +++++ support/TeX4ht/source/tex4ht-4ht.tex | 11 +++++++---- support/arara/README.md | 2 +- support/arara/doc/arara-manual.pdf | Bin 953547 -> 953636 bytes support/arara/doc/arara-quickstart.pdf | Bin 174865 -> 174846 bytes support/arara/doc/arara.1 | 8 +++++--- support/arara/doc/resources/version.txt | 2 +- 7 files changed, 19 insertions(+), 9 deletions(-) (limited to 'support') 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 + + * tex4ht-4ht.tex (latex.4ht, amsmath.4ht): fixed restoring of \begin + and \end in the \measure@ command. + 2024-05-06 Michal Hoftich * 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'. \<<< \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 %%%%%%%%%%%%% \<<< -\let\o:end:|=\end +\expandafter\let \csname o:end :\expandafter\endcsname\csname end \endcsname \DeclareRobustCommand\end[1]{\choose:begin {|}% {\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 Binary files a/support/arara/doc/arara-manual.pdf and b/support/arara/doc/arara-manual.pdf differ diff --git a/support/arara/doc/arara-quickstart.pdf b/support/arara/doc/arara-quickstart.pdf index 8feecb1b7c..b141a58e5c 100644 Binary files a/support/arara/doc/arara-quickstart.pdf and b/support/arara/doc/arara-quickstart.pdf 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 -- cgit v1.2.3