-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvariilogo.eps
71 lines (66 loc) · 1.49 KB
/
variilogo.eps
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
%!PS-Adobe-2.0 EPSF-1.2
%%BoundingBox: 0 0 118 25
%
% variacao do logotipo do II/UFRGS
% $Id: variilogo.eps,v 4.1 2002/12/07 17:20:10 utug Exp $
%
% UFRGS TeX Users Group
% Institute of Informatics --- UFRGS
% Porto Alegre, Brazil
% http://gppd.inf.ufrgs.br/~avila/utug
% Discussion list: [email protected]
%
% Copyright (C) 2001 UFRGS TeX Users Group
% This is free software, distributed under the GNU GPL; please take
% a look in `iiufrgs.cls' to see complete information on using, copying
% and redistributing these files
%
%
% tamanho da fonte
%
/tamfonte 10 def
%
% dados para definicao da esfera
% o raio e' definido em funcao do tamanho da fonte
%
/r tamfonte 1.25 mul def
/x -0.5 def
/y 0.5 def
/steps 32 def
%
% desenha a esfera
%
/desenhar_esfera {
gsave
currentpoint translate
0 0 r 0 360 arc clip
1 1 steps div neg 0 {
dup neg 1 add setgray
r x mul exch
r y mul exch
r y mul r add mul
0 360 arc fill
} for
grestore
} def
%
% escreve "Inform‡tica"
%
/escrever_informatica {
(Inform) show
gsave (\302) show grestore
(atica) show
} def
%
% main
%
% descomente a seguinte linha para verificar o BoudingBox:
%0 0 moveto 0 25 rlineto 118 0 rlineto 0 -25 rlineto closepath stroke
0 r tamfonte .25 mul neg add moveto
/Helvetica-BoldOblique findfont tamfonte scalefont setfont
escrever_informatica
r tamfonte .5 mul add tamfonte .25 mul rmoveto
desenhar_esfera
/Helvetica-Narrow-Oblique findfont tamfonte scalefont setfont
r tamfonte .5 mul add tamfonte .35 mul neg rmoveto
(UFRGS) show