I have a pdf file that contains a diagram. The pdf page is about 33*7 and I want to insert it within the same page of what I wrote in Latex but when I use \includepdf[pages=-]{sysar.pdf}
it inserts into a new page with the diagram in the middle and the rest of the page is blank.
Asked
Active
Viewed 14 times
0

user14545805
- 37
- 5
-
2Well, you may use `\includegraphics[width=...]{sysar.pdf}` is there is only one page. (Load the `graphicx` package.) – Teddy van Jerry Apr 25 '22 at 04:18
-
Can you add a bit more information to your question about what you are trying to do? Are you inserting just one page or multiple pages? How should the result look like? – samcarter_is_at_topanswers.xyz Apr 25 '22 at 08:01
-
It has one page only. \includegraphics worked. Thank you! – user14545805 Apr 25 '22 at 19:48