Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.32 KB | None | 0 0
  1. \documentclass{report}
  2.  
  3. \makeatletter
  4. \newcommand{\supervisor}[1]{%
  5.   \gdef\@supervisor{#1}%
  6.   \g@addto@macro\@author{%
  7.   \ifcsname @supervisor\endcsname
  8.     \\ \@supervisor
  9.   \fi}
  10. }
  11. \makeatother
  12.  
  13. \title{A title}
  14. \author{An author}
  15. \supervisor{A supervisor}
  16.  
  17. \begin{document}
  18.  
  19. \maketitle
  20.  
  21. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement