[Tex/LaTex] Unable to change the font size of poster

fontsize

\documentclass[a0, landscape, 20pt]{sciposter}

is my declaration.
I try to change the 20pt to other smaller values, but it does not work. What is the solution to this situation?
Thank you very much.

Best Answer

sciposter only provides a limited number of font size options at the document class level: 14pt, 17pt, 20pt, 25pt, 30pt, 36pt. Any font size option other than these will leave you with the following warning in you .log:

Package poster Warning: Unknown option XXpt on input line XX.

If you want something other than the set font sizes, you could consider a different document class. But that really depends on what you're after exactly in terms of the output.