[Tex/LaTex] How to change section style using sciposter

posterssciposter

I am trying to get rid of the default "boxedsections" with shadows used in the sciposter class and replace them with either "plainboxedsections" or "plainsections".

In the manual three heading options are mentioned, but not how to switch between them.

Best Answer

The documentation indicates that these are class options. So I suggest you try

\documentclass[plainsections]{sciposter}

or

\documentclass[plainboxedsections]{sciposter}
Related Question