Graphics, Figures & TablesProblem with »tkz-euclide« package

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sitex
Posts: 70
Joined: Sat May 09, 2009 12:37 pm

Problem with »tkz-euclide« package

Post by sitex »

Hello,

I have updated my MikTeX 2.8 files to include the tkz packages such as tkz-euclide. I also updated the pgf package. I downloaded the sample file below; the code will not format even with the picture environment commented out. I have attached the log file. I am using Windows 7 (64 bit). Any help would be appreciated.

Thanks, Tom

Code: Select all

\documentclass{scrartcl}
\usepackage[upright]{fourier}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{tkz-euclide}
\usetkzobj{all}
\definecolor{fondpaille}{cmyk}{0,0,0.1,0}
\pagecolor{fondpaille}
\color{Maroon}
\tkzSetUpColors[background=fondpaille,text=Maroon]
\thispagestyle{empty}

\begin{document}

%\begin{tikzpicture}
%\tkzDefPoint(0,0){A}\tkzDefPoint(6,0){B}
%\tkzDefPoint(6,4){C}\tkzDefPoint(0,4){D}
%\tkzInterLL(A,C)(B,D)  \tkzGetPoint{I}
%
%\tkzDrawPolygon (A,B,C,D)
%\tkzDrawSegments(A,C B,D)
%\tkzMarkRightAngles[fill=Maroon!20,size=.3,opacity=.5](D,A,B A,B,C B,C,D C,D,A)
%\tkzDrawPoints(A,B,C,D,I)
%
%\tkzMarkSegments[mark=s||](I,A I,B I,C I,D)
%\tkzLabelPoints(A,B) \tkzLabelPoints[above=6pt](I)
%\tkzLabelPoints[above right](C,D)
%\end{tikzpicture}
\end{document} 
Attachments
tkzExample.log
(31.15 KiB) Downloaded 297 times
Last edited by sitex on Thu Feb 10, 2011 11:48 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problem with »tkz-euclide« package

Post by localghost »

Somehow the pgf/tikZ package got no update. Your version 2.00 is outdated. You can find out package versions much easier by adding the \listfiles command as very first line to your code and searching the log for the *File List* section.


Thorsten
sitex
Posts: 70
Joined: Sat May 09, 2009 12:37 pm

Re: Problem with »tkz-euclide« package

Post by sitex »

Thank you. I have it working now.
Post Reply