From e8c4aa84ee0873a2a2fb8385d1788e4699ef54e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 25 Mar 2014 10:43:02 +0000 Subject: usepackage html & hyperref svn path=/trunk/; revision=17284 --- doc/tutorials/externals-howto/HOWTO-externals-en.tex | 11 +++++++++-- 1 file 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{} -- cgit v1.2.1