Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. renewcommand{maketitle}{%
  2. vspace*{droptitle}
  3. maketitlehooka
  4. {pretitle title posttitle}
  5. maketitlehookb
  6. {preauthor author postauthor}
  7. maketitlehookc
  8. {predate date postdate}
  9. maketitlehookd
  10. }
  11.  
  12. documentclass{article}
  13. usepackage{titling}
  14. renewcommand{maketitle}{% cf. p.4 of titling's documentation
  15. vspace*{droptitle}
  16. maketitlehooka
  17. {pretitle title posttitle}
  18. maketitlehookb
  19. {preauthor author postauthor}
  20. maketitlehookc
  21. {predate date postdate}
  22. maketitlehookd
  23. }
  24. title{Some title}
  25. author{My Name}
  26.  
  27. begin{document}
  28. maketitle
  29. end{document}
  30.  
  31. ! Argument of posttitle has an extra }.
  32. <inserted text>
  33. par
  34. l.35 maketitle
  35.  
  36. ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement