I want to reduce the height of the chapter heading image. I don't find an option to change the height of the image.
I want to make the change like this one (shown below:) -
Theses, Books, Title pages ⇒ Reduce \chapterimage height
Reduce \chapterimage height
- Attachments
-
- ask-latex.PNG (137.73 KiB) Viewed 4720 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
Reduce \chapterimage height
Hey,
The chapter image is defined in the "Chapter Headings" block in structure.tex. Specifically, this line:
You can see this defines it as starting at 0,0 (top left) and taking up the full width of the paper by scaling. Thus, if you want to change the height, reduce the width of your image.
Cheers,
Vel
The chapter image is defined in the "Chapter Headings" block in structure.tex. Specifically, this line:
Code: Select all
\node[anchor=north west,inner sep=0pt] at (0,0) {\includegraphics[width=\paperwidth]{\thechapterimage}};
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com