diff options
author | David Runge <dave@sleepmap.de> | 2017-07-04 16:37:08 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-07-04 16:37:08 +0200 |
commit | d7e0f267737b2c9ad76208bc19f37cebdb13d268 (patch) | |
tree | 9551c0b3130a856c2ee77aae3afd73a932c76d90 | |
parent | 3e0743c20b321fb2d7159d4c657a62f3c1fbed41 (diff) | |
download | master-thesis-d7e0f267737b2c9ad76208bc19f37cebdb13d268.tar.gz master-thesis-d7e0f267737b2c9ad76208bc19f37cebdb13d268.tar.bz2 master-thesis-d7e0f267737b2c9ad76208bc19f37cebdb13d268.tar.xz master-thesis-d7e0f267737b2c9ad76208bc19f37cebdb13d268.zip |
thesis/thesis.tex: Adding pdftitle and pdfauthor.g
-rw-r--r-- | thesis/thesis.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index d31bcf8..4614530 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -123,6 +123,11 @@ parskip=never]{paper} \graphicspath{{../images//}} +\AtBeginDocument{\hypersetup{pdftitle = {A Networking Extension for the SoundScape Renderer}, + pdfauthor = {David Runge} + } +} + \begin{document} \pagenumbering{Roman} \pagestyle{empty} |