blob: 4d09d5fc3e9f802fb4dbc878dc9714fa7046fc44 (
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
|
%^^A file name : `lettre-romand.ldf'.
%^^A package name: lettre
%^^A maintenance : Vincent Belaïche (vincentb1@users.sourceforge.net)
%^^A author : Denis Mégevand - Observatoire de Genève
%^^A email : vincentb1@users.sourceforge.net
%^^A version : v3.002
%^^A date :
%^^A
%^^A This file is part of the "lettre" package.
%^^A This work may be distributed and/or modified under the conditions of the
%^^A LaTeX Project Public License, either version 1.3 of this license or (at your
%^^A option) any later version. The latest version of this license is in
%^^A http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
%^^A distributions of LaTeX version 2005/12/01 or later.
%^^A
%^^A This work has the LPPL maintenance status `maintained'.
%^^A
%^^A The Current Maintainer of this work is Vincent Belaïche.
%^^A
%^^A This work consists of all files listed in file README
%^^A
%\subsubsection{Définitions pour la langue \texttt{romand}}
%
%\DescribeMacro{\lettre@select@romand@labels}
%\DescribeMacro{\lettre@mlp@romand@use}
% \begin{macrocode}
\LettreDeclareLanguage{romand}[french]{%
\sigflag=0 %
\def\cejour{le
\ifx\ier\undefined\def\ier{er}\fi
\ifnum\day=1\relax 1\ier\else \number\day\fi
\space\ifcase\month\or
janvier\or f\'evrier\or mars\or avril\or mai\or juin\or
juillet\or ao\^ut\or septembre\or octobre\or novembre\or d\'ecembre\fi
\space \number\year}%
\def\faxwarning{\large\slshape\bfseries En cas de mauvaise transmission,
appelez s.v.p. l'op\'erateur t\'el\'efax}%
\def\telefaxstring{{\FAXSTR T~\'E~L~\'E~F~A~X}}%
\def\telephonelabelname{T\'EL\'EPHONE :~}%
\def\telefaxlabelname{T\'EL\'EFAX :~}%
\def\telefaxname{T\'el\'efax :~}%
\def\tellabelname{T\'el.~}%
\def\faxlabelname{Fax :~}%
\def\emaillabelname{E-Mail :~}%
\def\telexlabelname{T\'ELEX :~}%
\def\headtoname{\`A :~}%
\def\headfromname{De :~}%
\def\pagetotalname{Nombre de pages :~}%
\def\concname{Concerne :~}%
\def\ccname{C.c.~}%
\def\enclname{Ann.~}%
\def\mentionname{Annexe(s) mentionn\'ee(s)}%
\def\vrefname{V.\raise.4ex\hbox{\tiny /}r\'ef.~}
\def\nrefname{N.\raise.4ex\hbox{\tiny /}r\'ef.~}
}%
\LettreProvidesLanguage{romand}[2015/11/18]%
\endinput
% \end{macrocode}
%^^A End of file `lettre-romand.ldf'.
\iffalse Local Variables: \fi
\iffalse mode: DocTeX\fi
\iffalse ispell-dictionary: "francais"\fi
\iffalse End: \fi
|