summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/nonumonpart/nonumonpart.sty
blob: cd81fad49c9270513f4239f0f7860a25c190bd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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'.