Page LayoutKOMA-Script | Choice of appropriate Page Size

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Rapsusk
Posts: 3
Joined: Thu Sep 20, 2012 12:35 am

KOMA-Script | Choice of appropriate Page Size

Post by Rapsusk »

I am writting my thesis book in Latex formal and i have a problem with the page size.

This is my preamble:

Code: Select all

\documentclass[11pt,a5paper,headinclude=true,footinclude=true]{scrbook} 
\usepackage[utf8]{inputenc}  
\usepackage[T1]{fontenc} 
\usepackage[spanish,activeacute]{babel}
\usepackage[linedheaders,parts,pdfspacing]{../classicthesis}
The page borders space is too large when I print my document.
Are the A5 paper sizes optimal for Thesis? Is A4 paper better?

Somebody could help me?

Thank you in advance.
Manu

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

KOMA-Script | Choice of appropriate Page Size

Post by localghost »

Rapsusk wrote:[…] The page borders space is too large when I print my document. […]
What do you exactly mean? Don't you like the margin sizes or are there difficulties with the setup? Check the document properties regarding page size with your PDF viewer.
Rapsusk wrote:[…] Are the A5 paper sizes optimal for Thesis? Is A4 paper better? […]
For a bachelor or master thesis A4 is a common paper format. PhD theses are often published and therefore written in A5 format.
Rapsusk
Posts: 3
Joined: Thu Sep 20, 2012 12:35 am

KOMA-Script | Choice of appropriate Page Size

Post by Rapsusk »

localghost wrote: What do you exactly mean? Don't you like the margin sizes or are there difficulties with the setup? Check the document properties regarding page size with your PDF viewer.
The margin size in right size is so large and i don´t like this. A partner recommende me formar B5 (JIS) (7.17 x 10.12 Inch 18.2 x 25.7 cm) I have used classicthesis class and i don't know how can change this.

Thank you so much.
Manu
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

KOMA-Script | Choice of appropriate Page Size

Post by cgnieder »

Since you're using a KOMA class you should have a look in the scrguien, especially the section about “Construction of the page layout with typearea”.

Regards
site moderator & package author
Post Reply