Hi, I want to use the package
pgfplots in texmaker, to create graphics.
After the simulation, there is the error:
LaTeX Error: File `tikz.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty).
I don't find the required file tikz.sty on internet ...
In the file pgfplots.sty, we can read:
% BEFORE the first \usepackage{pgf}, \usepackage{tikz} or
% \usepackage{pgfplots}.
% Default is
% 'dvips' for 'latex'
% 'pdftex' for 'pdflatex'
% -> dvipdfm needs special attention.
\RequirePackage{tikz}
\def\pgfplots@texdist@protect{\protect}%
\input pgfplots.code.tex
\usetikzlibrary{plotmarks}
Maybe I haven't the package tikz??
Can you help me??
Thanks!