I tried to make two lines:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw (1,1) -- (2,1);
\draw (1,1) -- (1,2);
\end{tikzpicture}
\end{document}
To my surprice, only lines are drawn that are at an angle of about 45 degrees. I tried many other things, but I cannot find the clue to solve this. Can somebody help me ? (the first time using TikZ).
Extra info: Now I found out that the problem only occurs if the output profile is LATEX --> DVI. If the output Profile is LATEX --> PDF, then there is no problem (the pdf-output are the two orthogonal lines as expected). Thus the question now becomes: Why are the lines I see in the DVI-output not the same as in the PDF-output?


!from the image link after uploading it, so it appears as a link not inline) – David Carlisle Jan 27 '18 at 10:35