diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-09 21:39:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-09 21:39:21 +0000 |
commit | e8e307aa314bfbb7f7c67c14abd4e67ceb93fe12 (patch) | |
tree | b2b93494d928aa6b77e7512bcb1914e6fb093165 /Master/texmf-dist/tex/latex/tkz-berge | |
parent | da7acd8ed41e4990f3b13f98928ef29198aaa0e2 (diff) |
tkz-berge (9jun11)
git-svn-id: svn://tug.org/texlive/trunk@22891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-berge')
-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 |