anriseth / baposter

Automatically exported from code.google.com/p/baposter
GNU General Public License v3.0
14 stars 2 forks source link

Text in eye catcher and logo minipage respectively #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
When I make the following changes to the eye catcher or logo argument, 
respectively:

\begin{minipage}{14em}
\includegraphics[width=12em]{logo}\\
\framebox[12em]{some text}
\end{minipage}

What is the expected output? What do you see instead?
The logo is shown correctly; however the textbox appears empty.

What version of the product are you using? On what operating system?
Version: 29. September 2011
OS: Windows 7
LaTeX: pdflatex (MiKTeX 2.9)

Original issue reported on code.google.com by pklengge...@gmail.com on 18 Feb 2012 at 10:15

GoogleCodeExporter commented 8 years ago
In fact, no text seems to be allowed in the logo argument.
It would be helpful to be able to have a logo to the left of the title and the 
author to the right.

What version of the product are you using? On what operating system?
Version: 31 May 2012
OS: Mac OS X 10.6.8
LaTeX: pdflatex

Original comment by shw...@gmail.com on 31 May 2012 at 5:49

GoogleCodeExporter commented 8 years ago
I've got the nearly the same problem.
I need a poster for the IUS conference and there should be the information 
about the poster (Session number, poster number and conference location and 
date) on the right side (in the second logo section). Creating a graphic for 
this is to much effort.

Original comment by maik.hof...@gmail.com on 5 May 2015 at 3:22

MarcCote commented 4 years ago

Replacing line baposter.cls#L1057 \setbox\baposter@titleimage@left=\hbox{#2}% with \setbox\baposter@titleimage@left=\hbox{\begin{pgfinterruptpicture}#2\end{pgfinterruptpicture}}% seems to do the trick.

Related to https://tex.stackexchange.com/questions/459853/savebox-within-tikzpicture-results-in-an-empty-savebox