diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-06 16:04:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-06 16:04:01 +0000 |
commit | 4de24e502d9c59f44bb96e5c50739378188feefd (patch) | |
tree | a4701fa2f72fe7ca8c7e5875cb0d6141fc137d7c /Master/texmf-dist/doc/latex/nopageno | |
parent | c66689fbbe8c6cb804fd6bcbd98ab7cb61f55f49 (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/doc/latex/nopageno')
-rw-r--r-- | Master/texmf-dist/doc/latex/nopageno/nopageno.pdf | bin | 0 -> 174970 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/nopageno/nopageno.tex | 42 |
2 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nopageno/nopageno.pdf b/Master/texmf-dist/doc/latex/nopageno/nopageno.pdf Binary files differnew file mode 100644 index 00000000000..ec2c67cc4d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/nopageno/nopageno.pdf diff --git a/Master/texmf-dist/doc/latex/nopageno/nopageno.tex b/Master/texmf-dist/doc/latex/nopageno/nopageno.tex new file mode 100644 index 00000000000..cf40653764b --- /dev/null +++ b/Master/texmf-dist/doc/latex/nopageno/nopageno.tex @@ -0,0 +1,42 @@ +\documentclass[pagesize=auto, parskip=full, fontsize=14pt, DIV=9]{scrartcl} + +\usepackage{fixltx2e} +\usepackage{etex} +\usepackage{xspace} +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{textcomp} +\usepackage{microtype} +\usepackage{hyperref} + +\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} +\newcommand*{\pkg}[1]{\textsf{#1}} +\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} +\makeatletter +\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} +\makeatother + +\addtokomafont{title}{\rmfamily} +\deffootnote{1em}{1em}{\textsuperscript{\thefootnotemark}} + +\title{The \pkg{nopageno} package} +\author{David Carlisle} +\date{1989/01/01\thanks{Actually the above date is probably wrong, I can not remember how long I have had this lying around\ldots}} + + +\begin{document} + +\maketitle + +\LaTeX's standard styles use two page styles, one on normal +pages and one on `opening' pages with \cmd{\maketitle} or \cmd{\chapter} etc\@. +Unfortunately there is only easy access to changing one of these +two so if you want something other than `\texttt{plain}' on the opening +pages you must use \verb+\thispagestyle{...}+ on \emph{each} such page. + +The \pkg{fancyheadings} package does provide a more flexible interface, +but if you just want an empty page style on all pages then\\[0.6ex] +\verb+ \usepackage{nopageno}+\\[0.6ex] +will do the job. + +\end{document} |