A LaTeX package providing a backwards-compatible
reimplementation of \include and \includeonly. The principal new
features are:
(1) the restriction that \clearpages must surround an included
file is removed,
(2) the restriction that \includes cannot be nested is removed,
and
(3) the provision of hooks executed before and after the
contents of an included file.
Newclude accomplishes the first two by using a single .aux file
instead of many. Newclude also provides the experimental
functionality of the unsupported package
includex, which allows you to
include partial contents of independent LaTeX files that can
also be processed on their own (that is, files that contain
\documentclass, \begin{document}, etc.).
The author is Matt Swift. |