Search found 4 matches
- Thu Mar 09, 2017 2:13 pm
- Forum: Theses, Books, Title pages
- Topic: Add a rule at the bottom of the pages
- Replies: 10
- Views: 6030
Add a rule at the bottom of the pages
Ok, I'm sorry. I didn't know that.
- Thu Mar 09, 2017 10:50 am
- Forum: Theses, Books, Title pages
- Topic: Add a rule at the bottom of the pages
- Replies: 10
- Views: 6030
Add a rule at the bottom of the pages
Everything I do on the .tex file is for nothing, I get erros everytime. I've tried to edit the .cls file,
\RequirePackage[markcase=used]{scrlayer-scrpage}
\providepairofpagestyles{thesisSimple}{%
\clearpairofpagestyles%
\automark[chapter]{chapter}
\ihead{\headmark}% Inner header
\ohead ...
\RequirePackage[markcase=used]{scrlayer-scrpage}
\providepairofpagestyles{thesisSimple}{%
\clearpairofpagestyles%
\automark[chapter]{chapter}
\ihead{\headmark}% Inner header
\ohead ...
- Thu Mar 09, 2017 12:11 am
- Forum: Theses, Books, Title pages
- Topic: Add a rule at the bottom of the pages
- Replies: 10
- Views: 6030
Add a rule at the bottom of the pages
I've tried putting before \begin{document}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\footrulewidth}{1pt}
and he error message is
''Class MastersDoctoralThesis Error: Package `fancyhdr' is incompatible(MastersDoctoralThesis) with this class. \usepackage{fancyhdr}''
After that I've ...
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\footrulewidth}{1pt}
and he error message is
''Class MastersDoctoralThesis Error: Package `fancyhdr' is incompatible(MastersDoctoralThesis) with this class. \usepackage{fancyhdr}''
After that I've ...
- Wed Mar 08, 2017 10:02 pm
- Forum: Theses, Books, Title pages
- Topic: Add a rule at the bottom of the pages
- Replies: 10
- Views: 6030
Add a rule at the bottom of the pages
I want to add a rule at the bottom of the pages (like the one it is at the top, but without anything printed). I've tried with fancyhdr package but I get some errors related to the template. Is there something I can do?