blob: d701a09365da0785ad0e47efd236178539561806 (
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
35
36
37
38
39
40
41
42
43
|
\documentclass[titlepage]{itaxpf}
\usepackage{hyperref}
\hypersetup{%
colorlinks = {true},
urlcolor = {blue},
linkcolor = {black},
citecolor = {black},
pdfauthor = {Arne Henningsen},
pdftitle = {Testing LaTeX class and BibTeX style for the
journal International Tax and Public Finance (ITAXPF)},
pdfkeywords = {International Tax and Public Finance, BibTeX, LaTeX}
}
\usepackage{multido}
\title{Testing \LaTeX{} Class and Bib\TeX{} Style for the
Journal ``International Tax and Public Finance'' (ITAXPF)}
\author{Arne Henningsen \and Jim Nobody}
\affiliation{
University~of~Kiel
}
\address{
Corresponding Author:\\
Arne Henningsen\\
Department of Agricultural Economics\\
University of Kiel\\
24098 Kiel, Germany\\
Phone: +49-431-880-4445\\
Fax: +49-431-880-1397\\
\url{ahenningsen(at)email(dot)uni-kiel(dot)de}
}
\begin{document}
\maketitle
\end{document}
|