I had two almost identical documents that were done using the exam class. The one difference between the documents was the tikz package. The document with the tikz package had the page numbers where I wanted and the document without tikz had the page numbers higher up on the page. I like the place the tikz package put my footer. This leads me to my question, how can I get it to be that same way without having
\usepackage{tikz}
in my preamble?
Relevant Preamble:
\documentclass[12pt]{exam}
\usepackage{amsmath, amssymb}
\usepackage{multicol}
\usepackage{tikz}
\pagestyle{headandfoot}
\runningheadrule
\firstpageheader{Test}{Answers}{}
\runningheader{Test}{Solutions}{}
\firstpagefooter{}{}{\thepage}
\runningfooter{}{}{\thepage}
\usepackage{lipsum}and\begin{document} \lipsum[1-10] \end{document}to your document and cannot reproduce your issue. Please provide a complete document that shows it. – Jun 29 '19 at 03:32letterpaperanda4paper. Try to add either as optional argument to the documentclass and check if that solves your issue. – JJM Driessen Jun 29 '19 at 14:42graphicxpackage which TikZ loads. See https://tex.stackexchange.com/questions/335086, which is the same problem I think. – Torbjørn T. Jul 31 '19 at 09:39