diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-15 00:07:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-15 00:07:20 +0000 |
commit | a13000a8a72574b999877de3f97bee16c0980c6a (patch) | |
tree | b0c2631b8935232c29110ee34c85a2341dbdc9c7 /Master/texmf-dist/source/latex/latex-tds/tex | |
parent | cb596f1684bb71168918b7d69231a1d798f14e0c (diff) |
latex-tds (14feb13)
git-svn-id: svn://tug.org/texlive/trunk@29109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/tex')
3 files changed, 60 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/latex-tds.ini b/Master/texmf-dist/source/latex/latex-tds/tex/latex-tds.ini new file mode 100644 index 00000000000..cccf672e6d1 --- /dev/null +++ b/Master/texmf-dist/source/latex/latex-tds/tex/latex-tds.ini @@ -0,0 +1,52 @@ +% latex-tds.ini +% 2008/08/08 v1.1 +% Copyright 2007, 2008 Heiko Oberdiek +% +% This file is part of project `latex-tds'. +% +% It may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% 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 work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Heiko Oberdiek. +% +% See `readme.txt' for a list of all files belonging to the +% project `latex-tds' and additional information. +% +% 2007/10/17 v1.0 +% 2008/08/08 v1.1: Packages `ifvtex', `ifxetex', and `pdfescape' added. +% +\input pdftexconfig % +\pdfoutput=1 % +\scrollmode +\let\SavedDump\dump +\let\dump\relax +\input latex.ltx % +\errorcontextlines=\maxdimen +\RequirePackage{keyval} +\RequirePackage{url} +\RequirePackage{infwarerr}[2007/09/09] +\RequirePackage{atbegshi}[2007/09/09] +\RequirePackage{auxhook}[2007/04/06] +\RequirePackage{etexcmds}[2007/09/09] +\RequirePackage{ifpdf}[2007/09/09] +\RequirePackage{ifvtex}[2007/09/09] +\RequirePackage{ifxetex} +\RequirePackage{intcalc}[2007/09/27] +\RequirePackage{bigintcalc}[2007/09/27] +\RequirePackage{kvoptions}[2007/10/11] +\RequirePackage{kvsetkeys}[2007/09/29] +\RequirePackage{bitset}[2007/09/28] +\RequirePackage{refcount}[2006/02/20] +\RequirePackage{pdfescape}[2007/11/11] +\expandafter\def\csname ver@thumbpdf.sty\endcsname{0000/00/00} +\let\dump\SavedDump +\let\SavedDump\UNDEFINED +\dump +\endinput 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 b628a4082c0..4228e009f85 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 @@ -1,6 +1,6 @@ % lualatex-tds.ini -% 2011/07/26 v1.5 -% Copyright 2007, 2008, 2011 Heiko Oberdiek +% 2013/02/13 v1.6 +% Copyright 2007, 2008, 2011, 2013 Heiko Oberdiek % % This file is part of project `latex-tds'. % @@ -28,6 +28,8 @@ % * Package `fixltx2e' added. % 2011/07/26 v1.5 % * Package `unicode-math' with LM Math added. +% 2013/02/13 v1.6 +% * Font `lmmath-regular.otf' was renamed to `latinmodern-math.otf'. % \input lualatexiniconfig.tex \input pdftexconfig % @@ -66,7 +68,8 @@ \def\setup@fontspec@math{% \RequirePackage{fontspec}[2011/02/26]% \RequirePackage{unicode-math}[2011/01/29]% - \setmathfont{lmmath-regular.otf}% + % \setmathfont{lmmath-regular.otf}% + \setmathfont{latinmodern-math.otf}% } \let\@SavedDocumentclass\documentclass \def\documentclass{% 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 9b99e85d558..2788a500b45 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex @@ -1,7 +1,6 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesFile{tools.tex}% - [2012/05/12 Tools overview (HO)] -% Copyright 2006-2012 Heiko Oberdiek +\ProvidesFile{tools.tex}[2013/02/14 Tools overview (HO)] +% Copyright 2006-2013 Heiko Oberdiek % % This file is part of project `latex-tds'. % |