File: logo.sty

package info (click to toggle)
swi-prolog 5.0.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,048 kB
  • ctags: 6,747
  • sloc: ansic: 52,452; perl: 13,276; sh: 2,646; makefile: 516; awk: 14
file content (40 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (4)
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
%	LOGOS

\usepackage{psfig}

% \UvA{Height}

%\newcommand{\UvA}[1]{\psfig{figure=figs/uva.ps,height=#1}}
\newcommand{\UvA}[1]{\includegraphics[height=#1]{figs/uva}}


% \SWI{Height}

%\newcommand{\SWI}[1]{\psfig{figure=figs/swi,height=#1}}
\newcommand{\SWI}[1]{\includegraphics[height=#1]{figs/swi}}

\newcommand{\titlepageheader}{
    \newlength{\uvawidth}
    \settowidth{\uvawidth}{\small Dept.\ of Social Science Informatics (SWI)}
%   \settowidth{\uvawidth}{\LARGE University of Amsterdam}

    \newcommand{\uvaaddress}{%
    \parbox[c]{\uvawidth}{%
	    \LARGE
		  University of Amsterdam \\[3mm]
	    \small
	    Dept.\ of Social Science Informatics (SWI) \\
		Roetersstraat 15, 1018 WB~~Amsterdam \\
			The Netherlands \\
		    Tel. (+31) 20 5256786
	}}

    \mbox{}\vspace{-1in}
    \parbox{\textwidth}{%
	\makebox[\textwidth]{%
%	    \hskip -1cm%
	    \parbox[c]{1in}{\UvA{1.2in}}%
	    \hfill%
	    \parbox[c]{1.5in}{\SWI{0.6in}}%
	    \hskip 7mm%
	    \uvaaddress}}}