Tagged Questions
6
votes
1answer
111 views
Code improvement and suggestions in template
Consider the following MWE:
\documentclass[12pt,twoside,letterpaper]{report}
\usepackage[text={4.95in,7.5in},centering,bottom=1.5in,showframe]{geometry}
\usepackage[dvipsnames]{xcolor}
...
4
votes
2answers
392 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
280 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 ...