Graphics, Figures & TablestikZ | Example produces blank DVI File

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ajs
Posts: 1
Joined: Mon Dec 17, 2012 7:01 am

tikZ | Example produces blank DVI File

Post by ajs »

Hello,

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
I get a .dvi file that is blank. Notably, the .dvi file is "short" as in it looks like it has length:width ratio of 1:5. I'm running Debian Wheezy and have the texlive-full debian package installed. The obtained log file is attached.

Code: Select all

root@ajs:~# dpkg --get-selections | grep texlive-full
texlive-full					install
root@ajs:~# 
I do not know any other useful information that I could provide to assist you. Please let me know if there is something I can provide you with that will help.

Please let me know if anyone has experienced this same issue or if you have any suggestions that I can try.

-ajs
Attachments
unit-circle.log
The obtained log file.
(6.17 KiB) Downloaded 373 times
Last edited by localghost on Mon Dec 17, 2012 10:31 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

tikZ | Example produces blank DVI File

Post by Stefan Kottwitz »

Hi ajs,

welcome to the board!

Perhaps try that example without those lines:

Code: Select all

\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\setlength\PreviewBorder{5pt}
They are just for cutting the output to the TikZ picture area with a small margin.

Stefan
LaTeX.org admin
Post Reply