summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/latex/tkz-arith.sty
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-berge/latex/tkz-arith.sty')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-berge/latex/tkz-arith.sty32
1 files changed, 0 insertions, 32 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-berge/latex/tkz-arith.sty b/obsolete/macros/latex/contrib/tkz/tkz-berge/latex/tkz-arith.sty
deleted file mode 100644
index de927a7c03..0000000000
--- a/obsolete/macros/latex/contrib/tkz/tkz-berge/latex/tkz-arith.sty
+++ /dev/null
@@ -1,32 +0,0 @@
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % %
- % 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