Skip to content

Commit

Permalink
Suppress LaTeX version data at end-of-log (closes #255)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 9, 2022
1 parent 37de419 commit 07ce1dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

### Changed
- Suppress (new) LaTeX version data at end of `.log`

### Fixed
- Allow for local override of `ctanupload` variable

Expand Down
7 changes: 7 additions & 0 deletions l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2555,6 +2555,13 @@
\fi
\fi
% \end{macrocode}
% Suppress version data in \LaTeX{} runs.
% \begin{macrocode}
\ifdefined\AddToHook
\AddToHook{enddocument/info}[kernel/testmode]{}
\DeclareHookRule{enddocument/info}{kernel/testmode}{voids}{kernel/release}
\fi
% \end{macrocode}
%
% Finish up.
% \begin{macrocode}
Expand Down

0 comments on commit 07ce1dd

Please sign in to comment.