Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. documentclass[11pt]{scrbook}%
  2.  
  3. begin{document}
  4. frontmatter
  5.  
  6. subject{The subject}
  7. title{My Title here}
  8. subtitle{Subtitle here}
  9.  
  10. vspace{5in}% replacing this by vspace*{5in} did not help
  11.  
  12. author{Joe Doe}
  13. date{today}
  14. maketitle
  15.  
  16. mainmatter
  17. chapter{My main Chapter is here}
  18. test
  19. end{document}
  20.  
  21. documentclass[11pt]{scrbook}%
  22.  
  23. begin{document}
  24. frontmatter
  25. begin{titlepage}
  26. subject{The subject}
  27. title{My Title here}
  28. subtitle{Subtitle here}
  29.  
  30. vspace{5in}
  31.  
  32. author{Joe Doe}
  33. date{today}
  34. end{titlepage}
  35. maketitle
  36.  
  37. mainmatter
  38. chapter{My main Chapter is here}
  39. test
  40. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement