Document Classesinstalling a new style under debian lenny

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
oz123
Posts: 4
Joined: Tue Aug 19, 2008 1:02 pm

installing a new style under debian lenny

Post by oz123 »

Hi guys,
I've went to the end of the web and back and I can't get this package installed in Debian Lenny
http://www.ctan.org/tex-archive/macros/ ... sicthesis/

I keep getting this error:

[PDFLaTeX] finished with exit status 1
11.tex:3:File `classicthesis.cls' not found. ^^M

when I try to compile under Kile.

Could anyone please instruct me on this ?

thanks, Oz.

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: installing a new style under debian lenny

Post by Stefan Kottwitz »

Hi Oz,

download the package and copy it somewhere LaTeX can find it, for instance below your home directory to ~/texmf/tex/latex/classicthesis/ or to /usr/local/share/texmf/tex/latex/classicthesis/, then run mktexlsr (or texhash) on the command line (as root or using sudo).

Stefan
LaTeX.org admin
Post Reply