Document Classes ⇒ installing a new style under debian lenny
installing a new style under debian lenny
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.
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
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