summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/nonumonpart/nonumonpart.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/nonumonpart/nonumonpart.sty')
-rw-r--r--macros/latex/contrib/nonumonpart/nonumonpart.sty42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/nonumonpart/nonumonpart.sty b/macros/latex/contrib/nonumonpart/nonumonpart.sty
new file mode 100644
index 0000000000..cd81fad49c
--- /dev/null
+++ b/macros/latex/contrib/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'.