Theses, Books, Title pages ⇒ How do I remove the time in brackets on every page?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How do I remove the time in brackets on every page?
Jim
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
How do I remove the time in brackets on every page?
There’s a few ways you can do this, the template is in drafting mode by default which prints that footer with the time and version, to take it out of drafting mode and remove the footer simply take out drafting from the first coding line of
classicthesis-config.tex
.If you want to keep the template in drafting mode but just remove the time, remove
\today\ at \thistime\ --
from line 646 of classicthesis.sty
.Cheers,
Vel