diff options
author | Karl Berry <karl@freefriends.org> | 2023-10-21 01:05:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-10-21 01:05:40 +0000 |
commit | 29801a4ba2d18e2c76a43791e1000d01ab3d038a (patch) | |
tree | 2bc74f08cf7957bb960858fbf9ab074a6f763fe2 /Master/texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-ellipses.tex | |
parent | 8d2c09f2dd04259220e4e58b60e1fe562de5c492 (diff) |
tkz-euclide (21oct23)
git-svn-id: svn://tug.org/texlive/trunk@68604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-ellipses.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-ellipses.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-ellipses.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-ellipses.tex new file mode 100644 index 00000000000..f92aa7054ed --- /dev/null +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-ellipses.tex @@ -0,0 +1,26 @@ +% tkz-obj-eu-draw-ellipses.tex +% Copyright 2023 Alain Matthes +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% This work has the LPPL maintenance status “maintained”. +% The Current Maintainer of this work is Alain Matthes. + +\def\fileversion{5.03c} +\def\filedate{2023/10/20} +\typeout{2023/10/20 5.03c tkz-obj-eu-draw-ellipses.tex} + + +\makeatletter +\def\tkzDrawEllipse{\pgfutil@ifnextchar[{\tkz@DrawEllipse}{\tkz@DrawEllipse[]}} +\def\tkz@DrawEllipse[#1](#2,#3,#4,#5){% +\begingroup +\draw[#1](#2) ellipse [x radius=#3, y radius=#4,rotate=#5]; +\endgroup +} +\makeatother +\endinput
\ No newline at end of file |