diff options
author | Norbert Preining <norbert@preining.info> | 2021-06-02 03:04:23 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-06-02 03:04:23 +0000 |
commit | 138d0a6cfd5f2187973fb6b83ad2fb0dcf5a8348 (patch) | |
tree | a95fba7d01d57bba550f5114c936ec76d57a49ac /macros/latex/base/ltnews.tex | |
parent | 0f69e2fd4a9928663f0cc64b8cac1f0d8baee9d6 (diff) |
CTAN sync 202106020304
Diffstat (limited to 'macros/latex/base/ltnews.tex')
-rw-r--r-- | macros/latex/base/ltnews.tex | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/macros/latex/base/ltnews.tex b/macros/latex/base/ltnews.tex index ffc34da26c..fa44de670c 100644 --- a/macros/latex/base/ltnews.tex +++ b/macros/latex/base/ltnews.tex @@ -1,7 +1,9 @@ % \iffalse meta-comment % -% Copyright 2006, 2009, 2011, 2014 Heiko Oberdiek -% Copyright (C) 2014-2020 The LaTeX3 Project +% Copyright (C) 2006, 2009, 2011, 2014 Heiko Oberdiek +% Copyright (C) 2014-2021 +% The LaTeX Project and any individual authors listed elsewhere +% in this file. % % This file is part of the LaTeX base system. % ------------------------------------------- @@ -36,9 +38,9 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{ltnews.tex}% - [2020/04/13 v1.4d Master file for ltnews*.tex (LaTeX Project)] + [2020/10/25 v1.4d Master file for ltnews*.tex (LaTeX Project)] -\providecommand*{\lastissue}{32} +\providecommand*{\lastissue}{33} \InputIfFileExists{ltnews-lastissue.cfg}{}{} @@ -175,6 +177,11 @@ \egroup } +\ExplSyntaxOn +\newcommand \acro [1] + { \textsc { \text_lowercase:n {#1} } } +\ExplSyntaxOff + \makeatother |