Tagged Questions
4
votes
2answers
389 views
How to include headers and footers for pages between chapters?
\documentclass[12pt,a4paper,openright]{mwrep}
\usepackage{lipsum}
\usepackage[top=2cm,bottom=2cm,left=3cm,right=2cm,twoside]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
...
4
votes
1answer
156 views
How to add a page number on the bottom of the first pages in table of contents, list of figures/tables and bibliography?
How to add a page number on the bootom of the first pages in table of contents, list of figures/tables and bibliography?
\tableofcontents
\listoftables
\listoffigures
\bibliography{filename}
...
1
vote
1answer
277 views
Make page numbers alternate between the right and the left corner when using apa.cls
I'm using the apa.cls (with the doc-style option) to typeset my document. This puts the number of each page in the top right corner. However, I'm going to print this document so I would like every odd ...
7
votes
2answers
209 views
Print a single page multiple times, counting up the page number
I (still :) have a ham-radio logbook, a single a4 page which I fill out manually (so this is just an empty form/a template of sorts). Please see below for the code.
The page number is on the bottom ...