LyX ⇒ classicthesis | Remove Package Version Number
classicthesis | Remove Package Version Number
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
classicthesis | Remove Package Version Number
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: classicthesis | Remove Package Version Number
classicthesis | Remove Package Version Number
fontsize=11pt,paper=a4,twoside,openright,titlepage,numbers=noenddot,headinclude,BCOR=5mm,footinclude=false,cleardoublepage=empty
. I see that this pushes the [date- classicthesis version 4 ] that appears on every page to the bottom. But still a top part of the letters are visible. Now I need help on completely suppressing this part !!!classicthesis | Remove Package Version Number
classicthesis-config.tex
At the top of that document is:
Code: Select all
\PassOptionsToPackage{.....
One of the options passed will be: drafting
Comment this out and the footer will disappear.
EDIT: Have just realised you were specifically asking about the Lyx version. I suspect the above applies but I don't use Lyx. If not try putting
drafting=false
into the options.Re: classicthesis | Remove Package Version Number
1. Open the file: "classicthesis.sty"
2. Search the line: "\DeclareOption{drafting}{\setboolean{@drafting}{true}}"
3. Change that "true" for "false"
4. Save it and compile tha main file and the top of those letters will disappear.