doublespacing
I want to apply doublespacing only in all chapter but others page such as title page,DECLARATION PAGE, QUOTATION PAGE, ABSTRACT PAGE, ACKNOWLEDGEMENTS e.t.c have single line space. By the way I used masters-doctoral-thesis template.
Theses, Books, Title pages ⇒ Line Space Only in all Chapter
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Line Space Only in all Chapter
Use
\doublespacing
when you want to start double spacing.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Line Space Only in all Chapter
When I am using \doublespace command then all page have doublespace but I don't want to doublespace in title page,DECLARATION PAGE, QUOTATION PAGE, ABSTRACT PAGE, ACKNOWLEDGEMENTS page.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Line Space Only in all Chapter
Sorry, i was not clear enough. Use
\doublespace
whe you want to start double spacing. That is, just AFTER \mainmatter
.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Line Space Only in all Chapter
Thank you very much.