Open GoogleCodeExporter opened 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
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
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.
Original issue reported on code.google.com by
pklengge...@gmail.com
on 18 Feb 2012 at 10:15