diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:29 +0000 |
commit | 8b8fbae5990dee3b8ab739df0de8b7c365e4d227 (patch) | |
tree | 824392c1bb07fe8c8b620efd3992cc0daa3e433a /Master/texmf-dist/tex/latex/ncctools/nccparskip.sty | |
parent | e9351f8ac4f8603d6020be78e092e939e24d89d0 (diff) |
ncctools
git-svn-id: svn://tug.org/texlive/trunk@1132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ncctools/nccparskip.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ncctools/nccparskip.sty | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ncctools/nccparskip.sty b/Master/texmf-dist/tex/latex/ncctools/nccparskip.sty new file mode 100644 index 00000000000..359be7e84bd --- /dev/null +++ b/Master/texmf-dist/tex/latex/ncctools/nccparskip.sty @@ -0,0 +1,48 @@ +%% +%% This is file `nccparskip.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% nccparskip.dtx (with options: `package') +%% +%% IMPORTANT NOTICE: +%% +%% This file is a generated file from the sources of the `ncctools' +%% bundle. +%% +%% You are not allowed to modify this file. +%% +%% You are allowed to distribute this file if and only if +%% it is distributed with the corresponding source files in +%% the `ncctools' bundle. +%% +%% For the copying and distribution conditions of the source files, +%% see the README file distributed with the ncctools bundle. +%% +%% File: nccparskip.dtx Copyright (C) 2002--2004 by Alexander I. Rozhenko +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{nccparskip} + [2004/12/08 v1.1 Parskip Control Package (NCC)] +\newcommand*{\SetParskip}[1]{\setlength{\parskip}{#1}\parsep\parskip} +\partopsep\z@ +\topsep\z@ +\itemsep\z@ +\def\@listi{\leftmargin\leftmargini} +\let\@listI\@listi +\def\@listii{\leftmargin\leftmarginii + \labelwidth\leftmarginii \advance\labelwidth-\labelsep} +\def\@listiii{\leftmargin\leftmarginiii + \labelwidth\leftmarginiii \advance\labelwidth-\labelsep} +\let\NCC@normalsize\normalsize +\def\normalsize{\let\NCC@temp\@listi\NCC@normalsize\let\@listi\NCC@temp} +\let\NCC@small\small +\def\small{\let\NCC@temp\@listi\NCC@small\let\@listi\NCC@temp} +\let\NCC@footnotesize\footnotesize +\def\footnotesize{\let\NCC@temp\@listi\NCC@footnotesize\let\@listi\NCC@temp} +\normalsize +\SetParskip{4pt plus 1pt minus .2pt} +\endinput +%% +%% End of file `nccparskip.sty'. |