https://imgur.com/a/S24xx
The relevant section of structure.tex is as follows:
Code: Select all
% PAGE MARGINS
\usepackage[
top=3cm,
bottom=3cm,
left=3cm,
right=3cm,
headsep=10pt,
paper=letterpaper,
layout=letterpaper,
]{geometry}
Code: Select all
% PAGE MARGINS
\usepackage[
top=3cm,
bottom=3cm,
left=3cm,
right=3cm,
headsep=10pt,
paper=letterpaper,
layout=letterpaper,
]{geometry}
Thanks for the response, Vel. I've modified structure.tex extensively at this point -- not only have I added packages and configurations and such, but I painstakingly reformatted the entire file because I simply can't make heads or tails of the original version. So that makes it hard to figure out where the problem is!Vel wrote:Starting with a fresh copy of the template, I've replaced the first coding line of structure.tex that specifies geometry with your command and I can't reproduce the problem. Perhaps you've modified something else that's causing it?
Oh yes!Johannes_B wrote:Without knowing more, it is hard to give any advice.
Did you compile multiple times?
Code: Select all
{\addvspace{12pt}\large\sffamily\bfseries}
{\color{ocre!60}\contentslabel[\Large\thecontentslabel]{1.25cm}\color{ocre}} % Chapter number
{\color{ocre}}
Code: Select all
{
\addvspace{12pt}
\large
\sffamily
\bfseries
}
% Chapter number
{
\color{ocre!60}
\contentslabel[
\Large
\thecontentslabel
]{1.25cm}
\color{ocre}
}
{
\color{ocre}
}