Mercurial > CVu-Mercurial
changeset 10:2e4d690ffabb
Tart up PDF output with clickable links and doc info.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 22 May 2009 11:04:47 +0100 |
parents | 2155510c62f3 |
children | 03d0ebf7ce0b |
files | Hg.tex |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Hg.tex Fri May 22 10:23:40 2009 +0100 +++ b/Hg.tex Fri May 22 11:04:47 2009 +0100 @@ -2,6 +2,12 @@ \usepackage{pslatex} \usepackage{url} +\usepackage[pdftex]{hyperref} +\hypersetup{ + pdfauthor={Jim Hague}, + pdftitle={Inside a distributed version control system}, + colorlinks} + \newcommand{\standout}[1]{ {\begin{center} \large \textbf{#1} \end{center}} }