[latex3-commits] [git/LaTeX3-latex3-latex2e] master: preparations for combined ltnews (d97c56e)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Nov 14 16:43:33 CET 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/d97c56e9ebb064f19f36894aeee7fdbabc804d22
>---------------------------------------------------------------
commit d97c56e9ebb064f19f36894aeee7fdbabc804d22
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Nov 14 16:43:33 2018 +0100
preparations for combined ltnews
>---------------------------------------------------------------
d97c56e9ebb064f19f36894aeee7fdbabc804d22
doc/ltnews.tex | 11 +++++++++--
doc/ltnews29.tex | 4 +++-
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/doc/ltnews.tex b/doc/ltnews.tex
index f52aefc..4429d33 100644
--- a/doc/ltnews.tex
+++ b/doc/ltnews.tex
@@ -33,7 +33,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{ltnews.tex}%
[2015/02/16 v1.4b Master file for ltnews*.tex (LaTeX Project)]
-\providecommand*{\lastissue}{28}
+\providecommand*{\lastissue}{29}
\InputIfFileExists{ltnews-lastissue.cfg}{}{}
@@ -68,8 +68,11 @@
\RequirePackage[T1]{fontenc}
\RequirePackage{hologo}
+
\documentclass{ltnews}
+\RequirePackage{url,csquotes}
+
\expandafter
\DeclareRobustCommand\expandafter*\expandafter\small\expandafter{\small}
@@ -176,7 +179,11 @@
\def\y{|lmodern,url,hologo}%
\ifx\x\y
\else
- \@latex at error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc
+ \def\y{|csquotes}%
+ \ifx\x\y
+ \else
+ \@latex at error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc
+ \fi
\fi
\fi
\fi
diff --git a/doc/ltnews29.tex b/doc/ltnews29.tex
index 9d449fd..2135176 100644
--- a/doc/ltnews29.tex
+++ b/doc/ltnews29.tex
@@ -33,7 +33,9 @@
\documentclass{ltnews}
\usepackage[T1]{fontenc}
-\usepackage{lmodern,url,hologo,csquotes}
+\usepackage{lmodern,url,hologo}
+
+\usepackage{csquotes}
\providecommand\acro[1]{\textsc{#1}}
\providecommand\meta[1]{$\langle$\textit{#1}$\rangle$}
More information about the latex3-commits
mailing list