Interesting, google returns for "
\textclass beamerposter
" just one match, a
poster-beamerposter.lyx
file.
At least this one doesn't cause a conflict ("already defined"), because it doesn't load the
beamerposter
package in addition, but just passes options to it:
Code: Select all
...
\textclass beamerposter
\begin_preamble
...
\PassOptionsToPackage{%
orientation=portrait, % possible: portrait, landscape
size=a0,% possible: a0b, a0, a1, a2, a3, a4, custom (with width=<val>,height=<val>)
scale=1.4,% scaling of fonts
debug% give verbose warnings and error messages
}{beamerposter}
...
In your case, I suggest to remove the line
Code: Select all
\usepackage{C:/Users/okotni/Desktop/beamerposter/beamerposter}
Stefan