Theses, Books, Title pages ⇒ Change the date format in Title Page
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Change the date format in Title Page
I tried with \date like:
{\large \date}\\[4cm] % Date
But I get the following error: "! Argument of \date has an extra }"
I tried with variants like:
{\large \date{\today}}
But the date is just not there, or I experience a broad collection of mistakes!
Your helo will be fully apreciated!
Rodrigo
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
Re: Change the date format in Title Page
You need to open up Thesis.cls and remove or modify the following lines:
\def\today{\ifcase\month\or
January\or February\or March\or April\or May\or June\or
July\or August\or September\or October\or November\or December\fi
\space \number\year}
Cheers,
Vel