wscposterproc.cls 730 B

123456789101112131415161718
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Class file for WSC poster abstracts
  3. %
  4. % Effective with WSC 09, the two column format was replaced with
  5. % a single column format
  6. %
  7. % Parameters (like names of editors) have to be setup using the wscsetup.sty style file.
  8. %
  9. % All settings valid for papers and poster abstract should be placed into wsc.sty .
  10. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11. \ProvidesClass{wscposterproc}
  12. \NeedsTeXFormat{LaTeX2e}
  13. \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
  14. \ProcessOptions
  15. \LoadClass[11pt, twoside, onecolumn]{article}
  16. % --------------------------------- REQUIRED PACKAGES ---------------------------------
  17. \RequirePackage{wsc}