diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/base/ltnews.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/base/ltnews.tex | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/base/ltnews.tex b/Master/texmf-dist/doc/latex/base/ltnews.tex index f52aefcbb49..4429d33f364 100644 --- a/Master/texmf-dist/doc/latex/base/ltnews.tex +++ b/Master/texmf-dist/doc/latex/base/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@error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc + \def\y{|csquotes}% + \ifx\x\y + \else + \@latex@error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc + \fi \fi \fi \fi |