The magaz package does special formatting for the first line of text
in a paragraph. This is part of a larger body of tools which remain
in preparation.
The listing environment is provided and is similar to figure and
table, although it is not a floating environment. Includes support
for \caption, \label, \ref, and introduces \listoflistings,
\listingname, \listlistingname. It produces a .lol file. It does not
change \@makecaption (unless the option bigcaptions is used), so
packages that change the layout of \caption still work.
This package implements KIX codes as used by the Dutch PTT for bulk
mail addressing. (Royal Mail 4 State Code.) KIX is a registered trade
mark of PTT Post Holdings B. V.
The package extracts the first and last words of a page, together with
the first word of the next page, just before the page is formed into
the object to print. The package defines a couple of page styles that
use the words that have been extracted.
For several reasons a \caption may be desirable at the top of a table
environment. This package changes the table environment such that
\abovecaptionskip and \belowcaptionskip are swapped. The package
should also work with a non-standard table environment.
The package creates three environments:
- framed, which puts an ordinary frame box around the region,
- shaded, which shades the region, and
- leftbar, which places a line at the left side.
The environments allow a break at their start (the \FrameCommand
enables creation of a title that is "attached" to the environment);
breaks are also allowed in the course of the framed/shaded
matter. There is also a command \MakeFramed to make your own
framed-style environments.
This package typesets footnotes in run-on paragraphs, instead of one
above another; this is a re-seating, for the LaTeX environment, of an
example in the TeXbook. The same basic code, improved for use in
e-TeX-based LaTeX, appears in the comprehensive footnote package
footmisc, and superior versions are also available in the manyfoot and
bigfoot packages.
LaTeX provides a mechanism for altering the appearance of references
to labels, but it's somewhat flawed, and requires that the user
manipulate internal commands. The package fixes the flaw in LaTeX,
and provides a \labelformat command for changing the format of
references to labels. The package also provides a \Ref command to
make reference to such redefined labels at the start of a sentence.
The package defines an \excludeonly command, which is (in effect) the
opposite of \includeonly. If both \includeonly and \excludeonly exist
in a document, only files "allowed" by both will be included. The
package redefines the internal \@include command, so it conflicts with
packages that do the same. Examples are the classes paper.cls and
thesis.cls.
My previous changes added a call to paperconfig during the build stage to
generate a sample configuration file. The paperconfig script needs to run
paperconf and relies on the path to do so. But, if it is not yet installed,
the call fails. Fix this by pointing the script to the correct place.
Problem reported by wiz@.
it as any other configuration file, instead of creating it in-place during
package installation.
This makes the configuration file go away upon package deinstallation,
unless it was modified by the administrator.
Bump PKGREVISION to 1.
The package solves two problems: floats in a twocolumn document come
out in the right order and allowed float positions are now [tbp]. The
packages actually merges facilities from fixltx2e and stfloats.
Changes:
- Documentation update.
- \pagemark changed to allow last element of pagenumber may expect an
argument
- improved stability of \FamilyExecuteOptions
- some \edef replaced by \protected@edef to fix e.g. \ifstr and
\FamilyOptions
- and much more. (See share/texmf-dist/source/latex/koma-script/ChangeLog)
This package provides circles in math mode that can be used for the
nextstep operator of temporal logic, in conjunction with \Box and
\Diamond (latexsym) or \square and \lozenge (amssymb). LaTeX circles
\circ and \bigcirc are not of the right size. The circles are taken
from the font lcircle10. The package contains some hacks to
approximate the right size and this solution is definitely not
sufficient to give a high quality output.
The package provides commands to change the page layout in the middle
of a document, and to robustly check for typesetting on odd or even
pages. Instructions for use are at the end of the file. The package
is an extraction of code from the memoir class, whose user interface
it shares. It is intended the this package will eventually replace
the chngpage package, which is distributed with the package.