diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-06 15:08:30 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-04-06 15:08:30 +0000 |
commit | dfa4a295dfc9d12a504a36a7534b7778d37e1050 (patch) | |
tree | 8a92f6a87fdb1a3bfc482885148cc2aa8d7f7f9e /Master/texmf-dist/source/latex/latex-tds/tex | |
parent | e951c402754fccfe6fc18cfd43531323e7f2a5db (diff) |
latex-tds
git-svn-id: svn://tug.org/texlive/trunk@7332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/tex')
4 files changed, 62 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv b/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv index 3720eaada9b..10f6d35bcc9 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv +++ b/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv @@ -1,5 +1,5 @@ % ams.drv -% 2006/06/02 v1.0 Driver file for amslatex documentation files +% 2007/10/17 v1.1 Driver file for amslatex documentation files % Copyright 2006 Heiko Oberdiek. % % This file is part of project `latex-tds'. @@ -19,6 +19,9 @@ % See `readme.txt' for a list of all files belonging to the % project `latex-tds' and additional information. % +% 2006/06/02 v1.0 +% 2007/10/17 v1.1: Fix for subeqn, amsmath before hyperref +% \NeedsTeXFormat{LaTeX2e} \makeatletter @@ -70,6 +73,14 @@ \addtolength{\topmargin}{-10mm}% \addtolength{\textheight}{20mm}% % + % load package amsmath before hyperref for subeqn + \def\@tempa{subeqn}% + \@onelevel@sanitize\@tempa + \edef\@tempb{\jobname}% + \ifx\@tempa\@tempb + \usepackage{amsmath}\relax + \fi + % %%% Add hyperref support \PassOptionsToPackage{hyperref}{draft=false}% \IfFileExists{\jobname.dtx}{% 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..b5d7a9b2f60 --- /dev/null +++ b/Master/texmf-dist/source/latex/latex-tds/tex/latex-tds.ini @@ -0,0 +1,46 @@ +% latex-tds.ini +% 2007/10/17 v1.0 +% Copyright 2007 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. +% +\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{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] +\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/psnfss2e.drv b/Master/texmf-dist/source/latex/latex-tds/tex/psnfss2e.drv index 9bb35d805e3..f28a2b7278b 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/psnfss2e.drv +++ b/Master/texmf-dist/source/latex/latex-tds/tex/psnfss2e.drv @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{psnfss2e.drv}% - [2006/08/17 v1.1 Driver file for psnfss2e.tex (HO)] + [2006/08/18 v1.2 Driver file for psnfss2e.tex (HO)] % % Copyright 2006 Heiko Oberdiek % @@ -21,7 +21,7 @@ % See `readme.txt' for a list of all files belonging to the % project `latex-tds' and additional information. % -\RequirePackage[patch]{kvoptions}[2006/08/17] +\RequirePackage{kvoptions-patch}[2007/10/18] \PassOptionsToPackage{colorlinks=false,pdfborder={0 0 0}}{hyperref} \AtBeginDocument{% \utopiatrue 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 ae4376fc71a..05676bf694a 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,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{tools.tex}% - [2007/01/08 Tools overview (HO)] -% Copyright 2006 Heiko Oberdiek + [2008/04/01 Tools overview (HO)] +% Copyright 2006, 2007 Heiko Oberdiek % % This file is part of project `latex-tds'. % |