i am new in latex;
when i write:
Code: Select all
\usepackage{tikzpicture}
Code: Select all
file'tikpicture.sty not found.Type X......
i use texmaker4.4.1
thank you.
Code: Select all
\usepackage{tikzpicture}
Code: Select all
file'tikpicture.sty not found.Type X......
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
Code: Select all
\usepackage{tikz}
tikzpicture
is the environment for an image, which means that you start a picture with \begin{tikzpicture}
and end it by \end{tikzpicture}
.\usepackage{tikzpicture}
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