diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/base/ltnews.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/base/ltnews.tex | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/base/ltnews.tex b/Master/texmf-dist/doc/latex/base/ltnews.tex index 4429d33f364..3b351448b71 100644 --- a/Master/texmf-dist/doc/latex/base/ltnews.tex +++ b/Master/texmf-dist/doc/latex/base/ltnews.tex @@ -1,7 +1,7 @@ % \iffalse meta-comment % % Copyright 2006, 2009, 2011, 2014 Heiko Oberdiek -% Copyright 2014-2018 The LaTeX3 Project +% Copyright (C) 2014-2019 The LaTeX3 Project % % This file is part of the LaTeX base system. % ------------------------------------------- @@ -12,7 +12,7 @@ % The latest version of this license is in % http://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX -% version 2005/12/01 or later. +% version 2008 or later. % % This file has the LPPL maintenance status "maintained". % @@ -33,7 +33,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{ltnews.tex}% [2015/02/16 v1.4b Master file for ltnews*.tex (LaTeX Project)] -\providecommand*{\lastissue}{29} +\providecommand*{\lastissue}{30} \InputIfFileExists{ltnews-lastissue.cfg}{}{} @@ -67,14 +67,16 @@ \RequirePackage{lmodern} \RequirePackage[T1]{fontenc} \RequirePackage{hologo} +\RequirePackage{graphicx} \documentclass{ltnews} \RequirePackage{url,csquotes} -\expandafter -\DeclareRobustCommand\expandafter*\expandafter\small\expandafter{\small} +% \small already robust so better not ... +%\expandafter +%\DeclareRobustCommand\expandafter*\expandafter\small\expandafter{\small} \RequirePackage{hyperref} \hypersetup{colorlinks} @@ -182,7 +184,11 @@ \def\y{|csquotes}% \ifx\x\y \else - \@latex@error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc + \def\y{|graphicx}% + \ifx\x\y + \else + \@latex@error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc + \fi \fi \fi \fi |