Graphics, Figures & TablesNewbie Question: Logo in top corners

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
MattHomes
Posts: 1
Joined: Wed Aug 26, 2009 7:14 pm

Newbie Question: Logo in top corners

Post by MattHomes »

I've been thrust into the world of latex to try and create a poster for a research competition; it's been recommended that I include the logo of my university and the logo for the organization that's hosting the competition on my poster.

My header code is as follows:

\begin{textblock}{23}(0,0)
\begin{center}
\Title{Title Is Here}
\end{center}
\end{textblock}

\begin{textblock}{23}(0,0.5)
\begin{center}
\Author{Author's Name}}
\end{center}
\end{textblock}

So there are two main headers centered at the top of the page.

I'd like the logos to go on either side of this... but I don't know what a good way to format this,. I'm totally clueless. Any help would be greatly appreciated.

-Matt

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

mas
Posts: 226
Joined: Thu Dec 04, 2008 4:39 am

Re: Newbie Question: Logo in top corners

Post by mas »

Hi,

Take a look at the fancyhdr package.

Regards,

sridhar

OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Newbie Question: Logo in top corners

Post by localghost »

For standard classes an interesting alternative to fancyhdr could be the titlesec package. Other classes may have built-in features.


Best regards and welcome to the board
Thorsten
Post Reply