summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/resizegather.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/resizegather.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/resizegather.dtx85
1 files changed, 66 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/resizegather.dtx b/Master/texmf-dist/source/latex/oberdiek/resizegather.dtx
index 948882ccebe..8e7a96961a4 100644
--- a/Master/texmf-dist/source/latex/oberdiek/resizegather.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/resizegather.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: resizegather.dtx
% Version: 2010/03/01 v1.2
-%
+% Info: Resize overly large equations
+%
% Copyright (C) 2009, 2010 by
% Heiko Oberdiek <heiko.oberdiek at googlemail.com>
-%
+%
% This work 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
@@ -15,20 +16,20 @@
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of
% LaTeX version 2005/12/01 or later.
-%
+%
% This work has the LPPL maintenance status "maintained".
-%
+%
% This Current Maintainer of this work is Heiko Oberdiek.
-%
+%
% This work consists of the main source file resizegather.dtx
% and the derived files
% resizegather.sty, resizegather.pdf, resizegather.ins, resizegather.drv,
% resizegather-test1.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/resizegather.dtx
% CTAN:macros/latex/contrib/oberdiek/resizegather.pdf
-%
+%
% Unpacking:
% (a) If resizegather.ins is present:
% tex resizegather.ins
@@ -37,7 +38,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{resizegather.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If resizegather.drv is present:
% latex resizegather.drv
@@ -47,14 +48,14 @@
% if available. Here you can specify further options, e.g.
% use A4 as paper format:
% \PassOptionsToClass{a4paper}{article}
-%
+%
% Programm calls to get the documentation (example):
% pdflatex resizegather.dtx
% makeindex -s gind.ist resizegather.idx
% pdflatex resizegather.dtx
% makeindex -s gind.ist resizegather.idx
% pdflatex resizegather.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/resizegather.sty
% TDS:doc/latex/oberdiek/resizegather.pdf
@@ -76,7 +77,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: resizegather 2010/03/01 v1.2 Automatically resizing of too large equations (HO)}
+\Msg{* Package: resizegather 2010/03/01 v1.2 Resize overly large equations (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -122,6 +123,10 @@ and the derived files
\file{resizegather.sty}{\from{resizegather.dtx}{package}}%
\usedir{doc/latex/oberdiek/test}%
\file{resizegather-test1.tex}{\from{resizegather.dtx}{test1}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{resizegather.xml}{\from{resizegather.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -148,12 +153,16 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{resizegather.drv}%
- [2010/03/01 v1.2 Automatically resizing of too large equations (HO)]%
+ [2010/03/01 v1.2 Resize overly large equations (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
-\usepackage[T1]{fontenc}
-\usepackage{textcomp}
-\usepackage{lmodern}
+\usepackage{holtxdoc}[2011/11/22]
+\usepackage{ifluatex}
+\ifluatex
+\else
+ \usepackage[T1]{fontenc}%
+ \usepackage{textcomp}%
+ \usepackage{lmodern}%
+\fi
\begin{document}
\DocInput{resizegather.dtx}%
\end{document}
@@ -395,7 +404,7 @@ and the derived files
\fi
\expandafter\x\csname ver@resizegather.sty\endcsname
\ProvidesPackage{resizegather}%
- [2010/03/01 v1.2 Automatically resizing of too large equations (HO)]%
+ [2010/03/01 v1.2 Resize overly large equations (HO)]%
% \end{macrocode}
%
% \begin{macrocode}
@@ -957,8 +966,46 @@ and the derived files
%\end{verbatim}
% \end{quote}
%
+% \section{Catalogue}
+%
+% The following XML file can be used as source for the
+% \href{http://mirror.ctan.org/help/Catalogue/catalogue.html}{\TeX\ Catalogue}.
+% The elements \texttt{caption} and \texttt{description} are imported
+% from the original XML file from the Catalogue.
+% The name of the XML file in the Catalogue is \xfile{resizegather.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='resizegather'>
+ <name>resizegather</name>
+ <caption>Automatically resize overly large equations.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2009,2010'/>
+ <license type='lppl1.3'/>
+ <version number='1.2'/>
+ <description>
+ Equations that are too large are resized to fit the available
+ space. The environment &#x2018;gather&#x2019; of package
+ <xref refid='amsmath'>amsmath</xref> is supported. Also the
+ environments &#x2018;equation&#x2019; and
+ &#x2018;displaymath&#x2019; are redefined using
+ &#x2018;gather&#x2019; and its starred version.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/resizegather.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/resizegather.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \section{Acknowledgement}
-%
+%
% \begin{description}
% \item[Dieter Jurzitza:]
% He wanted the resizing feature at the \TeX\ table