LyXTitle Page and Pictures

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
harper
Posts: 9
Joined: Thu Dec 01, 2011 5:15 pm

Title Page and Pictures

Post by harper »

Hi,

I'm trying to design the title page for my document and fail at inserting a picture. What I try to accomplish is having the Logo of my university on the top of the page and the title itself beneath it.

Now, if I just insert a picture via \includegraphics, LyX put is before the \title and generates one page with the picture on it and the next page as the title page. I tried to format the picture with "title" as well, but then it just wont show up at all.

Can someone help me with this? I found this topic, but it did not really help me: http://latex-community.org/forum/viewto ... 19&t=13759

ty,
Harper

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

Stefan Kottwitz
Site Admin
Posts: 10326
Joined: Mon Mar 10, 2008 9:44 pm

Title Page and Pictures

Post by Stefan Kottwitz »

Hi Harper,

welcome to the board!

\includegraphics can be used within commands such as \title or \author. In general I would use a titlepage environment for this purpose, instead of \maketitle, then \includegraphics could be directly used within that environment.

Stefan
LaTeX.org admin
Post Reply