diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/tex')
4 files changed, 37 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/ltnews.tex b/Master/texmf-dist/source/latex/latex-tds/tex/ltnews.tex index 895f0bd72f6..ed54c679903 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/ltnews.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/ltnews.tex @@ -24,6 +24,9 @@ % 2006/06/02 v1.0: First version. % 2009/09/25 v1.1: \usepackage disabled. % 2011/07/01 v1.2: Fixes. +% 2014/02/30 v1.3: +% * Update for LaTeX 2014/05/01. +% * Fix for anchor positions of issue titles. % \providecommand*{\lastissue}{20} \InputIfFileExists{ltnews-lastissue.cfg}{}{} @@ -52,6 +55,7 @@ \RequirePackage[T1]{fontenc} \RequirePackage{lmodern} +\RequirePackage{hologo} \documentclass{ltnews} @@ -137,28 +141,39 @@ \def\y{|lmodern,url}% \ifx\x\y \else - \@latex@error{\string\usepackage[#1]{#2} found}\@ehc + \def\y{|lmodern,url,hologo}% + \ifx\x\y + \else + \@latex@error{ltnews.tex: \string\usepackage[#1]{#2} found}\@ehc + \fi \fi \fi \endgroup }% - \makeatother \renewcommand*{\documentclass}[2][]{% \setcounter{footnote}{0}% \gobbleopt }% \newcommand*{\gobbleopt}[1][]{}% + \let\org@twocolumn\twocolumn \renewenvironment{document}{% \clearpage - \pdfbookmark[0]{\printissue}{issue\theissue}% - \begingroup - \let\WriteBookmarks\relax - \phantomsection - \addcontentsline{toc}{part}{\printissue}% - \endgroup + \def\twocolumn[{% + \let\twocolumn\org@twocolumn + \org@twocolumn[% + {% because of optional argument of \twocolumn + \pdfbookmark[0]{\printissue}{issue\theissue}% + }% + \begingroup + \let\WriteBookmarks\relax + \phantomsection + \addcontentsline{toc}{part}{\printissue}% + \endgroup + }% }{% \clearpage }% + \makeatother \loop \ifnum\value{issue}<\lastissue \stepcounter{issue}% diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds.ini b/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds.ini index ca3e8da3cac..8c2e40f20a5 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds.ini +++ b/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds.ini @@ -30,6 +30,10 @@ % * Package `unicode-math' with LM Math added. % 2013/02/13 v1.6 % * Font `lmmath-regular.otf' was renamed to `latinmodern-math.otf'. +% 2014/04/29 v1.7 +% * Patch for `inputenc' 2014/04/20 v1.2a. +% 2014/04/30 v1.8 +% * Patch for `inputenc' 2014/04/30 v1.2b no longer needed. % \input lualatexiniconfig.tex \input pdftexconfig % diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds2.ini b/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds2.ini index 39bb79513fc..f35f3b57377 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds2.ini +++ b/Master/texmf-dist/source/latex/latex-tds/tex/lualatex-tds2.ini @@ -19,7 +19,12 @@ % See `README' for a list of all files belonging to the % project `latex-tds' and additional information. % -% 2011/07/25 v1.0: lualatex-tds.ini without math stuff. +% 2011/07/25 v1.0: +% * lualatex-tds.ini without math stuff. +% 2014/04/29 v1.1: +% * Patch for `inputenc' 2014/04/20 v1.2a. +% 2014/04/30 v1.8: +% * Patch for `inputenc' 2014/04/30 v1.2b no longer needed. % \input lualatexiniconfig.tex \input pdftexconfig % diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex index c7f5f933cba..f57df9e0dc7 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesFile{tools.tex}[2014/02/03 Tools overview (HO)] +\ProvidesFile{tools.tex}[2014/04/30 Tools overview (HO)] % Copyright 2006-2014 Heiko Oberdiek % % This file is part of project `latex-tds'. @@ -31,7 +31,7 @@ Access bold math symbols. }% \entry{calc}{% - Infix arithmetic expresions. Contributed to the distribution by + Infix arithmetic expresions. Contributed to the distribution by Kresten Krab Thorup and Frank Jensen. }% \entry{dcolumn}{% @@ -44,7 +44,7 @@ Extended version of the enumerate environment. }% \entry{fileerr}{% - Suite of small files which may be used to control \TeX{}'s + Suite of small files which may be used to control \TeX{}'s missing file error loop. }% \entry{fontsmpl}{% @@ -64,7 +64,7 @@ }% \entry{longtable}{% Multipage tables. (Does not require array, but uses the extended - features if both are loaded.) + features if both are loaded.) }% \entry{multicol}{% Typeset text in columns, with the length of the final columns |