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 ?
Theses, Books, Title pages ⇒ The Legrand Orange Book: change the size of the page to a5
NEW: TikZ book now 40% off at Amazon.com for a short time.
The Legrand Orange Book: change the size of the page to a5
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?
- 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
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
to the header of your document. But take care: add it after
Stefan
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
\input{structure.tex}
, otherwise it won't work. And it should be before \begin{document}
.Stefan
LaTeX.org admin