favor sans-serif over monospace font, better spacing
authorRoland Hieber <rohieb@rohieb.name>
Fri, 13 Dec 2013 19:35:51 +0000 (20:35 +0100)
committerRoland Hieber <rohieb@rohieb.name>
Fri, 13 Dec 2013 19:35:51 +0000 (20:35 +0100)
main.tex

index 9d8854c..0562987 100644 (file)
--- a/main.tex
+++ b/main.tex
@@ -7,10 +7,12 @@
 \usepackage{wrapfig}
 \usepackage{hyperref}
 
 \usepackage{wrapfig}
 \usepackage{hyperref}
 
+\urlstyle{sf}
+
 \newcommand{\pages}[1]{\marginpar{#1 pages}}
 \newcommand{\todo}{\textcolor{red}{TODO} \\}
 \newcommand{\term}[1]{\emph{#1}}
 \newcommand{\pages}[1]{\marginpar{#1 pages}}
 \newcommand{\todo}{\textcolor{red}{TODO} \\}
 \newcommand{\term}[1]{\emph{#1}}
-\newcommand{\code}[1]{\texttt{#1}}
+\newcommand{\code}[1]{\textsf{#1}}
 
 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
 Masses with XMPP}
 
 \title{Chatty Things -- Making the Internet of Things Readily Usable for the
 Masses with XMPP}
This page took 0.022983 seconds and 4 git commands to generate.