diff options
author | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-04 08:43:01 +0000 |
commit | ba9472aebfed07843bc4faa00c7b96bc86194691 (patch) | |
tree | 4a952a012e2f1663beaac6384dec265fb50dd361 /Master/texmf-dist/doc/latex/ncctools/ncctools.tex | |
parent | a88bdfe70c672cfced299babf0a54881a916bcca (diff) |
Fix ctan2tds for pgf installation
comment powerdot-doc-vn in tpm-ctan-check, it always breaks
Update of the following packages:
labelcas pstricks-add sectionbox ltxmisc frenchle flowfram verse emulateapj
pst-pdf poemscol babelbib dk-bib breakurl screenplay ncctools xkeyval bibleref
muthesis pst-labo pgf ncclatex active-conf xcolor commath lineno dottex makeplo
git-svn-id: svn://tug.org/texlive/trunk@2240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ncctools/ncctools.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/ncctools/ncctools.tex | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ncctools/ncctools.tex b/Master/texmf-dist/doc/latex/ncctools/ncctools.tex index 7679deb1220..a72ead35a0a 100644 --- a/Master/texmf-dist/doc/latex/ncctools/ncctools.tex +++ b/Master/texmf-dist/doc/latex/ncctools/ncctools.tex @@ -4,12 +4,12 @@ \usepackage{desclist} \usepackage{tocenter} \reversemarginpar -\settowidth\marginparwidth{\tt nccfancyhdr} +\settowidth\marginparwidth{\tt afterpackage} \ToCenter[fm]{130mm}{220mm} \title{NCCTOOLS} \author{by Alexander I. Rozhenko} -\date{Release 3.1} +\date{Release 3.5} \def\|{\verb|} \newcommand*\Package[1]{% @@ -23,9 +23,15 @@ The `ncctools' collection consists of a number of packages extracted from NCC style (developed by Alexander I.~Rozhenko in 1992--1996 under \LaTeX-2.09) while re-implementation it for -\LaTeXe. It now contains 22 packages. +\LaTeXe. Many new packages were also added later. -The packages implemented in this collection provide the following: +The collection now contains 25 packages providing the following: + +\Package{afterpackage} Implements \|\AfterPackage| command specifying +additional commands which should be applied to a package after +its loading. The customization commands are specified without +pre-loading packages they concerned to and are applied right +after loading the respective packages. \Package{dcounter} Dynamic counters. The counter declared as dynamic is really created at the first use and receives at that @@ -186,8 +192,13 @@ The most interesting of them are: sections of 0th level and captions for floats); \item user-controlled typeout for display sections (user can -select one of the\linebreak following typeout styles: \|hangindent|, -\|hangindent*|, \|parindent|,\linebreak \|parindent*|, and \|center|); +select one of the following typeout styles: \|hangindent|, +\|hangindent*|, \|parindent|, \|parindent*|, +\|hangparindent|, \|hangparindent*|, \|center|, and +\|centerlast|);{\sloppy\par} + +\item new section styles can be easy constructed with the help of +two style definition commands; \item customizing of section or caption tag by the manner similar to \AmS\ equation tag; @@ -251,6 +262,15 @@ or class, and a user only selects the count style for them (in simple case this can be done with only one \|\countstyle| command in the document preamble). + +\Package{textarea} Allows expand the text area of a document +on other areas: footer, header, and margin. There are two +ways for such expansion~--- temporary expansion of a current +page on the header using a special negative vertical skip, +or global change of page layout parameters with possibility +of later restoration them to the original values. +All these actions should be applied at the beginning of page. + \Package{tocenter} Provides two commands, namely \|\ToCenter| and \|\FromMargins|, simplifying the customization of page layout. It is now easy to change text width and height and center the text @@ -259,6 +279,12 @@ optionally taken into consideration). Other way is like-Word declaring of paper layout: you set margins from the left, right, top, and bottom edges of page. +\Package{topsection} Implements an unnumbered top-level section +(\|\chapter| in books and reports or \|\section| in articles) in +class-independent way. Such a section is used as a title for +standard document sections such as table of contents, index, +bibliography, etc. Using this command allows simplify the +definition or redefinition of standard document environments. \Package{watermark} Provides watermarks on output pages. A watermark is some text or picture printed at the background of |