From e8e307aa314bfbb7f7c67c14abd4e67ceb93fe12 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 9 Jun 2011 21:39:21 +0000 Subject: tkz-berge (9jun11) git-svn-id: svn://tug.org/texlive/trunk@22891 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/tkz-berge/tkz-arith.sty | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/tkz-berge/tkz-arith.sty (limited to 'Master/texmf-dist/tex') 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 -- cgit v1.2.3