LyXclassicthesis | Remove Package Version Number

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Dan271
Posts: 3
Joined: Wed May 09, 2012 8:40 pm

classicthesis | Remove Package Version Number

Post by Dan271 »

I have been using ClassicThesis template in order to write my thesis, available at http://code.google.com/p/classicthesis/ ... p&can=2&q=. I am about to complete my thesis. However, I am stuck with the appearance of [date--classthesis version 4.0] that appears at the bottom of every page. I do know how to remove it. I commented it wherever I found the command that generates this, but I still cannot get rid of it. I would be thankful if anyone could help me out.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

Seems that you are using the unofficial development version. You better use the official release version of the classicthesis package that is located on CTAN. It should be part of your TeX distribution but might need to be installed subsequently by the package manager.


Best regards and welcome to the board
Thorsten
Dan271
Posts: 3
Joined: Wed May 09, 2012 8:40 pm

Re: classicthesis | Remove Package Version Number

Post by Dan271 »

Well, I never really got around with the CTAN thing. Every time I try to install some package, there is some message like the website cannot be connected. Hence, I migrated to using simple Lyx. And I finally found this beautiful template for a thesis, where I have been able to figure things out for myself, except this part which I mentioned in my earlier post. Thank you for bearing with my ignorance !!!
Dan271
Posts: 3
Joined: Wed May 09, 2012 8:40 pm

classicthesis | Remove Package Version Number

Post by Dan271 »

Ok. Here is what I did in Lyx. Go to Documents, Settings, Class Options, Uncheck Predefine and Custom the following: 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 !!!
Last edited by cgnieder on Wed Sep 05, 2012 5:40 pm, edited 1 time in total.
jamesf
Posts: 1
Joined: Wed Sep 05, 2012 3:00 am

classicthesis | Remove Package Version Number

Post by jamesf »

Hopefully you have found this out since you posted, but removing that footer is actually quite easy. It is designed to help keep track of drafts and is controlled by an option in 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.
Last edited by cgnieder on Wed Sep 05, 2012 5:41 pm, edited 1 time in total.
dgsuarezf
Posts: 1
Joined: Tue May 20, 2014 11:41 pm

Re: classicthesis | Remove Package Version Number

Post by dgsuarezf »

I also had this problem and i solved in this way:
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.
Post Reply