blob: e950a2a6301415b42c3c340cdfa0de0ccc43f7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
%
% Norbert Preining
% Article presented on the 5th GuITmeeting, Pisa 18 October 2008
% Übersetzung für DTK
%
% Copyright 2008, 2009 Norbert Preining
% You can redistribute and/or modify this document under the terms of the
% GNU General Public License as published by the Free Software Foundation;
% either version 2 of the License, or (at your option) any later version.
%
\documentclass{dtk}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[naustrian]{babel}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{fancyvrb}
\usepackage{url}
\usepackage{natbib}
% marvosym is needed for RightTorque, but conflicts with \Email:
\let\EmailSave\Email
\let\Email\relax
\usepackage{marvosym}
\let\Email\EmailSave
\usepackage{listings}
\begin{document}
\input{tlmgr-dtk}
\end{document}
|