Graphics, Figures & TablesFigures over each other

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
pomaranca
Posts: 2
Joined: Fri Apr 03, 2009 11:57 am

Figures over each other

Post by pomaranca »

Hi!

I would like to put more pdf files into one compact pdf page. But each pdf file has its border quite wide so i would like to make a kind of intersection of them so the space would be more used. Is it possible?
The following code creates a good result but there is too much blank space on page.

Code: Select all

\begin{figure}
\begin{tabular}{c@{\hspace{0cm}}c}
\includegraphics[width=0.5\textwidth]{pg5.pdf}&\includegraphics[width=0.5\textwidth]{pg7.pdf}\\
\includegraphics[width=0.5\textwidth]{pg6.pdf}&\includegraphics[width=0.5\textwidth]{pg8.pdf}
\end{tabular}
\end{figure}
Last edited by pomaranca on Fri Apr 03, 2009 1:55 pm, edited 1 time in total.

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

pomaranca
Posts: 2
Joined: Fri Apr 03, 2009 11:57 am

Figures over each other

Post by pomaranca »

I have found an answer. I used package pdfpages.
It has a nice documentation.
Post Reply