General ⇒ Using \includepdf in the same page as the section heading
-
- Posts: 3
- Joined: Tue Oct 06, 2009 4:17 am
Using \includepdf in the same page as the section heading
the problem i have now is that my inserted pdf always starts on a blank new page,
which leaves me- a first page with me section heading of the appendix name
and pdf amterial starts on the 2nd page
I have tried to scale the pdf image down, and it definitely should fit in the same page with my head, yet it still wants to start on a new page
any idea is appreciated,
Thanks,
J
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Using \includepdf in the same page as the section heading
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Tue Oct 06, 2009 4:17 am
Re: Using \includepdf in the same page as the section heading
That does fixes the problem of having section title and pdf on the same page. However if I did that I can only import the first page of my pdf =(
-
- Posts: 3
- Joined: Tue Oct 06, 2009 4:17 am
Re: Using \includepdf in the same page as the section heading
Use includegraphics for the first page of the pdf
and use includepdf for the 2nd page onwards
Happy latexing
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Using \includepdf in the same page as the section heading
Code: Select all
\includepdf[pages=2-]{filename}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10