aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2014-03-25 10:43:02 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2014-03-25 10:43:02 +0000
commite8c4aa84ee0873a2a2fb8385d1788e4699ef54e2 (patch)
tree793a32c952d289e278b658de0f5c7bbea7e00026
parentd3ae0ddb3ccd74d6963a47cb91b02e201e533faa (diff)
usepackage html & hyperref
svn path=/trunk/; revision=17284
-rw-r--r--doc/tutorials/externals-howto/HOWTO-externals-en.tex11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/tutorials/externals-howto/HOWTO-externals-en.tex b/doc/tutorials/externals-howto/HOWTO-externals-en.tex
index 6f1d4f3f..44474c64 100644
--- a/doc/tutorials/externals-howto/HOWTO-externals-en.tex
+++ b/doc/tutorials/externals-howto/HOWTO-externals-en.tex
@@ -3,7 +3,7 @@
\documentclass[12pt, a4paper,english,titlepage]{article}
%% HOWTO write an external for Pd
-%% Copyright (c) 2001-2006 by IOhannes m zmölnig
+%% Copyright (c) 2001-2014 by IOhannes m zmölnig
%%
%% Permission is granted to copy, distribute and/or modify this document
%% under the terms of the GNU Free Documentation License, Version 1.2
@@ -16,6 +16,13 @@
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
+% add hypertext support (fine for latex2html)
+\usepackage{html}
+\usepackage{hyperref}
+
+% add landscape support (for rotating text through 90deg)
+\usepackage{lscape}
+
\title{
HOWTO \\
write an External \\
@@ -25,7 +32,7 @@ for {\em Pure Data}
\author{
IOhannes m zmölnig \\
\\
-{\em institute of electronic music and acoustics\footnote{http://iem.at}}
+\href{http://iem.at/}{institute of electronic music and acoustics}
}
\date{}