Graphics, Figures & TablesSequence for four Presentation Slides on one Page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Duckman
Posts: 10
Joined: Tue Jan 03, 2012 4:09 pm

Sequence for four Presentation Slides on one Page

Post by Duckman »

I almost have it right. What I like to do is to insert a PowerPoint presentation in LaTeX. First I made a PDF and then insert this code.

Code: Select all

\includepdf[
  pages={-},
  nup=2x2,
  angle=90,
  height=12cm,
  frame=true,
  delta=10 10
]{presentation.pdf}
I do get four slides on one page. But the first slide is (if you flip the page for 90°) at the top right and not on the top left. How can I fix this?

Recommended reading 2024:

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

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

Post Reply