summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/carlisle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-06 16:04:01 +0000
committerKarl Berry <karl@freefriends.org>2010-05-06 16:04:01 +0000
commit4de24e502d9c59f44bb96e5c50739378188feefd (patch)
treea4701fa2f72fe7ca8c7e5875cb0d6141fc137d7c /Master/texmf-dist/tex/latex/carlisle
parentc66689fbbe8c6cb804fd6bcbd98ab7cb61f55f49 (diff)
doc + separate package nopageno
git-svn-id: svn://tug.org/texlive/trunk@18128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/carlisle')
-rw-r--r--Master/texmf-dist/tex/latex/carlisle/nopageno.sty27
1 files changed, 0 insertions, 27 deletions
diff --git a/Master/texmf-dist/tex/latex/carlisle/nopageno.sty b/Master/texmf-dist/tex/latex/carlisle/nopageno.sty
deleted file mode 100644
index 2aa273e76e0..00000000000
--- a/Master/texmf-dist/tex/latex/carlisle/nopageno.sty
+++ /dev/null
@@ -1,27 +0,0 @@
-%%
-%% 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