summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/frenchmath/frenchmath.sty
blob: a56200999800333c71a46be93a2baa88d2799514 (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
86
87
88
89
90
91
92
93
94
%%
%% This is file `frenchmath.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% frenchmath.dtx  (with options: `package')
%% 
%% This is a generated file.
%% 
%% Copyright (C) 2019 by Antoine Missier <prenom.nom@ac-toulouse.fr>
%% 
%% This file 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.
%% 
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{frenchmath}
    [15/01/2019 v1.0 .dtx frenchmath file]
\RequirePackage{ifthen}
\newboolean{capsit}
\DeclareOption{capsit}{\setboolean{capsit}{true}}
\DeclareOption{capsrm}{\setboolean{capsit}{false}} % valeur par défaut
\ProcessOptions \relax

\RequirePackage{mathrsfs} % fournit les majuscules cursives
\RequirePackage{amssymb} % fournit \leqslant, \geqslant et \varnothing
\RequirePackage{amsopn} % fournit \DeclareMathOperator
\RequirePackage{xspace} % utile pour la commande \ssi

\newcommand\curs{\mathscr}
\newcommand\infeg{\leqslant}
\newcommand\supeg{\geqslant}
\newcommand\vide{\varnothing}
\newcommand{\paral}{\mathrel{/\!\!/}} % \parallel existe déjà : ||
\newcommand\ssi{si, et seulement si,\xspace}
\newcommand*{\cmod}[1]{\quad[#1]}

\DeclareMathOperator{\pgcd}{pgcd}
\DeclareMathOperator{\ppcm}{ppcm}
\DeclareMathOperator{\card}{card}
\DeclareMathOperator{\Card}{Card}
\DeclareMathOperator{\Ker}{Ker}
\DeclareMathOperator{\Hom}{Hom}
\DeclareMathOperator{\rg}{rg}
\DeclareMathOperator{\Vect}{\Vect}
\DeclareMathOperator{\ch}{ch}
\DeclareMathOperator{\sh}{sh}
\DeclareMathOperator{\tgh}{th}

\newcommand\virgdec{\DecimalMathComma} % pas d'espace
\newcommand\virgstd{\StandardMathComma} % espace après la virgule

\DeclareSymbolFont{Roman}{\encodingdefault}{\familydefault}{m}{n}
\DeclareMathSymbol{;}\mathbin{Roman}{059} % \mathpunct à l'origine

\ifthenelse{\boolean{capsit}}{}{%
\DeclareMathSymbol{A}\mathalpha{Roman}{`A} %'A codage octal du A dans Roman
\DeclareMathSymbol{B}\mathalpha{Roman}{`B}
\DeclareMathSymbol{C}\mathalpha{Roman}{`C}
\DeclareMathSymbol{D}\mathalpha{Roman}{`D}
\DeclareMathSymbol{E}\mathalpha{Roman}{`E}
\DeclareMathSymbol{F}\mathalpha{Roman}{`F}
\DeclareMathSymbol{G}\mathalpha{Roman}{`G}
\DeclareMathSymbol{H}\mathalpha{Roman}{`H}
\DeclareMathSymbol{I}\mathalpha{Roman}{`I}
\DeclareMathSymbol{J}\mathalpha{Roman}{`J}
\DeclareMathSymbol{K}\mathalpha{Roman}{`K}
\DeclareMathSymbol{L}\mathalpha{Roman}{`L}
\DeclareMathSymbol{M}\mathalpha{Roman}{`M}
\DeclareMathSymbol{N}\mathalpha{Roman}{`N}
\DeclareMathSymbol{O}\mathalpha{Roman}{`O}
\DeclareMathSymbol{P}\mathalpha{Roman}{`P}
\DeclareMathSymbol{Q}\mathalpha{Roman}{`Q}
\DeclareMathSymbol{R}\mathalpha{Roman}{`R}
\DeclareMathSymbol{S}\mathalpha{Roman}{`S}
\DeclareMathSymbol{T}\mathalpha{Roman}{`T}
\DeclareMathSymbol{U}\mathalpha{Roman}{`U}
\DeclareMathSymbol{V}\mathalpha{Roman}{`V}
\DeclareMathSymbol{W}\mathalpha{Roman}{`W}
\DeclareMathSymbol{X}\mathalpha{Roman}{`X}
\DeclareMathSymbol{Y}\mathalpha{Roman}{`Y}
\DeclareMathSymbol{Z}\mathalpha{Roman}{`Z}
}

\endinput
%%
%% End of file `frenchmath.sty'.