\thispagestyle{myheadings}
, but I think it's conflicting with the header on page 1. Ideally, I would like my name on the top left and a page number on the top right side of every page starting with page 2.Thanks in advance!
Zee
\thispagestyle{myheadings}
, but I think it's conflicting with the header on page 1. Ideally, I would like my name on the top left and a page number on the top right side of every page starting with page 2.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
fancyhdr
package and modify the current header from the first page so it can go into \chead{}
which will then appear on every page.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis