summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bigfoot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-17 22:56:22 +0000
committerKarl Berry <karl@freefriends.org>2006-07-17 22:56:22 +0000
commitd9fe66749d8072f377522910c593df4705a9dc66 (patch)
treeca9258ad5cb90a44ec3c024220a97b98572b214a /Master/texmf-dist/doc/latex/bigfoot
parent037d0c8b95024ed72ea62802db4f25231049bb7d (diff)
bigfoot update (18jul06)
git-svn-id: svn://tug.org/texlive/trunk@1872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bigfoot')
-rw-r--r--Master/texmf-dist/doc/latex/bigfoot/README40
-rw-r--r--Master/texmf-dist/doc/latex/bigfoot/suffix.drv51
2 files changed, 19 insertions, 72 deletions
diff --git a/Master/texmf-dist/doc/latex/bigfoot/README b/Master/texmf-dist/doc/latex/bigfoot/README
index 68f78063c14..b85d8f9f2f2 100644
--- a/Master/texmf-dist/doc/latex/bigfoot/README
+++ b/Master/texmf-dist/doc/latex/bigfoot/README
@@ -2,8 +2,7 @@ This is the bigfoot bundle for critical edition typesetting and other
concerns, written by David Kastrup (mailto:dak@gnu.org). The complete
package in development can be accessed using the CVS instructions at
<URL:http://sarovar.org/projects/bigfoot>, and
-CTAN:/macros/latex/contrib/bigfoot should provide released versions
-once they are fit for general consumption.
+CTAN:/macros/latex/contrib/bigfoot provides released versions.
The whole bundle is released under the GPL version 2 (or later). Part
of the work has been sponsored or commissioned by various parties
@@ -18,17 +17,16 @@ eTeX-based; with older distributions you might need to use the
File descriptions for available files:
-suffix.ins: This is a generated file and not in the CVS archive (but
+bigfoot.ins: This is a generated file and not in the CVS archive (but
on CTAN). If you need to generate it, you can do so by running
`tex docstrip' and answering the prompts
\infileext=dtx
\outfileext=ins
\Options=installer
- \filelist=suffix
+ \filelist=bigfoot
- Running TeX on suffix.ins will generate further files from
- `suffix.dtx'.
+ Running TeX on bigfoot.ins will generate further files.
suffix.dtx: This is the doc source for `suffix.sty', a package that
makes it very easy to define command variants like \macro* or
@@ -38,19 +36,19 @@ suffix.dtx: This is the doc source for `suffix.sty', a package that
\=>, or things like \footnote' macros, or \footnote<...\footnote>
with different formatting/numbering and so on.
-perpage.sty: Work in progress, CVS only. Used for keeping counters
- sorted in order of page appearance and making numbering per page
- possible.
-
-bigfoot.sty: Work in progress, CVS only. Used for solving every
- problem around footnotes and then some. Deals with nested
- footnotes in several apparatus, uses a backtracking algorithm for
- finding the optimal break across several footnotes, automatically
- breaks in-paragraph style footnotes across pages, uses fuzzy logic
- for deciding about when to prefer in-paragraph layout to
- one-footnote-per-paragraph layout on a per-note and per-block
- basis, deals with colors in footnotes even when broken across
- pages, adapts the document class's footnote style to in-paragraph
- footnotes as good as it can, allows customization of styles
- differing across footnote blocks, allows verbatim text in
+perpage.dtx: This is the doc source for `perpage.sty'. Used for
+ keeping counters sorted in order of page appearance and making
+ numbering per page possible.
+
+bigfoot.dtx: This is the doc source for `bigfoot.sty'. Used for
+ solving every problem around footnotes and then some. Deals with
+ nested footnotes in several apparatus, uses a backtracking
+ algorithm for finding the optimal break across several footnotes,
+ automatically breaks in-paragraph style footnotes across pages,
+ uses fuzzy logic for deciding about when to prefer in-paragraph
+ layout to one-footnote-per-paragraph layout on a per-note and
+ per-block basis, deals with colors in footnotes even when broken
+ across pages, adapts the document class's footnote style to
+ in-paragraph footnotes as good as it can, allows customization of
+ styles differing across footnote blocks, allows verbatim text in
footnotes and so on.
diff --git a/Master/texmf-dist/doc/latex/bigfoot/suffix.drv b/Master/texmf-dist/doc/latex/bigfoot/suffix.drv
deleted file mode 100644
index 89464e457d6..00000000000
--- a/Master/texmf-dist/doc/latex/bigfoot/suffix.drv
+++ /dev/null
@@ -1,51 +0,0 @@
-%%
-%% This is file `suffix.drv',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% suffix.dtx (with options: `driver')
-%%
-%% IMPORTANT NOTICE:
-%%
-%% For the copyright see the source file.
-%%
-%% Any modified versions of this file must be renamed
-%% with new filenames distinct from suffix.drv.
-%%
-%% For distribution of the original source see the terms
-%% for copying and modification in the file suffix.dtx.
-%%
-%% This generated file may be distributed as long as the
-%% original source files, as listed above, are part of the
-%% same distribution. (The sources need not necessarily be
-%% in the same archive or directory.)
-%%\iffalse
-%% suffix.dtx for defining variant commands.
-%% Part of the critical bundle around bigfoot.
-%% Copyright (C) 2004 David Kastrup
-%%
-%% This program is free software; you can redistribute it and/or modify
-%% it under the terms of the GNU General Public License as published by
-%% the Free Software Foundation; either version 2 of the License, or
-%% (at your option) any later version.
-%%
-%% This program is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-%% GNU General Public License for more details.
-%%
-%% You should have received a copy of the GNU General Public License
-%% along with this program; if not, write to the
-%% Free Software Foundation, Inc., 59 Temple Place, Suite 330,
-%% Boston, MA 02111-1307 USA
-%%\fi
- \documentclass{ltxdoc}
- \usepackage{hyperref}
- \usepackage{suffix}
- \begin{document}
- \DocInput{suffix.dtx}
- \end{document}
-\endinput
-%%
-%% End of file `suffix.drv'.