-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGI-sturm.sty
53 lines (48 loc) · 1.48 KB
/
GI-sturm.sty
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
44
45
46
47
48
49
50
51
52
% --- Identification part ---
\ProvidesPackage{GI-sturm}
% --- Declaration of options ---
\DeclareOption{german}{%
\PassOptionsToPackage{german}{babel}
\EinheitName{Geophysical Institute}
\EinheitInfo{Snow Ice and Permafrost}
\PersonName{Dr. Matthew Sturm}
\PersonAdresse{
2145 North Tanana Loop\\
University of Alaska Fairbanks\\
Fairbanks AK 99775}
\PersonInfo{
{\setlength{\tabcolsep}{0mm}
\begin{tabular}{@{}l@{~}l@{}}
Tel. direct & +1-907-474 5257 \\
Fax & +1-907-474 7290 \\
E-Mail & msturm1@alaska.edu \\
Web & https://www.gi.alaska.edu/research/snow-ice-and-permafrost
\end{tabular}
}}
\Ort{Fairbanks}
}
\DeclareOption{english}{%
\PassOptionsToPackage{english}{babel}
\EinheitName{Geophysical Institute}
\EinheitInfo{Snow Ice and Permafrost}
\PersonName{Dr. Matthew Sturm}
\PersonAdresse{
2145 North Tanana Loop\\
University of Alaska Fairbanks\\
Fairbanks AK 99775}
\PersonInfo{
{\setlength{\tabcolsep}{0mm}
\begin{tabular}{@{}l@{~}l@{}}
Tel. direct & +1-907-474 5257 \\
Fax & +1-907-474 7290 \\
E-Mail & msturm1@alaska.edu \\
Web & https://www.gi.alaska.edu/research/snow-ice-and-permafrost
\end{tabular}
}}
\Ort{Fairbanks}
}
% --- Execution of options ---
%\ExecuteOptions{german} % set default
\ProcessOptions
% --- Package loading
\RequirePackage{babel}