Newer
Older
templates / lectures / lecturedetails.tex
Mark on 22 Jul 2014 848 bytes Existing templates.
  1. % paper details
  2. \def\PaperCode{INFO221}
  3. \def\PaperTitle{Application Software Development}
  4.  
  5. % semester, and year
  6. \def\Semester{2}
  7. \def\Year{2011}
  8.  
  9. % lecture number and title
  10. \def\LectureNumber{21}
  11. \def\LectureTitle{Collections Part 2}
  12.  
  13. % lecturer and institute
  14. \def\Lecturer{Mark George {\footnotesize (\textsf{mgeorge@infoscience.otago.ac.nz})}}
  15. \def\Institute{\footnotesize Department of Information Science, University of Otago}
  16.  
  17. % the details for \maketitle
  18. \author{\emph{Lecturer}: \Lecturer \\ \Institute}
  19. \title{\emph{\PaperCode}:~ \PaperTitle \\ \vspace{10pt} \emph{Lecture \LectureNumber}: \LectureTitle}
  20. \date{\footnotesize Semester \Semester, \Year}
  21.  
  22.  
  23. % details to be embedded in the PDF document properties
  24. \hypersetup{
  25. pdftitle={Lecture \LectureNumber: \LectureTitle},
  26. pdfsubject={\PaperCode: \PaperTitle},
  27. pdfauthor={\Lecturer}
  28. }