From: Simon McVittie <smcv@debian.org>
Date: Mon, 26 Jul 2010 22:04:46 +0100
Subject: [PATCH] Make some syntactic improvements to theory.tex

* use -- instead of UTF-8 for an en dash
* use the url package
* use my website address in the copyright statement instead of a slightly
  obfuscated email address

Applied-upstream: 1.0.4, http://bazaar.launchpad.net/~dsilvers/libgfshare/devel/revision/48
---
 doc/theory.tex |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/theory.tex b/doc/theory.tex
index db54115..83b7f8d 100644
--- a/doc/theory.tex
+++ b/doc/theory.tex
@@ -1,5 +1,6 @@
 \documentclass[]{article}
 \usepackage[left=2cm,top=2cm,right=2cm]{geometry}
+\usepackage{url}
 \begin{document}
 
 \title{Theory used by libgfshare}
@@ -275,11 +276,11 @@ This document has not addressed the following:
 
 \section{References}
 
-[SHAMIR] Adi Shamir, "How to share a secret", Communications of the ACM, 22(1), pp612–613, 1979. Available at http://www.cs.tau.ac.il/~bchor/Shamir.html
+[SHAMIR] Adi Shamir, "How to share a secret", Communications of the ACM, 22(1), pp612--613, 1979. Available at \url{http://www.cs.tau.ac.il/~bchor/Shamir.html}
 
 \section{Copyright and disclaimer}
 
-Copyright 2006 Simon McVittie <smcv pseudorandom co uk>.
+Copyright 2006 Simon McVittie, \url{http://smcv.pseudorandom.co.uk/}
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
-- 
