Document ClassesDocument Creation from Template

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
adirakun
Posts: 2
Joined: Wed Jun 27, 2012 7:42 pm

Document Creation from Template

Post by adirakun »

I have downloaded a PhD template. But I am really confused how to use it, there is no guide :(

I use latest Ubuntu and LaTeXila for typing. I searched the web about how to use templates, but there is no guide again :(

Does anyone knows how to use it?

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Document Creation from Template

Post by josephwright »

What exactly do you need to know? This is essentially a standard LaTeX document, so we will need to know a bit more about what you are struggling with.
Joseph Wright
adirakun
Posts: 2
Joined: Wed Jun 27, 2012 7:42 pm

Re: Document Creation from Template

Post by adirakun »

i just want to make a document in this template but there are lots of datas, tex and sty files, this is weird.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Document Creation from Template

Post by Stefan Kottwitz »

Why do you think it's weird? The template author has already done much work for the user: for a complex document it's good to split it in files, such as one file for each chapter, which is already prepared.

You could have posted a comment on that site, either a question or a link to this forum where you can discuss the template.

I will send an email to the template author. Perhaps he has time to have a look here.

Stefan
LaTeX.org admin
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Document Creation from Template

Post by Vel »

Hi adirakun,

The template you have downloaded is perhaps the most complicated one to use on the website since a thesis is inherently a complicated document. If you are new to LaTeX I would recommend you start by reading the LaTeX WikiBook here: http://en.wikibooks.org/wiki/LaTeX and then try out some of the simpler templates on the website such as this formal letter: http://www.latextemplates.com/template/ ... mal-letter or this essay: http://www.latextemplates.com/template/ ... oned-essay. That should give you the knowledge you need to understand the thesis template.

Regarding that specific template, you do not need to worry about the sty file. The main "ClassicThesis.tex" file essentially bundles together all the other tex files into the thesis. If you look through it you will see where each one is included via, for example, "\include{FrontBackmatter/Titlepage}". You then navigate to the FrontBackmatter directory and open the Titlepage.tex file to edit the title page. If you work your way through every \include you will see what you need to edit where. Every tex file is extensively commented by me so it shouldn't be a problem to fill them out.

Hope that helps!
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply