foleyj2 / ru-thesis

Thesis (B.Sc., M.Sc., Ph.D.) Template for Reykjavík University in Iceland
MIT License
2 stars 6 forks source link

Table of Symbols doesn't format well #31

Closed foleyj2 closed 8 months ago

foleyj2 commented 8 months ago

When switching back to a more basic template, the Table of Symbols elements got messed up so there were unneeded blank pages and things ended up on the wrong recto/verso. Developed code that worked well enough. Need to put into the template

\newcommand{\frontmatterhead}[1]{{%based upon \chapterhead from memman.pdf p.84
    \clearpage
    % move to correct page
    \thispagestyle{chapter} % set the page style
    \insertchapterspace% space between previous and the title
    \printchaptertitle{#1}% title
    \addcontentsline{toc}{chapter}{#1}
    \afterchaptertitle% \afterchapskip space after title
}}
foleyj2 commented 8 months ago

Minor change, fixed in #a3cb857