diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/latex/tkz-berge/tkz-arith.sty | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-berge/tkz-arith.sty b/Master/texmf-dist/tex/latex/tkz-berge/tkz-arith.sty new file mode 100644 index 00000000000..de927a7c03c --- /dev/null +++ b/Master/texmf-dist/tex/latex/tkz-berge/tkz-arith.sty @@ -0,0 +1,32 @@ + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % % + % tkz-arith.sty encodage : utf8 % + % % + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % % + % Créé par Alain Matthes le 10-10-2007. % + % % + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%<--------------------------------------------------------------------------–> +%% Objet : tools for arithmetic +% todo : remove latex stuff +% todo : change some names of macros +%<--------------------------------------------------------------------------–> +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{tkz-arith}[2011/02/28 v 1.00 c integers numbers] +%<--------------------------------------------------------------------------–> +\makeatletter +\def\tkzutil@empty{} +\def\tkzutil@firstofone#1{#1} +\def\tkzutil@firstoftwo#1#2{#1} +\def\tkzutil@secondoftwo#1#2{#2} +%<--------------------------------------------------------------------------–> +\long\def\tkzutil@ifundefined#1{% + \expandafter\ifx\csname#1\endcsname\relax + \expandafter\tkzutil@firstoftwo + \else + \expandafter\tkzutil@secondoftwo + \fi} +\input{tkz-tools-arith.tex} + +\endinput
\ No newline at end of file |