summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/clefval/clefval.sty
blob: 374e8c2e1ca0925ac9957797c1c78d7129da3330 (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
%%
%% This is file `clefval.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% clefval.dtx  (with options: `package,packfra')
%% This is a generated file.
%% 
%% Copyright (C) 2004 Y. Henel, le TeXnicien de surface
%% <Yvon.Henel@wanadoo.fr>
%% 
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.2 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.2 or later is part of all distributions of LaTeX version
%% 1999/12/01 or later.
%%%% Copyright (C) 2004 by Josselin Noirel
%%%%   and Yvon Henel <Yvon.Henel@wanadoo.fr>
%%%% --------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\def\fileversion{v0}
\def\filedate{2004/05/22}
\def\fileinfo{d\'efinir et utiliser des paires cle/valeurs}
\ProvidesPackage{clefval}
         [\filedate\space\fileversion\space\fileinfo]
\newcommand*{\@setTheValue}[2]{%
  \ifx#1\relax
  \protect\G@refundefinedtrue
  \nfss@text{\reset@font\bfseries^^a0????}%
\@latex@warning{Valeur de #2 en page \thepage\space non d\'efinie}%
  \else #1\null \fi}
\newcommand*{\TheValue}[1]{\expandafter\@setTheValue\csname
  V@#1\endcsname{#1}}
\newcommand*{\@newk@ey}[3]{{%
    \@ifundefined{#1@#2}%
    {\relax}%
    {\gdef \@multiplekeys {%
\@latex@warning@no@line{Des clefs sont d\'efinies plusieurs fois.}}%
\@latex@warning@no@line{La clef #2 est d\'efinie plusieurs fois}}%
    \global\@namedef{#1@#2}{#3}}}
\def\newkey{\@newk@ey V}
\@onlypreamble\@newk@ey
\AtEndDocument{\let\@newk@ey=\@testdef}
\long\def \@protected@write#1{%
  \begingroup
  \let\protect\@unexpandable@protect
  \edef\reserved@a{%
    \write\@auxout{#1}}%
  \reserved@a \endgroup \if@nobreak\ifvmode\nobreak\fi\fi }
\let \@multiplekeys \relax
\def\TheKey#1#2{{\@bsphack
    \@protected@write{\string\newkey{#1}{#2}}%
    \@esphack}}
\endinput
%%
%% End of file `clefval.sty'.