File: nopageno.sty

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (27 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (20)
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
%%
%% nopageno package: No page numbers in LaTeX documents.
%%
%% Copyright 1998 David Carlisle
%%
%% This file may be distributed under the terms of the LPPL.
%% See 00readme.txt for details.

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{nopageno}[1989/01/01 no page numbers (DPC)]
% Actually the above date is probably wrong, I can not remember
% How long I have had this lying around...

% LaTeX's standard styles use two page styles, one on normal
% pages and one on `opening' pages with \maketitle or \chapter etc.
% Unfortunately there is only easy access to changing one of these
% two so if you want something other than `plain' on the opening
% pages you must use \thispagestyle{...} on _each_ such page.

% The fancyheadings package does provide a more flexible interface,
% but if you just want an empty page style on all pages then
% \usepackage{nopageno}
% will do the job.

% Another 4 token package...
\let\ps@plain\ps@empty
\ps@empty