Document Classespdfpages | Inclusion of Presentation Slides

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

pdfpages | Inclusion of Presentation Slides

Post by marie2011 »

Dear forum members,

I have to include a beamer document in my work. I made a PDF out of it and put it in the appendix part. This is the code I used for it:

Code: Select all

\includepdf[%
pages=1-%
,pagecommand={}%
,trim=55 55 45 55%
,clip%
,frame
,scale=0.72
]{presentation.pdf}%
%
The problem I have (and only with a slide) is that the last sentence in one slide cannot be read properly (see attached picture).

Do you know if there is a solution for that?

Many thanks in advance.

Best regards,

Marie
Attachments
slide-beamer.png
slide-beamer.png (6.88 KiB) Viewed 1859 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

pdfpages | Inclusion of Presentation Slides

Post by localghost »

This problem description is sketchy because just a code snippet and a picture are too less information. So, as always, build a self-contained and minimal example. And please get used to this process for future issues.


Thorsten
Post Reply