diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-17 23:02:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-17 23:02:38 +0000 |
commit | c8312d27f49717ea381b1a46ad6a0e3d63b72152 (patch) | |
tree | 66e54395442b06300769b257c01df3495ea8d8c1 /Master/texmf-dist/tex | |
parent | b35f6c069825f540759ae0c3cbcc784a1411e115 (diff) |
new latex package nonumonpart 2011-04-15 (16apr11)
git-svn-id: svn://tug.org/texlive/trunk@22114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/nonumonpart/nonumonpart.sty | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/nonumonpart/nonumonpart.sty b/Master/texmf-dist/tex/latex/nonumonpart/nonumonpart.sty new file mode 100644 index 00000000000..cd81fad49c9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/nonumonpart/nonumonpart.sty @@ -0,0 +1,42 @@ +%% +%% This is file `nonumonpart.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% nonumonpart.dtx (with options: `package') +%% This is a generated file. +%% +%% Copyright (C) 2011 by Yvon Henel +%% dit "le TeXnicien de surface" <le.texnicien.de.surface@wanadoo.fr> +%% +%% This file may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License, either version 1.2 of this license +%% or (at your option) any later version. The latest version of this +%% license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.2 or later is part of all distributions of LaTeX version +%% 1999/12/01 or later. +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\def\PackageName{nonumonpart} +\def\fileversion{v1} +\def\filedate{2011/04/15} +\def\docdate{2011/04/15} +\def\fileinfo{nonumonpart.sty by Le TeXnicien de surface} +\ProvidesPackage{nonumonpart} + [\filedate\space\fileversion\space\fileinfo] +\AtBeginDocument{ +\ifcsname part\endcsname + \let\S@VE@@endpart\@endpart + \def\@endpart{\thispagestyle{empty}\S@VE@@endpart} + \PackageInfo{nonumonpart}{% + The command \string\@endpart\space is redefined\@gobble} +\else + \PackageInfo{nonumonpart}{% + As the command \string\part\space is not known I do nothing\@gobble} +\fi} +\endinput +%% +%% End of file `nonumonpart.sty'. |