Re: Problem with PSTricks using MikTex 2.9
Ulrike Fischer <[email protected]>
| Newsgroups | gmane.comp.tex.miktex |
|---|---|
| Message-ID | <[email protected]> |
Am Tue, 1 Nov 2016 23:08:34 -0600 schrieb Bruce Allison:
> However, I still need to obtain a pdf file, and nothing I have tried has
> worked in WinEdt/MikTex (e.g. pdflatex or dvi2pdf).
postscript needs a postscript interpreter.
So you need to run
latex
dvips
ps2pdf
All three tools have menu entries in winedt.
The alternative is xelatex.
Or you drop pstricks and use tikz instead, then you can compile with
pdflatex directly:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw(0,0)--(4,0);
\draw(2,0)--(2,1);
\end{tikzpicture}
\end{document}
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Q: How can I leave the mailing list?
A: See http://docs.miktex.org/faq/support.html#leavingml