From f6d0f51128f0e182ac2f5dec07923c8e5c8df388 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sat, 7 Jul 2007 02:26:08 +0200 Subject: [PATCH] Use ps2pdf hyperrefs and include commands.tex. --- doc/protocol/protocol.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/protocol/protocol.tex b/doc/protocol/protocol.tex index fa7a601..a99da7d 100644 --- a/doc/protocol/protocol.tex +++ b/doc/protocol/protocol.tex @@ -2,9 +2,10 @@ \usepackage[T1]{fontenc} \usepackage[utf8x]{inputenc} +\usepackage[ps2pdf]{hyperref} \usepackage{reqlist} -\newcommand{\url}[1]{\texttt{<#1>}} +\newcommand{\urlink}[1]{\texttt{<#1>}} \newcommand{\unix}{\textsc{Unix}} \title{Dolda Connect protocol} @@ -33,7 +34,7 @@ project's Scheme interpreter) and for Python. The former is distributed with the main Dolda Connect source tree, while the latter is distributed separately (for technical reasons). To get a copy, please refer to Dolda Connect's homepage at -\url{http://www.dolda2000.com}. +\urlink{http://www.dolda2000.com}. \section{Transport format} Note: Everything covered in this section is handled by the @@ -306,4 +307,6 @@ nonetheless. programs}. \end{responses} +\input{commands} + \end{document} -- 2.11.0