Theses, Books, Title pagesThesis template does not seem to be working for me?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Thesis template does not seem to be working for me?

Post by templateuser »

Hi,

I downloaded the Doctoral/Master thesis templet.

When I tried to render a pdf using TexShop I get the error message below. I have not edited the thesis.cls file in anyway (nor any other file in the templet). Is any one able to explain this? Would be much appreciated!

Code: Select all

./Thesis.cls:42: Use of \@ doesn't match its definition.
\@checkoptions#1#2 -> \edef  \@curroptions{\@p
									tionlist{\@currname.
\@currext}} ....
l.42 \@checkoptions{11pt}{{10pt}{11pt}{12pt}}
 
?
I also get this warning

Code: Select all

You have requested package ' ',
but the  package provides 'Thesis'
Gustav

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Thesis template does not seem to be working for me?

Post by Vel »

Hi,

You're trying to compile thesis.cls rather than main.tex.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Thesis templet does not seem to be working for me?

Post by templateuser »

Thank you! Now it is working.

Cheers
Gustav
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Thesis template does not seem to be working for me?

Post by templateuser »

Hi Vel,
Sorry, I m very new to LaTex and trying to use this thesis template for my PhD as well. I have the same error as Gustav, I don't follow the correction that needed to be done and still get the same error when I try to put in my details to the thesis.cls file.
Thanks for your help!

stevenan
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Thesis templet does not seem to be working for me?

Post by templateuser »

I m using LaTex on Mac Os X, I m just not sure how to save the thesis.cls to thesis.tex since that's not an option in the file menu

stevenan
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Thesis template does not seem to be working for me?

Post by Vel »

Hi,

The main document you should be compiling is main.tex rather than thesis.cls. You need to change your details in thesis.cls but after that you save it and close it and compile main.tex only. Hope that makes sense!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Thesis template does not seem to be working for me?

Post by templateuser »

Hello Vel , thanks for the wonderful support. am also using a Mac OS X
The main.tex run's fine after editing however when i edit the Chapter and the
but i have a problem when running the Chapters.tex i get an errors. below is part of the error i receive from the console.

Code: Select all

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.7 \lhead{C
hapter 1. \emph{Chapter Title Here}} % This is for the header on...

You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.

Missing character: There is no C in font nullfont!
Missing character: There is no h in font nullfont!
Missing character: There is no a in font nullfont!
Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!
Missing character: There is no e in font nullfont!
Missing character: There is no r in font nullfont!
Missing character: There is no 1 in font nullfont!
Missing character: There is no . in font nullfont!
please assist me i have been looking thorough the forum for some solution but i cant find it. i believe it has to do with fonts or some missing packages?
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Thesis template does not seem to be working for me?

Post by Vel »

Hi,

You don't compile the individual chapters separately. You only compile main.tex and nothing else, main.tex includes all of the chapters automatically so it's all you have to work with. When you're working on the different chapters, make your changes and save the chapter files then compile main.tex to see the changes.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply