LyX ⇒ Please Help - Dissertation Template
Please Help - Dissertation Template
I just found out about LyX from one of my friends about 2 weeks ago. I have been searching for a dissertation template and haven't seen anything that I can use.
I attached the PDF file for your review. Please help me to find something that I can use. I noted the font sizes in the template. Everywhere else will be 12pt font. The entire document is Times New Roman.
Margins:
Top = 1"
Bottom = 1"
Sides = 1.25"
Indentation for every paragraph 0.25"
Please help.
Thanks,
Chris
- Attachments
-
- Dissertation Template.pdf
- (71.39 KiB) Downloaded 362 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Please Help - Dissertation Template
I am not quite sure what you hope to get in the end. Can you be more specific?
For example, you can set the margins using package geometry, the linespread using package setspace, changing the size of the headings is dependent of the class you are using. Do you need chapters or not? Font management: Do you need any special (non-latin) symbols? If so, using LuaLaTeX is enforced from the beginning. What is the normal font size?
As a LyX developer recently said, LyX is meant for people with basic LaTeX skills.
Re: Please Help - Dissertation Template
For example, how do I change the Title so that the title of the text is in the font I want, size I wont, centered on the page. And so that there is no page number. And so I can enter author name and Professor name, and school name and several other things I need on the title page. I see Title under FrontMatter, but I don't see the other items I need on the title page. How to add them?
Can someone provide a link to instructions on how to either 1) Change the Title environment definitions, or 2) How to define my own environment definitions so I can get the title page formatted as I need it.
Gee, if it is this hard just to figure out how to get the title page defined, I'm not sure LyX is the thing to use.
Actually, it just means I haven't found the right documentation yet (and I've been looking and reading for 3 days now!!) Can someone point me to the right doc(s)?
Cheers,
Bob Gray
Re: Please Help - Dissertation Template
Sorry for not being specific, but I think everything I needed is in the file attached. Let me see if I can describe more. Here are the think I need:
1. I need Title Page, the Title is 18pt font, and the rest are 12pt font.
2. I need Chapters for sure, i.e. Chapter 1 - Introduction, Chapter 2 - Literature Review, etc... They need to be 14pt font and bold, and in the Center on a new page.
3. I need Sections and Subsections, they are 12pt and bold.
I can go on and on, but those are the basic format that I need. I am new to LaTeX and LyX; however, I can do some programming. If you can can point out to me how to modify/change style for a Koma-Book or Report, I might be able to figure out. I can't seem to locate the file(s) that I need to modify. I plan to make a copy and rename the file(s), then modify the new files.
Please help.
-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am
Re: Please Help - Dissertation Template
The title page options change hugely depending on what class you're using but I mimicked your pdf in article class pretty closely - see attached (be sure to take a look at the Document Settings to try to understand how it works).
- Attachments
-
- samplethesistemplate.lyx
- (10.51 KiB) Downloaded 303 times
Re: Please Help - Dissertation Template
Thank you so much for helping. I tried to see PDF file, and I don't see anything show up under TOC. Do you know why?
Also, I inserted a "Section" into Chapter 1, it starts with 1, not 1.1, how do I make it start with 1.1, 1.2, etc... for Chapter 1, then 2.1, 2.2, etc... for Chapter 2?
Thanks!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Please Help - Dissertation Template
report
instead. There you have real chapters.-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am
Re: Please Help - Dissertation Template
- Attachments
-
- samplethesistemplate.lyx
- (11.37 KiB) Downloaded 287 times
Re: Please Help - Dissertation Template
You are awesome. This is 98% what I needed

1. I know that if I want Section, it's actual the Subsection from the pulldown menu. And if I need Subsection (1.1.1), it is the Subsubsection from the pulldown menu. What if I need the next level down (1.1.1.1)? Do I have that option?
2. How would I indent the subsections (1.1.1) and subsubsection (1.1.1.1) just like the paragraph? and, how do we make them 12pt fonts?
Please help. Thank you!
-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am
Re: Please Help - Dissertation Template
2. Those are both already set up through LyX Document Settings. The only time the indentation isn't automatic is for the first paragraph of any environment (possibly also including when you restart the Standard after a figure or table?), assuming you're not changing the language settings with babel. While this is technically correct, many people don't appreciate it and you may be asked to change it, which you'd have to do by inserting 1em of horizontal space each time.