[latex3-commits] [latex2e-public] r1402 - ltnews27 and luatex

noreply at latex-project.org noreply at latex-project.org
Wed Mar 8 00:11:40 CET 2017


Author: carlisle
Date: 2017-03-08 00:11:40 +0100 (Wed, 08 Mar 2017)
New Revision: 1402

Added:
   trunk/doc/ltnews27.tex
Modified:
   trunk/base/ltnews.cls
   trunk/doc/ltnews.tex
Log:
ltnews27 and luatex

Modified: trunk/base/ltnews.cls
===================================================================
--- trunk/base/ltnews.cls	2017-03-07 22:45:21 UTC (rev 1401)
+++ trunk/base/ltnews.cls	2017-03-07 23:11:40 UTC (rev 1402)
@@ -42,7 +42,7 @@
  
 \NeedsTeXFormat{LaTeX2e}
  
-\ProvidesClass{ltnews}[2015/02/15 v1.04  Standard LaTeX class]
+\ProvidesClass{ltnews}[2017/03/07 v1.05  Standard LaTeX class]
 
 % The configuration file, used for passing options.
 
@@ -374,6 +374,11 @@
 %
 % If pdf is being produced add some info to the pdf file and use hyperref.
 % But move this after other packages are, possibly, loaded.
+% LuaTeX support.
+\ifx\pdfoutput\@undefined
+  \let\pdfoutput\outputmode
+  \protected\def\pdfinfo{\pdfextension info }
+\fi
 \ifx\pdfoutput\@undefined\else
   \ifx\pdfoutput\relax\else
     \ifcase\pdfoutput\else

Modified: trunk/doc/ltnews.tex
===================================================================
--- trunk/doc/ltnews.tex	2017-03-07 22:45:21 UTC (rev 1401)
+++ trunk/doc/ltnews.tex	2017-03-07 23:11:40 UTC (rev 1402)
@@ -33,9 +33,15 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{ltnews.tex}%
   [2015/02/16 v1.4b Master file for ltnews*.tex (LaTeX Project)]
-\providecommand*{\lastissue}{26}
+\providecommand*{\lastissue}{27}
 \InputIfFileExists{ltnews-lastissue.cfg}{}{}
 
+\show\pdfoutput
+\ifx\pdfoutput\undefined
+\let\pdfoutput\outputmode
+\protected\def\pdfinfo{\pdfextension info }
+\fi
+\show\pdfinfo
 \RequirePackage{ifpdf}
 \ifpdf
   % overwrite nasty stuff of ltnews.cfg

Added: trunk/doc/ltnews27.tex
===================================================================
--- trunk/doc/ltnews27.tex	                        (rev 0)
+++ trunk/doc/ltnews27.tex	2017-03-07 23:11:40 UTC (rev 1402)
@@ -0,0 +1,52 @@
+% \iffalse meta-comment
+%
+% Copyright 2017
+% The LaTeX3 Project and any individual authors listed elsewhere
+% in this file.
+%
+% This file is part of the LaTeX base system.
+% -------------------------------------------
+%
+% It may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
+% of this license or (at your option) any later version.
+% 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.
+%
+% This file has the LPPL maintenance status "maintained".
+%
+% The list of all files belonging to the LaTeX base distribution is
+% given in the file `manifest.txt'. See also `legal.txt' for additional
+% information.
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
+% extension .ins) which are part of the distribution.
+%
+% \fi
+% Filename: ltnews27.tex
+%
+% This is issue 27 of LaTeX News.
+
+\documentclass{ltnews}
+\usepackage[T1]{fontenc}
+
+\usepackage{lmodern,url,hologo}
+
+\publicationmonth{April}
+\publicationyear{2017}
+
+\publicationissue{27}
+
+\begin{document}
+
+\maketitle
+\tableofcontents
+
+\setlength\rightskip{0pt plus 3em}
+\section{something}
+
+
+\end{document}



More information about the latex3-commits mailing list