Hi!
I want to place something like this on top of my title page:
figure1 some_tex figure2
The figure1 is aligned left
The some_text is aligned center and contains 3 lines
The figure2 is aligned right
Can someone help me with this?
Thanks in advance.
Graphics, Figures & Tables ⇒ Figures in Title page
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figures in Title page
A short example for a complete title page.
Consider this as a very basic structure and replace the \rule commands with your graphics.
Best regards and welcome to the board
Thorsten
Code: Select all
\documentclass[11pt,a4paper,english]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=2cm]{geometry}
\usepackage{lmodern}
\usepackage{blindtext}
\begin{document}
\begin{titlepage}
\rule{4cm}{3cm}\hfill
\begin{minipage}[b][3cm][t]{6cm}
\centering
Line 1
Line 2
Line 3
\end{minipage}
\hfill\rule{4cm}{3cm}\\[1cm]
\centering
\large
Institution Name\\ in two lines\\
\vfill
Thesis about\\[0.5\baselineskip]
\huge
The Title\\ in two lines\\
\vfill
\large
by \\ Author Name\\[0.5\baselineskip]
Decmber 2009 \end{titlepage}
\end{document}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10