Theses, Books, Title pagesChanging page size

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Changing page size

Post by templateuser »

What would it take to change the size of the page?
On the same occasion, what are standard sizes for books in print?
Thanks,

razkupferman

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Changing page size

Post by Vel »

Hi,

Changing the paper size is quite easy in this template, all you need to do is go to main.tex and find this line:

\usepackage[top=3cm,bottom=3cm,left=3.2cm,right=3.2cm,headsep=10pt,a4paper]{geometry} % Page margins

You'll notice that the template currently uses the a4 paper size, in order to change this to something else simply replace a4paper with a0paper, a1paper, ..., a6paper, b0paper, b1paper, ..., b6paper, letterpaper, legalpaper or executivepaper. If the size you want causes alignment issues with regards to chapter heads or something else you may need to manually adjust their positions in the structure.tex file.

Good luck!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Changing page size

Post by templateuser »

Thanks. My worry was mainly with all the other adjustments. Once successful (?) I will update the forum.

Raz
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Changing page size

Post by templateuser »

OK, here is a specific question: how should I modify the chapter image page after setting the following geometry:

Code: Select all

\usepackage[layoutsize={7in,10in}, 
layoutoffset={10mm,5mm},
top=1in,
bottom=0.75in,
inner=1in,
outer=1in,
headsep=10pt,
a4paper,
showcrop]{geometry} % Page margins
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Changing page size

Post by Vel »

How do you want to modify it? I tried what you said and the chapter image position was unchanged.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
fatma
Posts: 3
Joined: Thu Sep 20, 2018 11:44 am

Changing page size

Post by fatma »

I tried this but it doesn't work. what exactly commands I should use?
I tried
\usepackage[a5paper,top=2cm,bottom=2cm,left = 2.5cm,right=2cm,headsep=7pt]{geometry}
in the structure.tex but still have problem with the margin.
My point is to print it in a p5 format. I couldn't adjust the margin also the parts pages (part one & part two ) ahve a problem.
Can anyone help me to fix this?
Post Reply