I am a complete LaTeX n00b, so please bear with my unintentional misuse of terminology and general ignorance. I hope this is the correct area of the forum to be posting this question in. Even though it does not have to do with a specific graphic, figure or table; it concerns TikZ and I figure that people monitoring this section of the forum will know a thing or two about TikZ.
Now that we have the pre-apology out of the way. Here is my issue: I'm trying to "compile" one of the TikZ examples at http://www.texample.net/tikz/examples namely the unit circle ( http://www.texample.net/tikz/examples/unit-circle/ ). However, when I download the .tex file containing the source for the unit-circle then run
Code: Select all
ajs@ajs:~/Downloads$ latex unit-circle.tex
Code: Select all
root@ajs:~# dpkg --get-selections | grep texlive-full
texlive-full install
root@ajs:~#
Please let me know if anyone has experienced this same issue or if you have any suggestions that I can try.
-ajs