I'm a pretty new LaTeX user and I'm experiencing some problems.
I'm trying to create a presentation with the seminar package. I have a custom page style called "mystyle" that I use for all the slides in the document:
Code: Select all
\newpagestyle{mystyle}
{.....}% end header box
{.....}% end footer box
\slideframe{none}
\pagestyle{mystyle}
Code: Select all
\newpage
\bibliographystyle{ieeetr}
\bibliography{tex}
Someone know how I can fix it ?
Thank you
Have a nice day !