% Technical Report title page demo for University of Cambridge Departments % Markus Kuhn -- 2002-10-30 \documentclass[12pt,twoside,a4paper]{report} \usepackage{tr-title} \hypersetup{ pdftitle={On the overspecification of corporate identity in amateur typography}, pdfauthor={Markus G. Kuhn, Donald Duck} } \begin{document} \begin{trtitlepage} % ---------------------------------------------------------------------------- % --------------- Bibliographic data for the individual report --------------- % ---------------------------------------------------------------------------- % In the title and authors list, use ~ as a no-break space character to % avoid unwanted line-breaks. % In the title, capitalize only names and the first word (like in sentences % and in the University Libraray catalogue). \newcommand{\trtitle}{On the overspecification of corporate~identity in amateur typography} % Use ~ between the parts of authors' names \newcommand{\trauthors}{Markus~G.~Kuhn, Donald~Duck} % Get a report number assigned from your departmental technical report editor. \newcommand{\trnumber}{9999} % Provide the month and year (e.g., January 2002) of the publication. % (If you want to use an all-numeric date, please use the ISO 8601 % standard formats YYYY-MM or YYYY-MM-DD.) \newcommand{\trdate}{January 2002} % \newcommand{\trfrontnote}{You could add a note in this space on the front title page, if you have to.} % ---------------------------------------------------------------------------- % ------------ Bibliographic data for the technical report series ------------ % ---------------------------------------------------------------------------- % Provide the name of your department. (This will appear below the University % Identifier in 16pt Sabon Bold, style guide actually says 14 pt, adjust % font size as you see fit.) \newcommand{\tsdepartment}{Computer Laboratory} % The following uppercase abbreviation should uniquely identify the % department within the University of Cambridge in a uniform technical % report number scheme. Preferably use code from XXX.cam.ac.uk CUDN % domain name, e.g. CL for the Computer Laboratory (cl.cam.ac.uk). % [Note: I investigated registering an International Standard Report Number % (ISRN) according to ISO 10444 and ANSI/NISO Z39.23, but I was told that % this scheme is not operating at the moment, so we'll use an ad-hoc code. % http://www.fiz-karlsruhe.de/fiz/service/isrn.html] \newcommand{\tscode}{UCAM-CL-TR} % If your department's technical report series has been assigned an % International Standard Serial Number, then insert it here (eight digits % with a hyphen in the centre). If not, then best apply for one at % http://www.bl.uk/services/bsds/nbs/issn.html. It costs nothing and % is easily done. % Computer Laboratory Technical Report = ISSN 1476-2986 \newcommand{\tsissn}{1476-2986} % Provide the full address of your department including a telephone % contact number. Use \\ at the end of each line. \newcommand{\tsaddress}{15~JJ~Thomson Avenue\\Cambridge CB3~0FD\\United Kingdom\\phone +44 1223 763500} % Specify here the URL of your department and where the technical reports % can be downloaded via the Internet. Don't use ~ in them. \newcommand{\tsdepturl}{https://www.cl.cam.ac.uk/} % now output the front page \maketrtitle % ---------------------------------------------------------------------------- % ------------- Additional notes to be printed on the back page -------------- % ---------------------------------------------------------------------------- \begin{trbackpage} %{\trauthors: \penalty-1 %\textit{{\renewcommand{\\}{ : }\trtitle.}} \penalty-1 %Technical report \tscode-\trnumber, \penalty-1 %University of Cambridge, \tsdepartment, \trdate.} \copyright~2002\ Markus~G.~Kuhn, Walt Disney \begin{backnote} This space is also available for notes, for example on the fact that this demonstration title page is definitely not based on a dissertation submitted January 2002 by the author for the degree of Doctor of Philosophy to the University of Cambridge, Churchill College. If you really have to, you can place here various remarks and disclaimers that should appear discretely before the abstract. \end{backnote} Technical reports published by the University of Cambridge \tsdepartment\ are freely available via the Internet: \quad\href{\tsdepturl techreports/}{\textit{\tsdepturl techreports/}} %Series editor: Markus G.~Kuhn \ifthenelse{\isundefined{\tsissn}}{}{ISSN \tsissn} \end{trbackpage}% \end{trtitlepage} \end{document}