-
Notifications
You must be signed in to change notification settings - Fork 0
/
a-editfoot.tex
105 lines (101 loc) · 2.96 KB
/
a-editfoot.tex
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
%***************************************************
% A-EditFoot "a-editfoot.tex"
%
% An example of how to redefine the footer texts.
% The original example here produces a personal
% footer (which also names the department) in
% Finnish.
%
% The default footer texts are common to ICS Dept.
% They are included in this file.
%
% Requirements: The LaTeX (letter) source file must
% use "aletter.cls" as its document class. The
% original example moreover requires that Finnish
% is selected as the document language.
%
% Usage:
%
% (A) For beginners: (1) Modify the set of
% redefinitions (in this file) according to your
% needs. (2) Include this file, with the "\input"
% command, in the preamble of your source file.
%
% (B) For non-beginners: Simply include all the
% required instances of the redefinition commands
% in your source.
%
% Notes:
% - The prefixes "en" and "fi" denote English and
% Finnish, respectively.
% - The five columns of the footer are identified
% as "A" - "E", and the three rows as "a" - "c".
% - Each command whose name contains the infix "Get"
% returns the string that has been stored with the
% corresponding command whose name lacks the
% "Get".
%
% @author: EL 2010
%***************************************************
% The default Finnish footer texts from
% "aletter.cls":
%
\enPostHead{Correo electr\'onico:}
\enVisitHead{Direcci\'on:}
\enUniversity{Grupo GLUD}
%
\fiPostHead{Postiosoite:}
\fiVisitHead{K\"{a}yntiosoite:}
\fiUniversity{Aalto-yliopisto}
%
\fiUnivPostA{}
\fiUnivPostB{00076 Aalto}
\fiUnivVisitA{}
\fiUnivVisitB{}
\fiUnivTel{Puhelin 09 47001}
\fiUnivFax{}
\fiUnivVat{VAT FI22283574}
\fiUnivWeb{www.aalto.fi/fi/}
\fiUnivEmail{}
% Some additional Finnish footer texts (relevant
% to this example) from the original content of
% "aletter.tex":
\fiDeptPostA{PL 15400}
\fiDeptVisitA{Konemiehentie 2}
\fiDeptVisitB{Espoo}
\fiPersTel{Puhelin 09 470 25246}
\fiPersFax{Faksi 09 470 23369}
\fiDeptWeb{ics.tkk.fi/fi/}
\fiPersWeb{users.ics.tkk.fi/orponen/}
\fiPersEmail{pekka.orponen@tkk.fi}
% Here we want to modify the built-in personal
% footer (the one that names even the department)
% as follows:
% - the (actually redundant) "fi/" suffixes are
% removed from the www home page fields
% - the fax number field is replaced with a mobile
% phone number field
% - the person is named in the first row and the
% university in the last row (which is opposite
% to the original convention)
%
% Note that the order of these four is significant
% (see "aletter.tex" for an explanation):
\fiUnivWeb{www.aalto.fi/}
\fiSchlWeb{www.tkk.fi/}
\fiDeptWeb{ics.tkk.fi/}
\fiPersWeb{users.ics.tkk.fi/orponen/}
%
\persdeptfooter
%
\fiDb{GSM 049 999 9999}
%
\fiAa{\fiGetPerson}
\fiAc{\fiGetUniversity}
\fiEa{\fiGetPersWeb}
\fiEc{\fiGetUnivWeb}
% Finally: At the beginning of the document
% environment in the LaTeX source file, Finnish
% should be selected as the document language.
% Otherwise, the original example in this file
% does not affect the output.