diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-14 22:07:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-14 22:07:09 +0000 |
commit | 77c6ab621157215821ffc5d8b0dd655748c262e7 (patch) | |
tree | 8c7cc34fd220c9cacf2bfb1f0149419f083805ea /Master/texmf-dist/doc/latex-dev/tools | |
parent | e1f5126a433abad76994faf305f1df3ad04b6f02 (diff) |
latex-dev (15sep19)
git-svn-id: svn://tug.org/texlive/trunk@52096 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex-dev/tools')
31 files changed, 2053 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex-dev/tools/README.md b/Master/texmf-dist/doc/latex-dev/tools/README.md new file mode 100644 index 00000000000..aa0e7c9f468 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/README.md @@ -0,0 +1,54 @@ +The LaTeX `tools` bundle +======================== + +Release 2019-10-01 pre-release 3 + +Overview +-------- + +This bundle consists of packages providing a range of basic tools for +LaTeX users. It is a required part of a LaTeX installation. + +Installation +------------ + +We no longer distribute installation instructions for the various TeX +implementations. All modern TeX systems include `tools` as-standard, and end +users should in general use the release versions supplied in this way. + +Release distribution is carried out only through the CTAN archives. + +Reporting Bugs +-------------- + +If you wish to report a problem or bug in the `tools` bundle +please use the [Issue Tracker for LaTeX2e on +GitHub](https://github.com/latex3/latex2e/issues) +and follow the guidelines that pop up if you press the "New issue" button. + +In particular, to check that you are really seeing a bug, please write +a short, self-contained document that shows the problem. This should +include the `latexbug` package, which will warn if your test file is +not suitable for one or the other reason. See the [CONTRIBUTING +guide](https://github.com/latex3/latex2e/blob/master/CONTRIBUTING.md) +for further details, or if you need to obtain the `latexbug` package. + +If the bug turns out to be with third-party software then please +contact the developer, and not us! + +License +------- + +The contents of this bundle are distributed under the [LaTeX Project +Public License](https://www.latex-project.org/lppl/lppl-1-3c/), +version 1.3c or later. + +Copyright +--------- + +Copyright is maintained on each of these packages by the author(s) +of the package. + +----- + +<p>Copyright (C) 1993-2019 The LaTeX Project <br /> diff --git a/Master/texmf-dist/doc/latex-dev/tools/afterpage.pdf b/Master/texmf-dist/doc/latex-dev/tools/afterpage.pdf Binary files differnew file mode 100644 index 00000000000..3cd429ce02c --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/afterpage.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/array.pdf b/Master/texmf-dist/doc/latex-dev/tools/array.pdf Binary files differnew file mode 100644 index 00000000000..dfb2f3cc612 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/array.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/bm.pdf b/Master/texmf-dist/doc/latex-dev/tools/bm.pdf Binary files differnew file mode 100644 index 00000000000..a0d1d017d1e --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/bm.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/calc.pdf b/Master/texmf-dist/doc/latex-dev/tools/calc.pdf Binary files differnew file mode 100644 index 00000000000..694dfa50230 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/calc.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/changes.txt b/Master/texmf-dist/doc/latex-dev/tools/changes.txt new file mode 100644 index 00000000000..e169707750d --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/changes.txt @@ -0,0 +1,1671 @@ +======================================================================= +This file lists changes to the LaTeX2e files in reverse chronological order. +It is provided for convenience only. It therefore makes no claims to +completeness or accuracy and it contains some references to files that +are not part of the distribution. +======================================================================= + + +2019-09-09 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * varioref.dtx (subsection{Options}: + Option arabic added + +2019-08-31 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx: Add a necessary \expandafter so that redefinitions + of primitive specifiers give a warning (github/148) + +2019-08-25 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * varioref.dtx: \labelformat and \Ref now available in the kernel + so removed from this package but only if running on new kernel + + (subsection{Options}): + Provide options space and nospace + + (subsection{Defining the main macros}): + Don't drop a preceding space completely but reinsert it later + after setting a label; + Command \vp@gerefstar, \vref@star and \Vref@star added to support + hyperref better + + (subsubsection{Supporting ranges}): + Added \vpagerefcompare, \vpagrefnearby and \vpagerefcomparenearby + +2019-03-01 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx (subsection{The output routines}): + Provide minrows counter for balancing. + +2019-02-06 David Carlisle <David.Carlisle@latex-project.org> + + * longtable.dtx: Document the extra color groups + +######################### +# 2019-01-05 Release +######################### + +2019-01-05 David Carlisle <David.Carlisle@latex-project.org> + + * xr.dtx: Fix to last update to avoid breaking \include handling. + (gh/106) + +2018-12-30 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx (section{The macros \texttt{\textbackslash @classz}): + Add extra \hskip1sp to guard against an \unskip at the start of + a c-column cell (gh/102) + +2018-12-27 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx (subsection{The output routines}): + Removed dead code, the case where this can go wrong is too + obscure to worry about it (gh/101) + +######################### +# 2018-12-01 Release +######################### + +2018-11-13 <Frank.Mittelbach@latex-project.org> + + * array.dtx: Do not expand argument of \@startpbox + while building the tabular preamble (sx/459285) + +2018-11-09 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: + Support star with \docolaction (test first then execute) + +2018-10-13 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * trace.dtx (section{Implementation}): + Only reset \tracingoutput if not set by \showoutput earlier + +2018-10-01 David Carlisle <David.Carlisle@latex-project.org> + + * xr.dtx: Update to handle \if tests in the aux file. + https://tex.stackexchange.com/a/452321 + +2018-09-13 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx (section{The macros \@classz): + Add group to prevent color leak (github/72) + +######################### +# 2018-04-01 PL 5 Release +######################### + +2018-06-26 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx (subsection{Not balancing the columns}): + Re-add end penalty for multicols* environment to guard + against leftovers (git/53) + +2018-04-30 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx Explicitly place the row strut inside \\ before + hitting \cr in case the last cell is a multicolumn cell + (issue 42) + +2018-04-20 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: restoring column status when leaving a boxed + multicols so that any further \docolaction will know the + currect column (issue/39) + +2018-04-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx: Renamed internal \mcell@box to + \ar@mcellbox and \align@mcell to \ar@align@mcell + to avoid conflict with makecell package + +2018-01-28 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: use a single output routine that does both + balancing and cutting rather than changing them + +2017-11-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx: fixed bug reported on stack exchange SX68732 about + bad vertical placement with last column being an m-column + + * array.dtx: fixed bug with m-cells when \extrarowheight is used + + * array.dtx: added w and W column types to support lcr columns with + fixed width + (see TUB paper in 38/2: https://www.latex-project.org/publications ) + +2017-09-28 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: set \linewidth as well as \hsize in the column + widths documentation. + +2017-04-11 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: Make \clearpage behave like \newpage (pr/4511) + +2017-01-16 David Carlisle <latex-bugs@latex-project.org> + + * bm.dtx: further fixes to luatex code branch for + https://tex.stackexchange.com/questions/349001 + +2016-10-06 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * array.dtx: Fixed a 25 year old bug that surfaced for the first time. + \@halignto needs to be managed locally (pr/4488) + +2016-07-07 David Carlisle <latex-bugs@latex-project.org> + + * bm.dtx: additional tests to cope with luatex's new treatment of + \mathchar. + +2016-07-01 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: show [tcb] optional argument in tabularx + syntax description. + +2016-06-07 David Carlisle <latex-bugs@latex-project.org> + + * shellesc.dtx: typos in messages, and + improve use with plain etex or luatex + +2016-04-29 David Carlisle <latex-bugs@latex-project.org> + + * shellesc.dtx: in classic tex code accidentally defined + \ShellEscape twice instead of defining \DelayedShellEscape + (Ulrike Fischer) + +2016-04-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: Reset \boxmaxdepth back to \maxdimen when outputting + pages (issue SX302532). + +2016-02-27 David Carlisle <latex-bugs@latex-project.org> + + * bm.dtx: add initial support for \Umathchardef defined tokens. + +2016-02-16 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * varioref.dtx: Delay generating a "may loop" warning or error + until we know that we aren't using \reftextfaraway + -- thanks to Morten Hoegholm for the fix + +2016-02-09 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * varioref.dtx: revamped some of the documentation to better + explain how varioref could be used in a multi-lingual context + +2016-02-08 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: Ensure we are back in vmode before using + \prevdepth (pr/4448) + \col@number already initialized in the kernel, so not initializing + it in the package in case the document is in two-column (pr/4435) + +2016-02-03 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: support end code of {foo\endtabulax bar} again + (Reported by Ulrike Fischer) + +2016-02-02 David Carlisle <latex-bugs@latex-project.org> + + * shellesc.dtx: Documentation typos (via Johannes_B at tex.sx) + +2016-01-08 David Carlisle <latex-bugs@latex-project.org> + + * shellesc.dtx: Added new package + +2015-09-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * varioref.dtx: Fixed blunder from 2005 - galician option + clearly never used + +2015-08-19 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: Reset \@textfloatsheight after page finishes (sx261884) + +2015-04-02 Joseph Wright <joseph.wright@morningstar2.co.uk> + * TDS-style zip improvements + +2015-04-02 Joseph Wright <latex-team@latex-project.org> + * Update CTAN link in README + +2015-03-31 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: Another rewrite of \remove@discardable@items to + capture the case of \vspace (remove) and \vspace* (keep) correctly + +2015-03-25 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * multicol.dtx: additional tracing info if forced breaks result in + overflow of column heights + +2015-03-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Detect when columns get too large during balancing + because the user requested more forced breaks than available + columns. + + Fixed the logic for removing excess white space at column bottoms + (this is a source of trouble for sure) + +2015-03-07 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: - Use only `0.0001fil' for stretching in \vfilmaxdepth + - Set \boxmaxdepth in multi@column@out to avoid material getting too + far down + - Redesign the implementation of \end{multicols*} + +2014-11-07 Joseph Wright <latex-bugs@latex-project.org> + + * Rename 00readme.txt to README (named README.txt in the development + repository) + +2014-10-28 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: In \end{multicols*} only add vertical space if not + doing already doing \raggedcolumns and add \null to hide the final + fill if added so that it doesn't get removed again. + +2014-10-28 Frank Mittelbach <latex-bugs@latex-project.org> + * afterpage.dtx, array.dtx, bm.dtx, calc.dtx, dcolumn.dtx, + delarray.dtx, enumerate.dtx, ftnright.dtx, hhline.dtx, layout.dtx, + longtable.dtx, multicol.dtx, showkeys.dtx, tabularx.dtx, + theorem.dtx, trace.dtx, varioref.dtx, verbatim.dtx, xspace.dtx + + Fixed typos found by Karl Berry in documentation (no version number change) + +2014-09-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: change ragged columns to not just fill the + column but also back up by \maxdepth if they otherwise become + overfull as adding glue at the bottom means the column will + never have any depth and before they had. (pr/4395) + + \maxdepth is applied to all column boxes. That was initially not + necessary as \splitmaxdepth was doing the trick. However, the + moment those boxes get reboxed this information is lost and + resulted in some subtle errors. (pr/4395) + + Suppress even really bad overfull warnings while looping + +2014-08-24 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: set \prevdepth to 0pt (in the right place) + after adding the multicol material. Was not happening in boxed mode. + Test for excessive depth of columns using > not = (which nearly + ever will be correct) + +2014-07-03 <latex-bugs@latex-project.org> + + * varioref.dtx: correct Romanian default text as suggested + +2014-06-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: color-leak fix introduced a spacing problem in + boxed mode as the added color commands were hiding any space + at the bottom of the box material (which thus didn't get + discarded) + +2014-05-14 David Carlisle <latex-bugs@latex-project.org> + + * readme.txt: rename to 00readme.txt. + +2014-05-13 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: If \endtabularx not found, act as if it was at the start of + the end code. + +2014-04-24 David Carlisle <david.carlisle@latex-project.org> + + * showkeys.dtx: modify \cite redefinition so {} in the optional argument + works (tools/4162) + +2014-04-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Support \docolaction + +2014-04-22 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Bug fix: color leak (https://tex.stackexchange.com/questions/138783) + Bug fix: space at column bottom (https://tex.stackexchange.com/questions/121692) + Bug fix: Reset \@mparbottom after page finishes + +2014-04-22 David Carlisle <david.carlisle@latex-project.org> + + * tabularx.dtx: allow code before \endtabularx (pr/3722) + +2012-02-06 David Carlisle <david.carlisle@latex-project.org> + + * tabularx.dtx: Avoid exceeding maxdimen + https://tex.stackexchange.com/questions/29194/how-to-typeset-tabularx-with-34-columns-error-message + +2011-12-20 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: RL language support fixed + Support for \enlargethispage + Balancing concept improved + Bug fix: Only re-add output penalty if it was + explicit in the source. + +2011/11/24 David Carlisle <david.carlisle@latex-project.org> + + * showkeys.dtx: revert change made at v3.14 because of tools/4173 + +2011-10-02 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Previous fix need one more expansion +% (pr/4159,pr/4171) + +2010-11-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Avoid even \protected@edef in \vref@pagenum + to pacify french babel (pr/4093) + +2010-10-24 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: right-to-left language support added + +2010-08-06 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: typo corrections only -- thanks to Laurent Lyaudet + +2010-08-04 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Correct spacing -- same mistake as in \vref (pr/4123) + Defaults for esperanto added + +2010-04-06 Will Robertson <will.robertson@latex-project.org> + + * xspace.dtx: Improve edge case for xspace (tools/3895) + +2010-02-25 Frank Mittelbach <latex-bugs@latex-project.org> + + * ftnright.dtx: Check for split footnotes (pr/4099) + +2009-09-13 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Use \protected@edef to avoid problems + in complicated setups, e.g., microtype (pr/4080) + +2009-06-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Incorrect text in \reftextafter (pr/4070) + +2008-04-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: clarified customization with Babel in use. + +2007-09-07 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Added defaults for islandic + +2007-05-26 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: fixed missspellings of \extrasbazil and \extrasportuges + +2006-09-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Make the color of the rule between columns (if + any) a hook called \columnseprulecolor. Defaults to \normalcolor + +2006-05-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: support for bulgarian added. + +2006-05-14 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: support for croatian added. + +2006-05-08 Morten Hoegholm <latex-bugs@latex-project.org> + + * xspace.dtx: Bug fix for verbatim in output routine. + +2006-02-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Added \@minipagefalse to \end@dblfloat. Otherwise + that switch may end up being true after a figure* has ended, + messing up spacing afterwards randomly. + +2006-02-12 Morten Hoegholm <latex-bugs@latex-project.org> + + * xspace.dtx: Modified so the \@let@token can be \outer. Avoid + re-doing eTeX setup step multiple times for the original call of + \xspace. + +2006-01-09 Morten Hoegholm <latex-bugs@latex-project.org> + + * showkeys.dtx: Make \tag* and starred AMS environments work + (pr/3693). Fix varioref support so \vref* also works + (pr/3373). Added \showkeyslabelformat to avoid hard-wiring the + label format. + +2005-12-02 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Bahasa Malaysia defaults added. + +2005-11-26 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Single hyphen rather than -- in range for spanish + and galician. + +2005-11-10 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Added a few more brazil strings + Added a few more finnish strings + Added further galician defaults (and corrected spelling) + Corrections in italian strings + +2005-10-04 Morten Hoegholm <latex-bugs@latex-project.org> + + * xspace.dtx: Improved expansion method. Added use of higher level + functions for conditional processing. Simplified the code so that + difference between eTeX and non-eTeX is minimal. + +2005-09-27 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: corrected typo in documentation + +2005-09-14 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: corrected one default for polish + +2005-08-23 Morten Hoegholm <latex-bugs@latex-project.org> + + * array.dtx: Removed spurious space. + +2005-08-06 Morten Hoegholm <latex-bugs@latex-project.org> + + * calc.dtx: Improved expansion of arguments, added new + commands \maxof, \minof, \totalheightof and + \settototalheight. + +2005-07-26 Morten Hoegholm <latex-bugs@latex-project.org> + + * xspace.dtx: Improve test by exiting if \@let@token is a + letter. Add \xspaceremoveexception. + +2005-07-24 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: small change in italian. + small fix in german and ngerman (pr/3793) + +2005-06-09 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: fixed bug in Dutch localization (pr/3791) + added localization for romanian (pr/3790) + +2005-05-07 Morten Hoegholm <latex-bugs@latex-project.org> + + * xspace.dtx: Improve handling of active characters. + +2005-04-24 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Ukranian defaults added (by Mykola Lyakhovych) + +2005-04-09 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Basque defaults added (by I\~naki Larra\~naga + Murgoitio) + +2004-12-07 Morten Hoegholm <latex-bugs@latex-project.org> + + * xspace.dtx: Make extensible (tools/3712), fix active + characters (tools/3747) and update documentation. + +2004-10-30 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Added missing defaults for italian (by Lapo Mori) + +2004-07-03 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: fixing errors that happen only if multicol is + compiled with a special combination of docstrip modules. + +2004-05-08 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Use \@nil for testing in \is@pos@num + +2004-02-27 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: fixed a bug in magyar option + +2004-02-15 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Avoid self-referencing definition of + \@footnotetext (pr/3618) + +2003-12-29 Frank Mittelbach <latex-bugs@latex-project.org> + + * fileerr.dtx: attempt to set exit code when reading x.tex (pr/3538) + +2003-12-19 David Carlisle <latex-bugs@latex-project.org> + + * array.dtx: add \arraybackslash + +2003-10-05 Frank Mittelbach <latex-bugs@latex-project.org> + + * bm.dtx: AMS version of \sqrt not working + +2003-09-01 Frank Mittelbach <latex-bugs@latex-project.org> + + * bm.dtx: Forgotten to check for \hskip (pr/3572) + +2003-08-22 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Added \@noligs again, as I can be sure that + it is defined in the LaTeX kernel, so that other packages + can rely on \@noligs always being used. + +2003-04-30 Frank Mittelbach <latex-bugs@latex-project.org> + + * trace.dtx: added option full to trace everything; set a few more + switches back to no-tracing on exit; make \tracingall trace full + even when full is not specified + +2003-04-17 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Catch problem with \columnbreak + in last line (found by Ulrike Fischer) + +2003-04-08 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Collect one additional line per column to account + for vanishing space at column breaks + +2003-03-29 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx (subsection{Options}): + Afrikaans option contributed by Danie Els <dnjels@sun.ac.za>. + +2003-03-18 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: changed the tracing output a bit + +2003-03-15 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Further corrections to the micro-spacing around the boxes produced + by multicols, so that grid typesetting (given right values for + other parameters) becomes a possibility. + Also added option "grid" which currently does nothing except + producing a warning if the grid might got lost. + +2003-02-17 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Add a kern to cancel potential depth of previous line at the + beginning of a multicols and also suppsed \lineskip + + \multicolovershoot set back to 0pt as a default 2pt was simply + wrong in some applications (pr/3465) + +2003-01-10 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: changed error message when possible loop was + detected. + + * somedefs.dtx: added version number to \ProvidesPackage line + (pr/3490) + + * varioref.dtx: typo added a blank line into one macro + +2003-01-08 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Use \vref@label instead of \label to avoid + problems with amsmath. (pr/3489) + +2002-11-22 Frank Mittelbach <latex-bugs@latex-project.org> + + * bm.dtx: Get math alphabets right (pr/3476) + +2002-11-06 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Changed default for \reftextbefore for options + english and american. + This is an incompatible change, but the original was bad English! + Changed default for \reftext...range for dutch as well. + +2002-06-18 Frank Mittelbach <latex-bugs@latex-project.org> + + * fileerr.dtx: added space after ! better to match TeX's error + style (pr/3414) + + * varioref.dtx: Use \vpageref inside \ref not \@vpageref + to get spacing correct (pr/3403) + +2002-06-14 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added \labelformat to support references that + automatically add "text" around the referenced number. + + added \Ref and \Vref to generated references at the beinning of a + sentence (might be needed if \reformat is used) + + added \vpagerefnum to support referencing the "number" within + commands like \refpageafter, e.g. + + \renewcommand\reftextfaceafter {on page~\thevpagerefnum} + + texts for "slovak" and "slovene" options added + +2001-09-04 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: correct typo in name \vref -> \vr@f + +2001-07-24 Frank Mittelbach <latex-bugs@latex-project.org> + + * trace.dtx: use ltxdoc not ltugboat class for docu + +2001-05-28 Chris Rowley <latex-bugs@latex-project.org> + + * dcolumn.dtx: + + Documentation of centring improved (pr/3315) + +2001-04-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: changed my mind and also added \vpagerefrange* + + * trace.dtx: added package to tools distribution + +2001-04-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx (subsection{Defining the main macros}): Added + \vref* and \vpageref* which do not add a space in front of the + generated text (ever) so that they can be used in situations like + (\vref{foo} ...) without added a space after the open parenthesis. + +2001-01-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Updated nynorsk defaults + +2000-12-30 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Updated Danish defaults + +2000-10-23 Chris Rowley <latex-bugs@latex-project.org> + + * longtable.dtx: + + Added a \noexpand (as in array.sty) for mathtext.sty + +2000-09-25 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx: Added the option italian as suggested by Claudio + Beccari, back in august 1998... + +2000-09-21 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx: Added the option german as proposed by Karsten + Tinnefeld <karsten@tinnefeld.com> in PR 3259 + +2000-08-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Updated defaults for catalan + +2000-08-21 Chris Rowley <latex-bugs@latex-project.org> + + * verbatim.dtx: + +2000-07-10 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: fixed color problem with rules between columns + (their color did depend on the color of the text at the break) + +2000-07-09 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: Don't output space if optional argument + to \vpageref is empty (pr/3230) + +2000-06-11 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (subsection{The output routines}): when + doing boxed mode do not restrict height of columns to \@colroom + (pr/3212) + +2000-05-05 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (subsection{Starting and ): Detect and fix + problem if a multicols ends at the top of a page + +2000-04-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added defaults for Czech + +2000-04-15 Frank Mittelbach <latex-bugs@latex-project.org> + + * ftnright.dtx: Don't use math mode for footnote symbol + (pr/3172) + +2000-01-11 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added naustrian and ngerman options + +2000-01-07 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Disable hyphenation even if the font allows it. + +1999-12-14 Rainer Schoepf <latex-bugs@latex-project.org> + +1999-12-02 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: even more portugese defaults + +1999-11-25 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added portuguese defaults + +1999-10-21 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: allow multi-paragraph footnotes again. This functionality + was lost when the footnotes got reimplemented some time ago. (Problem + reported by Niels Ferguson) + +1999-09-03 Frank Mittelbach <latex-bugs@latex-project.org> + + * DEFAULT.hea: updated for LPPL 1.2 + + * DEFAULT.pre: updated for LPPL 1.2 + +1999-07-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Added some additional tracing code. + When balancing check that last column doesn't contain a forced + page break; if it does reject the solution. + +1999-07-09 Frank Mittelbach <latex-bugs@latex-project.org> + + * updated headers to reflect LPPL 1.1 + +1999-06-18 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: added documentation for \columnsep + +1999-06-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: minor documentation updates + +1999-05-27 Frank Mittelbach <latex-bugs@latex-project.org> + + * tools.ins: added colbreak guard for multicol.sty + +1999-05-26 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (subsection{Manual column breaking}): + Added a \columnbreak command to allow manual column breaks. + +1999-05-01 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: reworded license text slightly + +1999-03-22 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: re-add \cs{mark} command which was commented out + by mistake at some point in 1998 (pr/2978) + +1999-03-05 David Carlisle <latex-bugs@latex-project.org> + + * enumerate.dtx: extension hook tools/2916} + + * verbatim.dtx: Add \begingroup/\endgroup to definition of + \verbatim(*)/\endverbatim(*) so that they can safely be + used without \begin/\end. Suggested by Donald Arseneau. + +1999-03-04 Rainer Schoepf <latex-bugs@latex-project.org> + + * manifest.txt: Corrected typo. + +1999-03-03 Rainer Schoepf <latex-bugs@latex-project.org> + + * tools.ins: New copyright info and preamble. + +1999-02-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: fixed reference to ltx3info.tex in license + +1999-02-13 David Carlisle <latex-bugs@latex-project.org> + + * readme.txt: lppl + +1999-02-10 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: changed license text + +1998-12-31 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: Added \noexpand in front of \ialign + to guard against interesting :-) changes to \halign done to support + text glyphs in math + +1998-12-03 Johannes Braams <latex-bugs@latex-project.org> + + * ftnright.dtx: Made \@makecol colorsafe by adding + \color@begingroup, \color@endgroup and \normalcolor. + +1998-11-27 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: taken out fix for (pr/1866) as it produce undesired + results (see comments in doc of \vref) (pr/2909) + + * varioref.dtx: Added two new user commands \vrefrange and + \vpagerefrange to support referencing a range of labels. + Also added customising commands \reftextlabelrange and + \reftextpagerange to support the above commands. + Added draft and final option (draft will turn errors into warnings). + Added austrian defaults (same a german). + Added greek defaults. + Removed incorrect warning for italian. + Added hungarian defaults. + Added russian defaults. + Added utility command \vrefpagenum and used it to shorten code + this will also fix a problem that in certain circumstances varioref + was not warning that another run was needed. + +1998-09-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: test if document ends in middle of multicols + and if so issue an error message instead of dying with an OR loop + pr/2873 + +1998-08-17 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: new logic for dealing with \@footnotetext macro: + instead of redefining its definition completely, thereby possibly + overwriting a class change, we locally set \columnwidth to \textwidth + and then call the original definition. this will also solves a problem + with the situation of a footnote inside multicols inside a minipage + would vanish. + + * varioref.dtx: added defaults for greek contributed by + Apostolos Syropoulos <apostolo@obelix.ee.duth.gr> + +1998-06-22 Frank Mittelbach <latex-bugs@latex-project.org> + + * layout.dtx: renamed \bs to \LayOutbs to avoid possible conflicts + with other packages using this command. Originally the package + redefined \bs in case it already had a definition. + Also rename \type to \LayOuttype for the same reason. + + Added \@doendpe to definition of + \endverbatim(*) (pr/3234) + +1998-06-17 Chris Rowley <latex-bugs@latex-project.org> + + * calc.dtx: + + Added \widthof etc + + Made \ratio and \real robust + + Enhanced documentation +2004-02-27 <david.carlisle@latex-project.org> + + * bm.sty: fix for "new" AMS math accent code. tools/3256 + +2004-02-01 <david.carlisle@latex-project.org> + + * longtable.dtx: \nobreak after table head, for tools/3484 + +1998-05-13 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: Use \setlength so calc syntax may be used in + the width argument. tools/2793. + + * longtable.dtx: Use \setlength so calc syntax may be used in p + arguments. tools/2793. + +1998-05-13 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: also allow calc syntax in first arg of tabular* + (pr/2793) + +1998-05-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: set the \hsize for p columns (and others) via + \setlength so that calc syntax can be applied (pr/2793) + +1998-05-10 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: support for amsmath displays (pr2175) + Actually this probably should be fixed in amsmath instead. + +1998-04-25 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added galician defaults contributed by Matthias + Moebius. + +1998-03-09 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: replace ~ by \nobreak\space so that \vref obeys + setting of \frenchspacing (pr/1866) + +1998-01-29 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: Removed group around contents of optional argument + to \begin{multicols}{2}[...] so that the use of \section within + this argument works better. + + * array.dtx: made \multicolumn long to match kernel change for + pr/2180 (forgotten at that time) + +1998-01-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (subsection{Not balancing the columns}): + added support for a version of multicols (star form) that doesn't + balance the columns on the last page. + Fixed a bit of the documentation (so that a toc is possible). + +1997-12-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: moving a docstrip guard. this doesn't change + the style but prevents some code being added at the end of + the driver file + +1997-12-14 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: redefine \@footnotetext only within environment + not globally any longer. pr/2689 + some docu updates + + * fileerr.dtx: fixed file date. pr/2689 + +1997-12-06 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added default for polish language. + +1997-11-22 David Carlisle <latex-bugs@latex-project.org> + + * bm.dtx: Make \bm{\hat{A}} work like \bm{\hat A} (from c.t.t). + +1997-11-18 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: now finally set \columnwidth to width of column + pr2664 + +1997-11-16 David Carlisle <latex-bugs@latex-project.org> + + * bm.dtx: support mathcode hex 8000 (like prime) properly. + Support null delimiter \left. constructions. + Support breqn package. + +1997-11-11 David Carlisle <latex-bugs@latex-project.org> + + * calc.dtx: Fix error message inserted at the weekend. + +1997-11-08 David Carlisle <latex-bugs@latex-project.org> + + * manifest.txt: add calc. + + * Makefile (FILES): add calc + + * tools.ins: add calc. + + * calc.dtx: Contributed to the distribution by + Kresten Krab Thorup and Frank Jensen. One minor change, use + \PackageError rather than the primitive \errormessge. + +1997-10-16 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: avoid using % in aux file. tools/2631 + +1997-10-13 David Carlisle <latex-bugs@latex-project.org> + + * xspace.dtx: test for space token added for tools/2632 + +1997-10-09 David Carlisle <latex-bugs@latex-project.org> + + * bm.dtx: Add extra braces around group code so \bm{\frac..} does + the right thing. (Spotted on c.t.t) + +1997-10-06 David Carlisle <latex-bugs@latex-project.org> + + * dcolumn.dtx: Document use of math mode. tools/2616. + +1997-09-18 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: Fix \write catch for tools/2607. + (Fix page 401 of TeXBook at same time...) + +1997-07-09 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * tabularx.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * showkeys.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * multicol.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * longtable.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * layout.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * delarray.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + + * array.dtx: Documentation fixes by Andreas Schwab + <schwab@issan.informatik.uni-dortmund.de>. + +1997-07-07 Frank Mittelbach <latex-bugs@latex-project.org> + + * tools.ins: added q.tex and r.tex files so that "run" and + "quit" mode is now also supported. + + * fileerr.dtx: added q.tex and r.tex files so that "run" and + "quit" mode is now also supported. + +1997-06-28 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: New email address for David K. + +1997-06-13 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: support cite package for tools/2490 + +1997-06-12 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: added support for catalan + +1997-06-05 Rainer Schoepf <latex-bugs@latex-project.org> + + * multicol.dtx: Applied improvement of documentation, kindly done + by Robin Fairbairns. + +1997-05-13 Rainer Schoepf <latex-bugs@latex-project.org> + + * fontsmpl.dtx: Replaced \@changed@x@err by + \TextSymbolUnavailable, according to the change in ltoutenc.dtx. + +1997-04-30 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx (\verbatiminput): Added code to check for + existence of file to be input and print error message if not. + +1997-04-14 David Carlisle <latex-bugs@latex-project.org> + + * tools.ins: add bm + + * bm.dtx: Add to tools bundle. + Add \boldsymbol as alias for \bm + +1997-02-26 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: Spurious brace removed. Jean-Pierre Drucbert. + +1997-02-20 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: improve behaviour in case table too wide. + +1996-12-06 David Carlisle <latex-bugs@latex-project.org> + + * xspace.dtx: alltt support. tools/2322. + +1996-11-21 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: new page break control. + +1996-11-02 David Carlisle <latex-bugs@latex-project.org> + + * readme.txt: Add old docstrip note. + +1996-11-01 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: colour option. tools/2297. + + * tools.ins: new style. + +1996-10-24 David Carlisle <latex-bugs@latex-project.org> + + * xspace.dtx: Fix guards for driver document. tools/2206 + +1996-09-25 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx (\verbatiminput): Added \@addtofilelist and + \ProvidesFile so that the name of the file read in appears in the + \listfiles output. + +1996-09-23 David Carlisle <latex-bugs@latex-project.org> + + * dcolumn.dtx: Fix case where no decimal point is used + in the `new' case of a the third argument being n.m. + +Fri Sep 6 15:24:17 1996 David Carlisle <carlisle@cs.man.ac.uk> + + * showkeys.dtx: more changes following from /2252. + +Fri Aug 30 18:09:48 1996 David Carlisle <carlisle@cs.man.ac.uk> + + * showkeys.dtx: more fudges for AMS tools/2252, and extra + group from Donald A. tools/2147 + +Wed Jul 10 11:15:30 1996 David Carlisle <carlisle@cs.man.ac.uk> + + * showkeys.dtx: Missing percent added for tools/2215 + +1996-06-14 David Carlisle <latex-bugs@latex-project.org> + + * array.dtx: change \kern\z@ to \hskip1sp for latex/2160 + A few long lines wrapped. + +1996-06-04 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: \verbatim@noligs@list now processed after + \dospecials (PR 2138). + +1996-05-25 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx (subsection{Support for + \texttt{\textbackslash firsthline} and ): + Complete reimplementation after Mark Wooding pointed out that + they were everything else than correct --- hope i got it + right this time :-) + +1996-05-24 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Add a warning to re run LaTeX \AtEndDocument if + any longtable has failed to align on this run. + +1996-05-17 David Carlisle <latex-bugs@latex-project.org> + + * xspace.dtx: Add / to list of punctuation characters. + + * showkeys.dtx: use \protected@edef rather than \def + so that the expansion of any macros is printed. tools/2147 + +1996-05-07 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: add \hfil to match array package change. + + * array.dtx: add \hfil to \@endpbox for tools/2120 (and to match + kernel version). + +1996-04-22 David Carlisle <latex-bugs@latex-project.org> + + * array.dtx: Extra \kern\z@ for empty l colummns. latex/2122 + +1996-04-16 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Version 4.02 using new algorithm of David Kastrup + to align tables without \setlongtables command. + +1996-02-28 David Carlisle <latex-bugs@latex-project.org> + + * dcolumn.dtx: New feature (tools/2093) D{.}{.}{3.2} specifies a + column of figures that should be centred, assuming 3 places to + the left of the decimal point and 2 to the right. + +1996-02-01 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: allow \multicolumn and \hline to work inside + tabulars inside longtables. tools/2068 + +1996-01-13 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Explain why with \OnlyDescription there will be an unresolved + reference pr/2047. + +1996-01-03 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: (Martin Schr"oder) remove ! which causes a + makeindex error in \changes entry. tools/2035 + +1996-01-01 Frank Mittelbach <latex-bugs@latex-project.org> + + * ftnright.dtx: + Finally got around to take out ltxdoc and use article for + documentation. pr/536 + Also cleaned up use of ProvidesPackage. + +1995-12-28 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: + Fixed section headings so that a toc is possible. pr/2033. + + * multicol.dtx: + Fixed index entries. pr/2036 + +1995-12-12 David Carlisle <latex-bugs@latex-project.org> + + * tools.dst: Add trap for old docstrip. + +1995-11-23 David Carlisle <latex-bugs@latex-project.org> + + * theorem.dtx: Fix \@newctr usage (Ulrik Vieth) + + * layout.dtx: Documentation fixes (J"org Knappen). + + * indentfirst.dtx: (Ulrik Vieth) Fix \GetFileInfo usage. + In the documentation. + +1995-11-22 David Carlisle <latex-bugs@latex-project.org> + + * tools.dst: New style concurrent generation. + + * showkeys.dtx: Fix \harvarditem: add SK code after the implicit + \item (as for \cite) not before. + +1995-11-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * theorem.dtx: + Ensure that there is an error message if one of the counters + in newtheorem are undefined pr/1861. + + * array.dtx (subsection{Getting the spacing around rules right}): + ensure that the space between \hline\hline is visually \doublerulesep + and does not depend of the rulewidth (as it does with standard latex) + pr/1945 + Added some documentation about rule handling concepts. + +1995-11-09 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: (Anil K Goel) Really measure the size of the + first row of the table not `assume' the size from the array + strut. (Avoids really bad first page break with two headings) + + * showkeys.dtx: Take more care over redefining \protect commands + +1995-11-02 David Carlisle <latex-bugs@latex-project.org> + + * array.dtx: Minor doc changes, no more ooverfull hboxes... + +1995-10-30 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx : Added command \layout* wbhich recomputes the values + it needs before making the picture of the layout. (PR 1465) + +1995-10-30 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: Fix for tools/1744 (notref/varioref case) + Add final and draft options + Fix inner vmode case which could cause extra white space + to be added. + +1995-10-29 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx (section{The implementation}): Added the options + spanish, braziolian and portugues, as provided by + Ausberto S. Castro V. <ascv@inf.ufrgs.br> (PR 1837) + +1995-10-27 David Carlisle <latex-bugs@latex-project.org> + + * afterpage.dtx: tools/1579/1880/1884 + +1995-10-19 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Added defaults for Italian pr/1888 + + * multicol.dtx: + Added \@largefloatcheck so that floats being too large + will produce a warning. pr/1890 + +1995-09-22 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Corrected vertical spacing if verbatim is nested + in quote (and other) environment. This error was introduced with + version v1.3c (1990/02/26). Clarified documentation on how to + define new verbatim-like environments. + +1995-08-06 Frank Mittelbach <latex-bugs@latex-project.org> + + * tools.dst: + Updated copying conditions so that it is allowed to distribute + unpacked files together with the sources. + +1995-08-04 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Changed class used for documentation from + article to ltxdoc. pr/1788 + +1995-06-25 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx : The june 1995 release of LaTeX no longer needs two + hash marks when defining a newcommand inside the argument of + \DeclareOption. + +1995-06-15 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: replace ## by # in \DeclareOption, latex/1557 + +1995-05-25 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Modify Caption handling again. + +1995-05-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Updated \DeclareOption declarations to reflect ##1 -> #1 change. pr/1557 + +1995-05-07 Frank Mittelbach <latex-bugs@latex-project.org> + + * fontsmpl.dtx: + Removed \pagestyle{empty} so that all pages produced by fontsmpl.tex + are numbered. pr/1559 + +1995-05-03 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Removed extra backslash in argument to \cs. + +1995-05-02 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Explitly reset page height for tools/1584. + Modify caption handling. + +1995-04-26 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Removed \fileversion and \filedate. + +1995-04-25 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Modify brace hacks cf tools/1571 + Allow 1100 longtables in a single document---A bug reported on a + `real document' by Mike Van Geest! + + * showkeys.dtx: Fix inner horz mode case. + Add option handling: notref and notcite to stop the + redefinitions of those commands. + +1995-04-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx (section{The line separator \\}): + Fixed a serious bug that was present right from the beginning: + in some cases the last column of an array line could get an extra + math ord messing up the spacing. pr/1571. + (subsection{Bugs and Features}): + Added comment about the fact that a column (execpt for the first) refers to + the column specifier plus intercolumn material to the *right*. + Therefore \multicolumn{2}{|c|} is normally incorrect. pr/1443 + +1995-04-08 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx : Added the options 'integers' and 'reals'. The + default is the option 'integers'; this results in the 'old' + behaviour, where the values of parameters are presented + truncated. Using the option 'reals' will switch to presenting the + real val;ues of the parameters. This also affects the definition + of \Show and \Type. + +1995-04-06 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx (subsection{Options}): + Added norsk and nynorsk strings. + Modified Warning message about undefined Option texts. + +1995-04-03 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx : Simplified the definition of \Show and \Type, the + effect is that now the complete value is shown (PR #1520) + +1995-03-20 David Carlisle <latex-bugs@latex-project.org> + + * tabularx.dtx: Allow \tabularx to be used inside + \newenvironment definitions + +1995-03-17 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: Fix for tools/1434 (showkeys affecting footnote + placement) + +1995-03-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Fixed colour support (thanks to David) + Clarified copyright notice. + Updated driver file. + +1995-03-16 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: Fix for tools/1181 (Bad placement in with \item + and \bibitem) and tools/1496 (Working with new ams*) + +1995-03-14 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx : Added the options french and francais (thanks to + Eric Picheral <Eric.Picheral@univ-rennes1.fr> who provided the + translations); introduced \notshown + +1995-01-10 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Added swedish strings. + +1994-12-08 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Add \tabularnewline. + + * array.dtx: Add \tabularnewline. + +1994-11-22 David Carlisle <latex-bugs@latex-project.org> + + * tools.dst: Avoid generating error messages on `.tex'. + +1994-11-15 David Carlisle <latex-bugs@latex-project.org> + + * xspace.dtx: Make robust, add ! + +1994-10-29 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx : Some of the dutch words should really be one word + instead of two (PR #1078) + +1994-10-25 Rainer Schoepf <latex-bugs@latex-project.org> + + * verbatim.dtx: Changed code for handling verbatim as first thing + after an \item command. (This change had already been done in the + LaTeX2e kernel.) + + * verbatim.dtx: Removed extra \typeout lines. + +1994-10-15 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx (subsection{Support for ...): + Added \firsthline and \lasthline from Companion. + +1994-10-03 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Correct change from 26 of August. Leave old code only add the new + one. + +1994-09-27 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Added strings for breton language, this also means adding a new option. + +1994-09-25 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Added danish strings. + +1994-09-23 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx (subsection{Options}): + Added finnish strings. + +1994-09-09 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: add \citefullauthor for (forthcoming) natbib. + +1994-09-08 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx: Stored texts in control sequences to allow the use + of other languages. Added the options english (default) and + dutch. + + * tools.dst: Added the layout package + +1994-09-07 David Carlisle <latex-bugs@latex-project.org> + + * showkeys.dtx: Version 3, supports varioref ref styles, and + natbib and harvard citation styles. + Also modify `internal vertical mode' case, to cope with modified + \caption behaviour in the LaTeX2e classes. + Modify \GetFileInfo usage, as suggested by Patrick Daly. + +1994-08-26 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (subsection{The output routines}): + Check explicitly for void boxes before assigning the current column + width to their width, because void boxes will not change. + Extract the kept marks before adding a penalty -10000 to the output box + when balancing, otherwise no marks will be found. (This bug was + introduced recently. + +1994-08-08 Frank Mittelbach <latex-bugs@latex-project.org> + + * tools.dst: + Added a better informational message about the problems + that can arise when LaTeX tries to generate the file `.tex' + +1994-07-24 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx (subsection{Options}): + Added dutch defaults as suggested by Frank Poppe. + Explicitly expand label argument before passing it to \label, so that + varioref will work with babel. + Correct misspelling in spanish option. + +1994-07-14 Johannes Braams <latex-bugs@latex-project.org> + + * layout.dtx: Moved the identification code to the front of the + file. + Needed to interchange to calls to \ttfamily and \footnotsize as + \footnotesize calls \normalfont in compatibility mode. + Added a check for negative arrowlength to \InsideHArrow + +1994-06-30 David Carlisle <latex-bugs@latex-project.org> + + * longtable.dtx: Obey a \nofiles declaration. Remove special + handling of letter class, not needed for the latex2e version of + letter. + + * showkeys.dtx: Correct \ProvidesPackage usage (previously had two + \providesPackage commands), + +1994-06-21 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx (subsection{Options}): + Added french defaults as suggested by Daniel Flippo. + +1994-06-20 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Correction was buggy, brace placed incorrectly. + +1994-06-11 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + \vpageref[above][one ]{one} didn't work because first + optional argument wasn't passed (found by Patrick Daly). + +1994-06-07 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (section{New macros and hacks for version 1.2}): + Updated float commands to contain \color@endgroup etc. so + that they work together with the color.sty package. + (Found by SPQR) + +1994-06-01 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: + Added \null to the end of \multicolumn. This fixes + a bug that was long fixed in the original but never made it + into array.sty. + Use PackageError/Warning interface. + +1994-06-01 David Carlisle <latex-bugs@latex-project.org> + + * somedefs.dtx: Use new style error commands. + +1994-05-28 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx: + Do not alloc \col@number any longer. + Use Standard Warning/info messages. + + * fileerr.dtx: + Added file to the collection. + +1994-05-28 David Carlisle <latex-bugs@latex-project.org> + + * manifest.txt: First draft. + + * readme.txt: First draft. +1994-05-27 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Warning about looping pages displayed in wrong order + (found by Wolfgang Christen). + (subsection{Defining the main macros}): + Added help message for loop error. + Use PackageError rather than \errmessage. + Use DeclareRobustCommand. + Added \NeedTeXFormat. + +1994-05-26 Frank Mittelbach <latex-bugs@latex-project.org> + + * multicol.dtx (subsection{Starting and ): + fixed bug with "premulticols" not being a register + (tried to \the a string in tracing mode) + +1994-05-18 Frank Mittelbach <latex-bugs@latex-project.org> + + * varioref.dtx: + Added defaults for brazil. + +1994-05-16 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx (section{The macros \texttt{\protect): + Use \@finalstrut in \@endpbox + +1994-03-23 Braams J.L. <latex-bugs@latex-project.org> + + * layout.dtx : repaired bug in twosided mode. + + Changed vertical positioning of the arrows identifying + \amrginparsep and \marginparwidth + + Repaired bug in the preparation of the table of dimensions. + + Produce two pages in twoside mode + + Removed use of \wlog + +1994-03-14 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: + Removed identification \typeout's. + Removed the check for the old version of the \@tfor macro. + +1994-02-28 Frank Mittelbach <latex-bugs@latex-project.org> + + * array.dtx: + Moved the driver code in front so that the documentation can be + processed by simply running the file through LaTeX2e. + + * ftnright.dtx: + Moved the driver code in front so that the documentation can be + processed by simply running the file through LaTeX2e. + + * multicol.dtx: + Balance code rewritten; many changes to documentation etc. + Changed driver code slightly. + Moved the driver code in front so that the documentation can be + processed by simply running the file through LaTeX2e. + + * theorem.dtx: + Changed driver code slightly. + Moved the driver code in front so that the documentation can be + processed by simply running the file through LaTeX2e. + diff --git a/Master/texmf-dist/doc/latex-dev/tools/dcolumn.pdf b/Master/texmf-dist/doc/latex-dev/tools/dcolumn.pdf Binary files differnew file mode 100644 index 00000000000..b169bf93aa2 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/dcolumn.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/delarray.pdf b/Master/texmf-dist/doc/latex-dev/tools/delarray.pdf Binary files differnew file mode 100644 index 00000000000..6f80eb57c4a --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/delarray.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/enumerate.pdf b/Master/texmf-dist/doc/latex-dev/tools/enumerate.pdf Binary files differnew file mode 100644 index 00000000000..70a69f6ce1d --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/enumerate.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/fileerr.pdf b/Master/texmf-dist/doc/latex-dev/tools/fileerr.pdf Binary files differnew file mode 100644 index 00000000000..2bd1aff4b3d --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/fileerr.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/fontsmpl.pdf b/Master/texmf-dist/doc/latex-dev/tools/fontsmpl.pdf Binary files differnew file mode 100644 index 00000000000..20626d23408 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/fontsmpl.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/ftnright.pdf b/Master/texmf-dist/doc/latex-dev/tools/ftnright.pdf Binary files differnew file mode 100644 index 00000000000..0a2e5747b53 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/ftnright.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/hhline.pdf b/Master/texmf-dist/doc/latex-dev/tools/hhline.pdf Binary files differnew file mode 100644 index 00000000000..d4ccc822d4b --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/hhline.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/indentfirst.pdf b/Master/texmf-dist/doc/latex-dev/tools/indentfirst.pdf Binary files differnew file mode 100644 index 00000000000..8ac0d1f3e82 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/indentfirst.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/layout.pdf b/Master/texmf-dist/doc/latex-dev/tools/layout.pdf Binary files differnew file mode 100644 index 00000000000..2c06d2b63cf --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/layout.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/longtable.pdf b/Master/texmf-dist/doc/latex-dev/tools/longtable.pdf Binary files differnew file mode 100644 index 00000000000..87a022140cb --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/longtable.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/manifest.txt b/Master/texmf-dist/doc/latex-dev/tools/manifest.txt new file mode 100644 index 00000000000..8b0f9e32d03 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/manifest.txt @@ -0,0 +1,111 @@ +% \iffalse meta-comment +% +% Copyright 1993-2016 +% The LaTeX3 Project and any individual authors listed elsewhere +% in this file. +% +% This file is part of the Standard LaTeX `Tools Bundle'. +% ------------------------------------------------------- +% +% It 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 version. +% The latest version of this license is in +% https://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% The list of all files belonging to the LaTeX `Tools Bundle' is +% given in the file `manifest.txt'. +% +% \fi +% +% CONTENTS OF THE TOOLS BUNDLE +% ============================ + +tools-overview.tex + Overview of the content of the tools bundle. + +array.dtx + Extended versions of the environments array, tabular and tabular*. +dcolumn.dtx + Alignment on `decimal points' in tabular entries. Requires array. +delarray.dtx + Adds `large delimiters' around arrays. Requires array. +hhline.dtx + Finer control over horizontal rules in tables. Requires array. +longtable.dtx + Multipage tables. (Does not require array, but uses the extended + features if both are loaded.) +tabularx.dtx + Defines tabularx environment (similar to tabular*) but modifies + column widths, not inter-column space, to achieve a desired + table width. + +afterpage.dtx + Place text after the current page. + +bm.dtx + Access bold math symbols. + +calc.dtx + Infix arithmetic expresions. Contributed to the distribution by + Kresten Krab Thorup and Frank Jensen. + +enumerate.dtx + Extended version of the enumerate environment. + +fileerr.dtx + Suite of small files which may be used to control TeX's + missing file error loop. + +fontsmpl.dtx + Package and test file for producing `font samples' + +ftnright.dtx + Place footnotes in the right hand column in two-column mode. + +indentfirst.dtx + Indent the first paragraph of sections etc. + +layout.dtx + Produces an overview of the layout of the current document. + +multicol.dtx + Typeset text in columns, with the length of the final columns + `balanced'. + +rawfonts.dtx + Preload fonts under the old internal font names of LaTeX2.09. + Not recomended for new packages, but may help when updating old + files. + +shellesc.dtx + Unified interface for accessing system commands. + +showkeys.dtx + Draft mode showing the `keys' used by \label, \ref, \cite etc. + +somedefs.dtx + Selective handling of package options. (Used in rawfonts.sty.) + +theorem.dtx + Flexible definition of `theorem-like' environments. + +trace.dtx + The package helps to suppress and to control the amount of tracing + output (\tracingall) by taming calc and making NFSS less noisy. + +varioref.dtx + `Smart' handling of page references. + +verbatim.dtx + Flexible version of verbatim environment. + +xr.dtx + eXternall References. Extend \ref to access \label commands in + other documents. + +xspace.dtx + Smart space command that avoids the common mistake of missing + spaces after command names. diff --git a/Master/texmf-dist/doc/latex-dev/tools/multicol.pdf b/Master/texmf-dist/doc/latex-dev/tools/multicol.pdf Binary files differnew file mode 100644 index 00000000000..e614cb33866 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/multicol.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/rawfonts.pdf b/Master/texmf-dist/doc/latex-dev/tools/rawfonts.pdf Binary files differnew file mode 100644 index 00000000000..316f3b8c769 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/rawfonts.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/shellesc.pdf b/Master/texmf-dist/doc/latex-dev/tools/shellesc.pdf Binary files differnew file mode 100644 index 00000000000..043016f2b97 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/shellesc.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/showkeys.pdf b/Master/texmf-dist/doc/latex-dev/tools/showkeys.pdf Binary files differnew file mode 100644 index 00000000000..6b2817a9820 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/showkeys.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/somedefs.pdf b/Master/texmf-dist/doc/latex-dev/tools/somedefs.pdf Binary files differnew file mode 100644 index 00000000000..b701b5a16e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/somedefs.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/tabularx.pdf b/Master/texmf-dist/doc/latex-dev/tools/tabularx.pdf Binary files differnew file mode 100644 index 00000000000..83d15b9119e --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/tabularx.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/theorem.pdf b/Master/texmf-dist/doc/latex-dev/tools/theorem.pdf Binary files differnew file mode 100644 index 00000000000..0d14dda3274 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/theorem.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/tools-overview.pdf b/Master/texmf-dist/doc/latex-dev/tools/tools-overview.pdf Binary files differnew file mode 100644 index 00000000000..9e651744dfe --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/tools-overview.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/tools-overview.tex b/Master/texmf-dist/doc/latex-dev/tools/tools-overview.tex new file mode 100644 index 00000000000..6a00580302f --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/tools-overview.tex @@ -0,0 +1,217 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesFile{tools-overview.tex}[2015/03/31 v1.0 Tools overview] + +% Copyright (C) 2006-2019 +% +% The LaTeX3 Project and any individual authors listed elsewhere +% in this file. +% +% Copyright (c) 2006-2014 Heiko Oberdiek +% (c) 2015-2019 The LaTeX3 Project +% +% This file is part of the Standard LaTeX `Tools Bundle'. +% ------------------------------------------------------- +% +% It 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 version. +% The latest version of this license is in +% https://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% The list of all files belonging to the LaTeX `Tools Bundle' is +% given in the file `manifest.txt'. +% +% This file is derived from `tools.tex' and `tools-overview.cls' +% from the `latex-tds' bundle maintained by Heiko Oberdiek. +% +\documentclass[a4paper,12pt]{article} + +% page layout +\usepackage[ + ignoreall, + hmargin=1in, + vmargin={.75in,1in}, +]{geometry} + +\pagestyle{empty} + +\usepackage{calc}[2005/08/06] + +\usepackage{hyperref} +\hypersetup{ + colorlinks, + filecolor=blue, + pdftitle={LaTeX's Tools Bundle}, + pdfsubject={Overview}, + pdfauthor={Heiko Oberdiek}, + pdfcreator={Project `latex-tds'}, +} +\title{Contents of \LaTeX's Tools Bundle} + +\makeatletter + +\let\TO@document\document +\let\TO@enddocument\enddocument + +\def\document{% + \TO@document + \maketitle + \toks@={}% + \setlength{\maxlen}{0pt}% +} +\newlength{\maxlen} +\def\enddocument{% + \begin{list}{}{% + \setlength{\leftmargin}{\maxlen + \labelsep}% + \setlength{\labelwidth}{\maxlen}% + \setlength{\partopsep}{0pt}% + }% + \the\toks@ + \end{list}% + \TO@enddocument +} +\newcommand{\entry}[2]{% + \outline{#1}% + \toks@\expandafter{% + \the\toks@ + \item[% + \href{file:#1.pdf}{\printpackage{#1}}% + \hfill + ]% + #2% + }% + \setlength{\maxlen}{% + \maxof{\maxlen}{\widthof{\printpackage{#1}}}% + }% + \global\maxlen\maxlen +} +\newcommand*{\printpackage}[1]{% + \textbf{\large #1:}% +} +\newcommand*{\outline}[1]{% + \pdfoutline + attr {/C[0 0 1]} + user {% + <<% + /S/GoToR% + /F(#1.pdf)% + /NewWindow true% + /D[0/XYZ null null null]% + >>% + }% + {[#1]}\relax +} +\renewcommand*{\maketitle}{% + \begingroup + \par + \centering + \bfseries + \LARGE + \@title + \par + \endgroup + \vspace{2em}% +} + +\providecommand*{\cs}[1]{% + \texttt{\textbackslash#1}% +} + +\makeatother + +\begin{document} +\entry{afterpage}{% + Place text after the current page. +}% +\entry{array}{% + Extended versions of the environments array, tabular and tabular*. +}% +\entry{bm}{% + Access bold math symbols. +}% +\entry{calc}{% + Infix arithmetic expresions. Contributed to the distribution by + Kresten Krab Thorup and Frank Jensen. +}% +\entry{dcolumn}{% + Alignment on \emph{decimal points} in tabular entries. Requires array. +}% +\entry{delarray}{% + Adds \emph{large delimiters} around arrays. Requires array. +}% +\entry{enumerate}{% + Extended version of the enumerate environment. +}% +\entry{fileerr}{% + Suite of small files which may be used to control \TeX{}'s + missing file error loop. +}% +\entry{fontsmpl}{% + Package and test file for producing \emph{font samples} +}% +\entry{ftnright}{% + Place footnotes in the right hand column in two-column mode. +}% +\entry{hhline}{% + Finer control over horizontal rules in tables. Requires array. +}% +\entry{indentfirst}{% + Indent the first paragraph of sections etc. +}% +\entry{layout}{% + Produces an overview of the layout of the current document. +}% +\entry{longtable}{% + Multipage tables. (Does not require array, but uses the extended + features if both are loaded.) +}% +\entry{multicol}{% + Typeset text in columns, with the length of the final columns + \emph{balanced}. +}% +\entry{rawfonts}{% + Preload fonts under the old internal font names of \LaTeX{}2.09. + Not recomended for new packages, but may help when updating old + files. +}% +\entry{shellesc}{% + Unified interface to ``shell escape'' i.e., access to system commands + based on \texttt{\string\write18} or \texttt{os.execute} depending + on the system in use. +}% +\entry{showkeys}{% + Draft mode showing the \emph{keys} used by \cs{label}, \cs{ref}, \cs{cite} etc. +}% +\entry{somedefs}{% + Selective handling of package options. (Used in rawfonts.sty.) +}% +\entry{tabularx}{% + Defines tabularx environment (similar to tabular*) but modifies + column widths, not inter-column space, to achieve a desired + table width. +}% +\entry{theorem}{% + Flexible definition of \emph{theorem-like} environments. +}% +\entry{trace}{% + The package helps to suppress and to control the amount of tracing + output (\cs{tracingall}) by taming calc and making NFSS less noisy. +}% +\entry{varioref}{% + \emph{Smart} handling of page references. +}% +\entry{verbatim}{% + Flexible version of verbatim environment. +}% +\entry{xr}{% + eXternall References. Extend \cs{ref} to access \cs{label} commands in + other documents. +}% +\entry{xspace}{% + Smart space command that avoids the common mistake of missing + spaces after command names. +}% + +\end{document} diff --git a/Master/texmf-dist/doc/latex-dev/tools/trace.pdf b/Master/texmf-dist/doc/latex-dev/tools/trace.pdf Binary files differnew file mode 100644 index 00000000000..5eb99c3e243 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/trace.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/varioref.pdf b/Master/texmf-dist/doc/latex-dev/tools/varioref.pdf Binary files differnew file mode 100644 index 00000000000..2346645c1b3 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/varioref.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/verbatim.pdf b/Master/texmf-dist/doc/latex-dev/tools/verbatim.pdf Binary files differnew file mode 100644 index 00000000000..14ed89c8ecc --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/verbatim.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/xr.pdf b/Master/texmf-dist/doc/latex-dev/tools/xr.pdf Binary files differnew file mode 100644 index 00000000000..c0511733620 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/xr.pdf diff --git a/Master/texmf-dist/doc/latex-dev/tools/xspace.pdf b/Master/texmf-dist/doc/latex-dev/tools/xspace.pdf Binary files differnew file mode 100644 index 00000000000..bba3d6c5f4a --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/tools/xspace.pdf |