Search found 3 matches

by darkwhite87
Tue Oct 06, 2009 7:53 am
Forum: General
Topic: Using \includepdf in the same page as the section heading
Replies: 4
Views: 19340

Re: Using \includepdf in the same page as the section heading

OK. i figured a cheat around it.
Use includegraphics for the first page of the pdf
and use includepdf for the 2nd page onwards

Happy latexing
by darkwhite87
Tue Oct 06, 2009 7:49 am
Forum: General
Topic: Using \includepdf in the same page as the section heading
Replies: 4
Views: 19340

Re: Using \includepdf in the same page as the section heading

Thank you =)

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 =(
by darkwhite87
Tue Oct 06, 2009 4:21 am
Forum: General
Topic: Using \includepdf in the same page as the section heading
Replies: 4
Views: 19340

Using \includepdf in the same page as the section heading

I am trying to insert a pdf in my appendix,
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 ...