summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/ltnews.cls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-12 03:06:21 +0000
committerNorbert Preining <norbert@preining.info>2023-06-12 03:06:21 +0000
commitc17d6d7111c3e6e6d92d99ba3b5bf8caf4d5b911 (patch)
tree21258a888d61116f132680a78c8dc59f22c455df /macros/latex-dev/base/ltnews.cls
parent2b515a7d84c09167cb70bedb643c75426d4be4b1 (diff)
CTAN sync 202306120306
Diffstat (limited to 'macros/latex-dev/base/ltnews.cls')
-rw-r--r--macros/latex-dev/base/ltnews.cls15
1 files changed, 13 insertions, 2 deletions
diff --git a/macros/latex-dev/base/ltnews.cls b/macros/latex-dev/base/ltnews.cls
index a57d9fc673..45ee3664d1 100644
--- a/macros/latex-dev/base/ltnews.cls
+++ b/macros/latex-dev/base/ltnews.cls
@@ -41,7 +41,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{ltnews}[2017/12/13 v1.06 Standard LaTeX class]
+\ProvidesClass{ltnews}[2023/05/28 v1.08 Standard LaTeX class]
% The configuration file, used for passing options.
@@ -474,7 +474,7 @@
\parbox[t][7\baselineskip]{\textwidth}{%
\@titlefont\@title\\[\medskipamount]
\normalfont\normalsize\issuename~\@issue,
- \@month~\@year~(\publicationdate)%
+ \@month~\@year~(\LaTeX\ release \publicationdate)%
}%
}]%
\thispagestyle{titlepage}
@@ -519,6 +519,17 @@
{1sp}{\@subheadingfont}%
}
+
+% suggestion by Karl Berry (not integrated (yet))
+
+\newcommand{\ltnewssectformat}{%
+ \@headingfont
+ \frenchspacing
+ \raggedright
+ \hyphenpenalty=10000
+ \exhyphenpenalty=10000
+}
+
% No section numbers.
\setcounter{secnumdepth}{0}