blob: 738c73dd9dc22a1299c249cfba23c77d0a8aa47c (
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
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
|
% This file is part of the "lettre" package.
% This package is distributed under the terms of the LaTeX Project
% Public License (LPPL) described in the file lppl.txt.
%
% Denis Mégevand - Observatoire de Genève.
%
% Ce fichier fait partie de la distribution du paquetage "lettre".
% Ce paquetage est distribué sous les termes de la licence publique
% du projet LaTeX (LPPL) décrite dans le fichier lppl.txt.
%
% ****************************************
% * DEFINITIONS LOCALES A L'OBS *
% ****************************************
%
%\input{graphicx.sty} % appele par la classe lettre
\newcommand{\trfam}{\fontencoding{T1}\fontfamily{ptm}\fontseries{m}%
\fontshape{n}}
\newcommand{\treit}{\trfam\fontsize{8}{10pt}\selectfont}
\newcommand{\trten}{\trfam\fontsize{10}{12pt}\selectfont}
\newcommand{\trfvtn}{\trfam\fontsize{15}{18pt}\selectfont}
\long\def\psobs{%
\l@@info{Entete officielle de l'Observatoire}%
\def\fromaddress{\centering
\vskip -5mm%
\if@letter
\treit RÉPUBLIQUE\\[-1mm]%
\treit ET CANTON DE GENÈVE\\[-1mm]%
\fi
\includegraphics[bb=-7 -7 55 65,totalheight=2.5cm]{ecusson55.ps}\par
\mbox{\hss\trfvtn OBSERVATOIRE DE GENÈVE\hss}\\[2mm]%
\if@letter
%\trten Ch. des Maillettes 51\\%
\fi
\if@detail
%\trten Ch. des Maillettes 51\\%
\fi
\trten CH-1290 SAUVERNY\\%
\if@letter
\trten Suisse
\fi
\if@detail
\trten Suisse
\fi}}%
\newcommand{\dhfam}{\fontencoding{T1}\fontfamily{cmdh}\fontseries{m}%
\fontshape{n}}
\newcommand{\cmd}{\dhfam\fontsize{10}{12pt}\selectfont}
\newcommand{\Cmd}{\dhfam\fontsize{12}{14pt}\selectfont}
\newcommand{\CMD}{\dhfam\fontsize{14}{17pt}\selectfont}
\long\def\addressobs{%
\def\fromaddress{\centering
\CMD OBSERVATOIRE DE GENÈVE\rule[6pt]{0pt}%
{1.0\baselineskip}\\[3mm]%
\cmd
\if@letter
%51, chemin des Maillettes\\%
\fi
\if@detail
%51, chemin des Maillettes\\%
\fi
CH-1290 Sauverny\\%
\if@letter
Suisse
\fi
\if@detail
Suisse
\fi}}%
%
\def\lieuobs{\def\fromlieu{Sauverny}}%
\def\telephoneobs{\def\telephonenum{+41 (22) 755 26 11}}%
\def\faxobs{\def\faxnum{+41 (22) 755 39 83}}%
\def\ccpobs{\ccp{12-2130-4}}%
\def\ccittobs{\l@@warning{L'adresse X400 de l'Observatoire (\string\ccittobs) ne doit plus être utilisée}}%
\def\internetobs{\internet{obs.unige.ch}}%
\def\ftpobs{{\tt obsftp.unige.ch \rm(129.194.65.3)}}
\def\wwwobs{{\tt http://obswww.unige.ch/ \rm(129.194.65.3)}}
%
\addressobs\lieuobs\telephoneobs\faxobs
\romand
%fin du fichier obs.ins
|