Document Classes ⇒ Thesis.cls
Thesis.cls
I tried to use the thesis.cls documentclass and add all the necessary files, however he does not recognize the control sequences included in this documentclass.
Thus, probably my installation is not correct.
How do you install the thesis.cls documentclass correctly?
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
Thesis.cls
Looking at the thesis manual (dated to 1995/25/01) I would consider this class a outdated. Using memoir or a class from the KOMA Script bundle could be good alternatives.
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Thesis.cls
Code: Select all
\documentclass[a4paper]{thesis}
\usepackage{indentfirst}
\usepackage{ulem}
\usepackage{rotating}
\title{ ... }
\author{ first middle }{ last }
\advisor{ title }{ name }
\reader{ full name }
\degree{ long description }{ short description }
\dept{ designation }{ name }
\otherdegrees{ ... }
\abstract{ ... }
\begin{document}
Chapters..
\end{document}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Thesis.cls
I repeat my recommendation for an alternative document class. Title pages can be done manually very easy inside the titlepage environment of the classes I already mentioned. These classes also support an abstract environment. Acknowledgments are usually done as a simple chapter (at the end of the document).
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Thesis.cls
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Thesis.cls
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10