Theses, Books, Title pagesReduce \chapterimage height

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
gb08
Posts: 1
Joined: Sun Jan 17, 2016 4:28 pm

Reduce \chapterimage height

Post by gb08 »

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:) -
Attachments
ask-latex.PNG
ask-latex.PNG (137.73 KiB) Viewed 4720 times

Recommended reading 2024:

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

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Reduce \chapterimage height

Post by Vel »

Hey,

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}};
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply