您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
350B

  1. \documentclass[final,english,titlepage,nomath]{siltex-report}
  2. \include{preamble}
  3. \title{Design Specifications}
  4. \subtitle{}
  5. \course{}
  6. \faculty{\large Electrical Engineering, Mathematics and Computer Science}
  7. \author{%
  8. Wouter Horlings
  9. }
  10. \begin{document}
  11. \maketitle
  12. \input{introduction}
  13. \input{description}
  14. \input{specifications}
  15. \end{document}