summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/genmpage
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-17 21:52:40 +0000
committerKarl Berry <karl@freefriends.org>2006-09-17 21:52:40 +0000
commitb5d4863e39e6bf9f08c7c52c5b4799d7d3176df4 (patch)
treec08cc6507bfccecf0cbfe2d0a0cf21b12d75f8e3 /Master/texmf-dist/source/latex/genmpage
parent16b39deb8bf8446b4155e97a032bc16732cb6135 (diff)
genmpage update (17sep06)
git-svn-id: svn://tug.org/texlive/trunk@2136 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/genmpage')
-rw-r--r--Master/texmf-dist/source/latex/genmpage/genmpage.dtx25
1 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/genmpage/genmpage.dtx b/Master/texmf-dist/source/latex/genmpage/genmpage.dtx
index f9fbf821ba2..2b8019bb61b 100644
--- a/Master/texmf-dist/source/latex/genmpage/genmpage.dtx
+++ b/Master/texmf-dist/source/latex/genmpage/genmpage.dtx
@@ -1,19 +1,19 @@
% \iffalse
%%
%%
-%% Copyright (C) 2001 Thomas Lotze
+%% Copyright (C) 2001-2006 Thomas Lotze
%%
%% This file may be distributed under the terms of the LaTeX Project
%% Public License, as described in lppl.txt in the base LaTeX
-%% distribution. Either version 1.0 or, at your option, any later
+%% distribution. Either version 1.3c or, at your option, any later
%% version.
%%
%<*dtx>
\ProvidesFile{genmpage.dtx}
- [2001/02/16 Generalized minipage environment (Thomas Lotze)]
+ [2006/09/16 Generalized minipage environment (Thomas Lotze)]
%</dtx>
%<package>\NeedsTeXFormat{LaTeX2e}
-%<package>\ProvidesPackage{genmpage}[2001/02/16 Generalized minipage environment (Thomas Lotze)]
+%<package>\ProvidesPackage{genmpage}[2006/09/16 Generalized minipage environment (Thomas Lotze)]
%<package>\RequirePackage{keyval}
%<driver> \ProvidesFile{genmpage.drv}
% \fi
@@ -32,6 +32,8 @@
%
% \GetFileInfo{genmpage.dtx}
%
+% \changes{v0.3.1}{2006/09/16}
+% {Some changes to the doc, bumping license to 1.3c.}
% \changes{v0.3}{2001/02/16}
% {Addition of |parindent| and |keepparindent| as well as vertical
% alignment options |T| and |B|. Some changes to the doc.}
@@ -75,8 +77,6 @@
% introduced in order to align adjacent minipages with respect
% to their real (visual) top and bottom margins.
%
-% \medskip
-%
% The |genmpage| package has been written for \LaTeXe. As the
% published experimental code for \LaTeX\ 3 shows, there will
% be the concept of templates which might well
@@ -84,12 +84,13 @@
% necessary and convenient to re-implement it in terms of
% templates.
%
-% \medskip
-%
% Please feel free to send suggestions, bug reports, or any
% comments whatsoever concerning this package and its documentation
-% to the author at |thomas.lotze@gmx.net|, or via usenet news
-% in |de.comp.text.tex| or |comp.text.tex|.
+% to the author at |thomas@thomas-lotze.de|, or via usenet news
+% in |de.comp.text.tex| or |comp.text.tex|. The package is developed in a
+% subversion repository at
+% |https://svn.thomas-lotze.de/repos/public/genmpage/|, releases being
+% published on the CTAN.
%
% \section{Usage}
%
@@ -164,12 +165,12 @@
%
% \subsection{New options for vertical alignment}
%
-% Following a suggestion by Donald Arsenau (thanks!), I've
+% Following a suggestion by Donald Arseneau (thanks!), I've
% introduced two new options for the outer vertical alignment
% of minipages. With the options |T| and |B|, minipages are
% aligned with respect to their visual margins as opposed to
% the baselines of the first or last line of text, resp. This
-% will come in most handy if a minipage starts with a graphics.
+% will come in most handy if a minipage starts with an image.
%
% As the |genmpage| package doesn't try to fiddle with \LaTeX's
% way of digesting alignment options, it recognizes the |T| and