Theses, Books, Title pagesThe Legrand Orange Book: change the size of the page to a5

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
fatma
Posts: 3
Joined: Thu Sep 20, 2018 11:44 am

The Legrand Orange Book: change the size of the page to a5

Post by fatma »

I tried to use the following in structure.tex file
\usepackage[a5paper,top=2cm,bottom=2cm,left = 2.5cm,right=2cm,headsep=7pt]{geometry}
I also tried this
\usepackage[top=3cm,bottom=3cm,left=1.5cm,right=1.5cm,headsep=7pt,a5paper]{geometry}
in the structure.tex but still have problem with the margin.
Can anyone help me to fix this?
Also, how to make the font of all book 12pt instead of 11pt ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Tadeu
Posts: 2
Joined: Wed Jan 30, 2019 7:35 pm

The Legrand Orange Book: change the size of the page to a5

Post by Tadeu »

am writing a book following the model "the Legrand Orange book", Latextemplate, Version 2.1.1 (14/2/16). I can't put the title of each section aligned with the text. I tried to change in the structure file in the item subsection text styling: titlecontents{lsubsection} [. 5em] {normalfontfootnotesizesffamily}. But it didn't work. How to make?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

The Legrand Orange Book: change the size of the page to a5

Post by Stefan Kottwitz »

I noticed that you posted the identical question to TeX.SE. Please add a link when you make a cross-post.

On that site, Circumscribe suggested a solution. Simply put this code

Code: Select all

\makeatletter
\renewcommand{\@seccntformat}[1]{%
  \textcolor{ocre}{\csname the#1\endcsname}\hspace{1em}}
\makeatother
to the header of your document. But take care: add it after \input{structure.tex}, otherwise it won't work. And it should be before \begin{document}.

Stefan
LaTeX.org admin
Post Reply