blob: aafbbd7109317150961d417515f1f428a4bdd554 (
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
80
81
82
83
84
85
|
% This file is part of the "lettre" package.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Vincent Belaïche.
%
% This work consists of all files listed in doc/latex/lettre/readme/LICENSE.
%
% ****************************************
% * 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\'EPUBLIQUE\\[-1mm]%
\treit ET CANTON DE GEN\`EVE\\[-1mm]%
\fi
\raisebox{0.5mm}[22.55mm][2.45mm]{\includegraphics[height=1.565cm]{ecusson55.mps}}\\
\mbox{\hss\trfvtn OBSERVATOIRE DE GEN\`EVE\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\`EVE\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 \^etre utilis\'ee}}%
\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
|