diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-02 22:29:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-02 22:29:00 +0000 |
commit | d2938aa6c432888fefa593905d2cc305b6a9ee10 (patch) | |
tree | 76838b14f01bf3f375b082ce1be9184c9c03342c /Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex | |
parent | 8cc3782ca32c5b02e8cabda0769ccb893b8efde0 (diff) |
hepthesis (2dec14)
git-svn-id: svn://tug.org/texlive/trunk@35720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex b/Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex index e3990873011..30adb15bf9e 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex +++ b/Master/texmf-dist/doc/latex/hepthesis/example/frontmatter.tex @@ -1,7 +1,6 @@ %% Title -\titlepage[of Churchill College]% -{A dissertation submitted to the University of Cambridge\\ - for the degree of Doctor of Philosophy} +\titlepage[of Churchill College]{% + A dissertation submitted to the University of Cambridge\\ for the degree of Doctor of Philosophy} %% Abstract \begin{abstract}%[\smaller \thetitle\\ \vspace*{1cm} \smaller {\theauthor}] @@ -46,8 +45,11 @@ %% ToC \tableofcontents + %% Strictly optional! -\frontquote% - {Writing in English is the most ingenious torture\\ - ever devised for sins committed in previous lives.}% +\frontquote{% + Writing in English is the most ingenious torture\\ + ever devised for sins committed in previous lives.}% {James Joyce} +%% I don't want a page number on the following blank page either. +\thispagestyle{empty} |