Document ClassesHow to make Classic Thesis template work?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Sascha
Posts: 1
Joined: Sun Mar 21, 2010 1:13 pm

How to make Classic Thesis template work?

Post by Sascha »

Hi everyone,

I would like to use lyx for creating my diploma thesis. After searching the web I found the template “classic thesis “. As I think that this layout is very beautiful, I would like to use it. I went to http://soundsorange.net/data/classic_th ... x_v1_1.zip and downloaded the template. Unfortunately there is no foolproof manual attached… :roll:

I unzipped the files to /resources/templates and reconfigured lyx. Now I can choose from New/from template ( I have a German lyx. Don’t know the right notation for the menu points). But when I want to create a PDF from the template the failure “preamble.sty not found”.

Does anybody know how to make this template work?

Thanks

Sascha :D

Recommended reading 2024:

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

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

imbril
Posts: 1
Joined: Sat Mar 27, 2010 2:13 pm

Re: How to make Classic Thesis template work?

Post by imbril »

obviously, preamble.sty is missing. I don't know how lyx works, but you will need to install this particular style file. Search for a menue point or - if you really don't know how to install it via lux - just search for 'preamble.sty' on the internet and save it into the same folder as the rest of your .tex stuff.

greetings,
anja.
b484
Posts: 2
Joined: Wed Apr 14, 2010 11:15 pm

Re: How to make Classic Thesis template work?

Post by b484 »

Hi,

I have the same problem. I found the preamble.sty in the .zip file, but I don't know, how to add it manually to lyx. The thing is, every manual on how to add it is for linux systems, but I am using windows XP. Can anybody help me with this?

Thanks in advance
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

How to make Classic Thesis template work?

Post by meho_r »

Just open provided ClassicThesis.lyx file (don't create new from template) and you'll be fine.

Another way would be to put all .sty files (i.e. preamble.sty, nm_classicthesis.sty and suffix.sty) inside a folder where LaTeX can find them. For example, I installed TeXLive2009 inside my home folder with this path:

Code: Select all

/home/mehor/TeXLive
So, I put above mentioned .sty files in a newly created folder in:

Code: Select all

/home/mehor/TeXLive/texmf-dist/tex/latex/classic
(note: "classic" is the new folder I created to put .sty files into it).

Of course, you should check your own path (in LyX: Tools > TeX Information, and check "Show path" checkbox on the right).

After this, you should refresh the database with command:

Code: Select all

texhash
So, basically, two steps are needed:

1. Put .sty files inside TeX path so that LaTeX can find it,
2. Refresh the database.

I can't say if there is anything else that should be done on Windows, sorry.
b484
Posts: 2
Joined: Wed Apr 14, 2010 11:15 pm

Re: How to make Classic Thesis template work?

Post by b484 »

Hi meho_r,
Thanks for the answer. Sometimes it is easier than you think. I indeed opened the classic thesis as a template.
Post Reply