Graphics, Figures & TablesHow can I insert two pictures on the first page?

Information and discussion about graphics, figures & tables in LaTeX documents.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How can I insert two pictures on the first page?

Post by Johannes_B »

I still think you don't need and don't want the figures to float, especially since you are now using the H specifier provided by the float-package.

You said the distance is to narrow, i agree with you, but that can easily solved by inserting a \vfill between them.
It is unexpected that the code works very well even after you remove \begin{figure} \end{figure}.
You don't need a figure-environment to insert a graphic. The figure-environment gives the picture and its caption the ability to float to good location inside of your document.
In my example above I used the package capt-of to insert a caption.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.

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