From 957ec537859d890cf6d1bf8c1897905a75925bf9 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 17 Feb 2009 22:09:16 +0100 Subject: [PATCH] Add a header to the pages (looks nicer in my eyes): typearea.sty calculates the page layout in a consistent way --- pms.tex | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pms.tex b/pms.tex index 09a8ea6..6fd03cb 100644 --- a/pms.tex +++ b/pms.tex @@ -19,6 +19,7 @@ algorithm, algorithmic } +\usepackage[DIV13]{typearea} \usepackage[position=top]{caption} \usepackage[utf8]{inputenc} @@ -106,6 +107,9 @@ \title{Package Manager Specification} \author{Stephen P. Bennett\\\url{spb@...} \and Ciaran McCreesh\\\url{ciaran.mccreesh@...}} +\pagestyle{myheadings} +\markboth{\scshape Package Manager Specification}{\scshape Package + Manager Specification} \begin{document} \maketitle -- 1.6.0.6