My LaTex distribution is MikTeX 2.9 and I am using TeXmaker. The LaTeX has been installed successfully and I have the deserving output for such test:
\documentclass[]{article}
\usepackage{amsmath}
\begin{document}
Matinking
\begin{equation}
\phi + \psi = \chi
\end{equation}
\end{document}
But the problem is that there is no TikZ library within my distribution as I check the package Manager (Admin)... Even after the trying to find new updates, there is no TikZ among the offers.
I just tried to add \usepackage{tikz} to above code but a message box containing below error will be appeared:
The file required: tex\latex\ms\everyshi.sty is missing. It is part of the following packege: ms
The odd thing is that there is even no ms package among update offers!
How would I handle this?!...
Thanks in advance
pgfrather thantikz. – Andrew Swann May 19 '15 at 13:44