1

I'm trying to use the tickz package with TexMaker:

\documentclass[10pt]{article}
\usepackage{tickz}
\setlength{\unitlength}{1mm}

\begin{document}

\end{picture}

\end{document}

When I try to compile with the F1 key, I get the following error:

! LaTeX Error: File `tickz.sty' not found.

I already tried the following:

Codoscope
  • 161
  • 4
    You should use tikz, not tickz. – bmv Jan 21 '18 at 16:18
  • 3
    There is no 'c' in tikz. Maybe turn off auto-correct in your editor. :) – Alan Munn Jan 21 '18 at 16:18
  • 3
    ... and a lonely \end{picture} doesn't make sense either. Use \begin{tikzpicture} and \end{tikzpicture} instead. –  Jan 21 '18 at 16:27
  • Replacing "tickz" with "tikz" fixed it! The mistake about the missing begins and ends comes from a mistake while copying and pasting for the minimal example. – Codoscope Jan 21 '18 at 18:06
  • 4
    I'm voting to close this question as off-topic because it was caused by a trivial misspelling and solved in the comments. – Alan Munn Jan 21 '18 at 19:22

0 Answers0