I'm using Texnic Center under Win7 Professional and Pstricks won't work.
What I did:
I've installed Ghost Script (and added it to the system variables) and MikTex, after that Texnic Center. I'm trying the Profile Latex => PS => PDf 'cause this should be the way to get it to work. I've read allot but nothing helped me out.
Some Code:
My test.tex:
Code: Select all
\documentclass{minimal}
\usepackage{pstricks}
\usepackage{pst-pdf}
\begin{document}
\log
\begin{pspicture}(5,2)
\psgrid[subgriddiv=1,
griddots=7,
gridlabels=5pt,
gridcolor=gray,
gridlabelcolor=gray](0,0)(5,2)
% A blue curve
\psline[linecolor=blue]{->}(0,0)(1, 0.75)(2,0.5)(3,1.5)(4,1.25)(5,2)
\end{pspicture}
\end{document}
Code: Select all
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=latex 2010.9.3) 3 SEP 2010 18:55
entering extended mode
**graphen_test.tex
(C:\Users\BlackDevil\Documents\graphen_test.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.
("C:\Program Files\MiKTeX 2.8\tex\latex\base\minimal.cls"
Document Class: minimal 2001/05/25 Standard LaTeX minimal class
) ("C:\Program Files\MiKTeX 2.8\tex\latex\pstricks\pstricks.sty"
Package: pstricks 2010/08/28 v0.46 LaTeX wrapper for `PSTricks' (RN,HV)
("C:\Program Files\MiKTeX 2.8\tex\generic\pstricks\pstricks.tex"
("C:\Program Files\MiKTeX 2.8\tex\generic\xkeyval\pst-xkey.tex"
File: pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
("C:\Program Files\MiKTeX 2.8\tex\latex\xkeyval\xkeyval.sty"
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)
("C:\Program Files\MiKTeX 2.8\tex\generic\xkeyval\xkeyval.tex"
\XKV@toks=\toks14
\XKV@tempa@toks=\toks15
\XKV@depth=\count79
File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)
("C:\Program Files\MiKTeX 2.8\tex\generic\xkeyval\keyval.tex"))))
("C:\Program Files\MiKTeX 2.8\tex\generic\pstricks\pst-fp.tex"
`pst-fp' v0.06, 2010/05/14 (hv)
\pstFP@xs=\count80
\pstFP@xia=\count81
\pstFP@xib=\count82
\pstFP@xfa=\count83
\pstFP@xfb=\count84
\pstFP@rega=\count85
\pstFP@regb=\count86
\pstFP@regs=\count87
\pstFP@times=\count88
)
\psLoopIndex=\count89
`PSTricks' v2.10 <2010/08/27> (tvz)
\pst@dima=\dimen102
\pst@dimb=\dimen103
\pst@dimc=\dimen104
\pst@dimd=\dimen105
\pst@dimg=\dimen106
\pst@dimh=\dimen107
\pst@dimm=\dimen108
\pst@dimn=\dimen109
\pst@dimo=\dimen110
\pst@dimp=\dimen111
\pst@hbox=\box26
\pst@boxg=\box27
\pst@cnta=\count90
\pst@cntb=\count91
\pst@cntc=\count92
\pst@cntd=\count93
\pst@cntg=\count94
\pst@cnth=\count95
\pst@cntm=\count96
\pst@cntn=\count97
\pst@cnto=\count98
\pst@cntp=\count99
\@zero=\count100
\pst@toks=\toks16
("C:\Program Files\MiKTeX 2.8\tex\generic\pstricks\pstricks.con")
\psunit=\dimen112
\psxunit=\dimen113
\psyunit=\dimen114
\pslinewidth=\dimen115
\pst@customdefs=\toks17
\pslinearc=\dimen116
\pst@symbolStep=\dimen117
\pst@symbolWidth=\dimen118
\everypsbox=\toks18
\psframesep=\dimen119
\pslabelsep=\dimen120
\pst@shift=\dimen121
\theoverlaybox=\box28
)
File: pstricks.tex 2010/08/27 v2.10 `PSTricks' (tvz,hv)
("C:\Program Files\MiKTeX 2.8\tex\generic\pstricks\pst-fp.tex")
File: pst-fp.tex 2010/08/27 v2.10 `PST-fp' (hv)
I hope some one can help me. Otherwise: What I'm trying to do is to draw such a graph Maybe there's another way to do it...
greetings
Edit: I forgot to say that it will not build a document.
Edit by localghost: No external links (where applicable)! Attachments go onto the forum server (see Board Rules).