This commit is contained in:
Jeff Lance 2020-08-20 17:20:33 +02:00
commit 18f7608bf5
3 changed files with 22 additions and 5 deletions

View File

@ -375,6 +375,7 @@
\newfontfamily\ChelseaMarket[Ligatures=TeX]{Chelsea Market}
% \newfontfamily\Comic[Ligatures=TeX]{Comic Sans MS}
\newfontfamily\DejaVuSans[Ligatures=TeX]{DejaVu Sans}
\newfontfamily\dominofont[Ligatures=TeX]{DejaVu Sans}
\newfontfamily\Delius[Ligatures=TeX]{Delius}
\newfontfamily\DeliusSC[Ligatures=TeX]{Delius Swash Caps}
\newfontfamily\FingerPaint[Ligatures=TeX]{Finger Paint}
@ -399,6 +400,16 @@
% }
%--------------------------------------------------------
%---
% Print dominos
\newcommand*\d@mino[3]{%
{\dominofont\char
\numexpr #1 + #2*7 + #3
\relax
}}
\newcommand*\domino{\@ifstar{\d@mino{127075}}{\d@mino{127025}}}
%---
%--

View File

@ -112,7 +112,7 @@
%% tkz
%%
\usetkzobj{all} % on charge tous les objets
%\usetkzobj{all} % on charge tous les objets: useless since version 3.02 of tkz-euclide
%% sizing of the page
%%

View File

@ -195,13 +195,13 @@
% {\ensuremath{ \mathbb{R} \setminus \{0\} }}
% {\! \mathbb{R} \setminus \{0\} \!}
% {\! \mathbb{R} \setminus \{0\} \!}
\!\!\!\!\ensuremath{\mathbb{R} \setminus \{0\}}\!\!\!
\ensuremath{\mathbb{R} \setminus \{0\}}
}{
% \mathchoice{\! \mathbb{R} \setminus \{0, #2\} \!}
% {\ensuremath{ \mathbb{R} \setminus \{0, #2\} }}
% {\! \mathbb{R} \setminus \{0, #2\} \!}
% {\! \mathbb{R} \setminus \{0, #2\} \!}
\!\!\!\!\ensuremath{\mathbb{R} \setminus \{0, #2\}}\!\!\!
\ensuremath{\mathbb{R} \setminus \{0, #2\}}
}
}{
\IfNoValueTF {#2} {
@ -209,13 +209,13 @@
% {\ensuremath{ \mathbb{R} }}
% {\mathbb{R}}
% {\mathbb{R}}
\!\!\!\!\ensuremath{ \mathbb{R} }\!\!\!
\ensuremath{ \mathbb{R} }
}{
% \mathchoice{\mathbb{R} \setminus \{#2\}}
% {\ensuremath{ \mathbb{R} \setminus \{#2\} }}
% {\mathbb{R} \setminus \{#2\}}
% {\mathbb{R} \setminus \{#2\}}
\!\!\!\!\ensuremath{\mathbb{R} \setminus \{#2\}}\!\!\!
\ensuremath{\mathbb{R} \setminus \{#2\}}
}
}
}
@ -308,6 +308,12 @@
\NewDocumentCommand \point{ G{A} G{0} G{0} } {
$ #1\big(#2\ ;\ #3\big) $
}
%% print the acronym F.I. for "Forme indéterminée" in bold and sans-serif font.
%%
\NewDocumentCommand \FI{ } {
\textsf{\textbf{F.I.}}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%