TechnixCenter + Pstricks: keine Grafiken

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: TechnixCenter + Pstricks: keine Grafiken

von zack2010 » Fr 3. Sep 2010, 12:39

Ok, danke ich habs!

Das war wohl die Betriebsblindheit

von CrazyHorse » Fr 3. Sep 2010, 12:00

zack2010 hat geschrieben: Jetzt habe ich eine Grafik die bei mir unter Linux allerdings noch mit Pfeilen versehen ist. Hier wird alles zerhackt, woran liegt das?
-> siehe Anhang
du musst schonmal das richtige Paket laden ...
Wenn du alles in die psmatrix-Umgebung packstm geht es dann auch ohne die postscript-Umgebung:
\documentclass[12pt]{article}

\usepackage{pst-node}
\usepackage{auto-pst-pdf}

\begin{document}

\begin{figure}[htb]
  \centering
  \begin{psmatrix}[rowsep=1.5,colsep=0.5,arrowscale=2]
     \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,fillstyle=solid,fillcolor=yellow]
        {Test1} \\
        \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,fillstyle=solid,fillcolor=yellow]
        {Test2} \\
        \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,fillstyle=solid,fillcolor=yellow]
        {Test3} \\
  \ncline{->}{1,1}{2,1}
  \ncline{->}{2,1}{3,1}
  \end{psmatrix}
  \caption{Test: Scheisse geht noch immer nicht}\label{ch1::pic_001}
\end{figure}

\end{document}
oder mit \begin{postscript} ... \end{postscript}, dann kann darin alles in beliebiger Reihenfolge sein ...

Herbert[/code]
Dateianhänge
latex1.pdf
(13.16 KiB) 861-mal heruntergeladen

von zack2010 » Fr 3. Sep 2010, 11:41

\documentclass[12pt]{article}


\usepackage{pstricks}
\usepackage{auto-pst-pdf}
\newenvironment{pdfpic}{}{}

\begin{document}

\begin{figure}[htb]
  \centering
  \begin{pdfpic}
    \begin{postscript}
      %\definecolor{background}{RGB}{188,238,104}
      \psset{arrowscale=2}
      \begin{psmatrix}[rowsep=1.5,colsep=0.5]
        \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,fillstyle=solid,fillcolor=yellow]
        {Test1} \\
        \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,fillstyle=solid,fillcolor=yellow]
        {Test2} \\
        \psframebox[linearc=0.2,cornersize=absolute,framesep=6pt,fillstyle=solid,fillcolor=yellow]
        {Test3} \\
      \end{psmatrix}
      \ncline{->}{1,1}{2,1}
      \ncline{->}{2,1}{3,1} 
    \end{postscript}
  \end{pdfpic}
  \caption{Test: Scheisse geht noch immer nicht}\label{ch1::pic_001}
\end{figure}

\end{document}
Ok, sorry! Jetzt habe ich eine Grafik die bei mir unter Linux allerdings noch mit Pfeilen versehen ist. Hier wird alles zerhackt, woran liegt das?
-> siehe Anhang
Dateianhänge
Minimal.pdf
(16.75 KiB) 821-mal heruntergeladen

von CrazyHorse » Fr 3. Sep 2010, 11:20

[quote="zack2010"]
) ("C:\Program Files\MiKTeX 2.8\tex\latex\pdftricks\pdftricks.sty"
Package: pdftricks 2003/08/10 1.16 psTricks support in PDF (CVR/ACL)


Package pdftricks Warning: ****************************************
(pdftricks)                Package pdftricks v,1.16 loaded
(pdftricks)                [psTricks support in PDF (CVR, ACL)]
(pdftricks)                ****************************************.
[/quote]

das ist aber nicht das Logfile von deinem Beispiel! Hier verwendest du
pdftricks und nicht auto-pst-pdf. 

\usepackage[miktex]{pdftricks}

hast du es so geladen?

Wie auch imemr, du solltest in jedem Fall auto-pst-pdf bevorzugen.

Herbert

von zack2010 » Fr 3. Sep 2010, 11:13

This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.9.3)  3 SEP 2010 11:09
entering extended mode
**X:/Diplomarbeit/Minimal/Minimal/Minimal.tex
(X:/Diplomarbeit/Minimal/Minimal/Minimal.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, german, ngerman, german-x-2009-06-19, ngerm
an-x-2009-06-19, french, loaded.
("C:\Program Files\MiKTeX 2.8\tex\latex\base\article.cls"
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
("C:\Program Files\MiKTeX 2.8\tex\latex\base\size12.clo"
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) ("C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\ifpdf.sty"
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
) ("C:\Program Files\MiKTeX 2.8\tex\latex\pdftricks\pdftricks.sty"
Package: pdftricks 2003/08/10 1.16 psTricks support in PDF (CVR/ACL)


Package pdftricks Warning: ****************************************
(pdftricks)                Package pdftricks v,1.16 loaded
(pdftricks)                [psTricks support in PDF (CVR, ACL)]
(pdftricks)                ****************************************.

("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\graphics.sty"
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
 ("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
) ("C:\Program Files\MiKTeX 2.8\tex\latex\00miktex\graphics.cfg"
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: pdftex.def on input line 91.

("C:\Program Files\MiKTeX 2.8\tex\latex\pdftex-def\pdftex.def"
File: pdftex.def 2010/02/14 v0.04n Graphics/color for pdfTeX
\Gread@gobject=\count87
))
\Gin@req@height=\dimen103
\Gin@req@width=\dimen104
)
("C:\Program Files\MiKTeX 2.8\tex\latex\graphics\color.sty"
Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)
 ("C:\Program Files\MiKTeX 2.8\tex\latex\00miktex\color.cfg"
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package color Info: Driver file: pdftex.def on input line 130.
)
runsystem(rem >"/tmp/w18-test-201093669")...executed.



Package pdftricks Warning: ****************************************
(pdftricks)                No \write 18 capability.
(pdftricks)                You'll have to run a script by yourself!
(pdftricks)                ****************************************.

("C:\Program Files\MiKTeX 2.8\tex\latex\moreverb\moreverb.sty"
Package: moreverb 2008/06/03 v2.3 `more' verbatim facilities
 ("C:\Program Files\MiKTeX 2.8\tex\latex\tools\verbatim.sty"
Package: verbatim 2003/08/22 v1.5q LaTeX2e package for verbatim enhancements
\every@verbatim=\toks15
\verbatim@line=\toks16
\verbatim@in@stream=\read1
)
\verbatim@out=\write3
\tab@position=\count88
\tab@size=\count89
\listing@line=\count90
)
\c@psfig=\count91
\c@arraylength=\count92
\c@ArrayIndex=\count93
\c@zeroCtr=\count94
\c@recordCtr=\count95
\c@Ctr=\count96
\c@f@irstCtr=\count97
\c@s@econdCtr=\count98
) (X:\Diplomarbeit\Minimal\Minimal\Minimal.aux)
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 21.
LaTeX Font Info:    ... okay on input line 21.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 21.
LaTeX Font Info:    ... okay on input line 21.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 21.
LaTeX Font Info:    ... okay on input line 21.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 21.
LaTeX Font Info:    ... okay on input line 21.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 21.
LaTeX Font Info:    ... okay on input line 21.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 21.
LaTeX Font Info:    ... okay on input line 21.
 ("C:\Program Files\MiKTeX 2.8\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count99
\scratchdimen=\dimen105
\scratchbox=\box26
\nofMPsegments=\count100
\nofMParguments=\count101
\everyMPshowfont=\toks17
\MPscratchCnt=\count102
\MPscratchDim=\dimen106
\MPnumerator=\count103
\everyMPtoPDFconversion=\toks18
) Opening PDFStream=Minimal-fig1.tex [1

{C:/Users/zack/AppData/Local/MiKTeX/2.8/pdftex/config/pdftex.map}]
(X:\Diplomarbeit\Minimal\Minimal\Minimal.aux) ) 
Here is how much of TeX's memory you used:
 1153 strings out of 495269
 15137 string characters out of 3180150
 63658 words of memory out of 3000000
 4403 multiletter control sequences out of 15000+200000
 3938 words of font info for 15 fonts, out of 3000000 for 9000
 14 hyphenation exceptions out of 8191
 32i,5n,21p,261b,159s stack positions out of 5000i,500n,10000p,200000b,50000s
<C:/Program Files/MiKTeX 2.8/fonts/type1/public/amsfonts/cm/cmr12.pfb>
Output written on Minimal.pdf (1 page, 11924 bytes).
PDF statistics:
 10 PDF objects out of 1000 (max. 8388607)
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)

von CrazyHorse » Fr 3. Sep 2010, 10:45

zack2010 hat geschrieben:So habe ich alles gemacht:
ps2psf, pdfcrop und activePerl

-> Leider immer noch der gleiche Fehler
dann schick jetzt nochmal das logfile

Herbert

von zack2010 » Fr 3. Sep 2010, 10:22

So habe ich alles gemacht:
ps2psf, pdfcrop und activePerl

-> Leider immer noch der gleiche Fehler

Weitere Vorschläge?

von KOMA » Fr 3. Sep 2010, 09:51

zack2010 hat geschrieben:Muss ich das installieren, Quellen?
-> ActivePerl?
Siehe die von Herbert verlinkte Seite unmittelbar über der Abbildung des Dialogs, auf die der Link führt. Dort wird sowohl erwähnt, dass man perl benötigt, als auch eine Empfehlung für ein perl ausgesprochen und ein Link angegeben.

von zack2010 » Fr 3. Sep 2010, 09:12

Ich denke nicht! (Ich nutze Windows 7)

Muss ich das installieren, Quellen?
-> ActivePerl?

von CrazyHorse » Fr 3. Sep 2010, 08:52

zack2010 hat geschrieben:Hallo,

hättest Du meine Anhänge angeschaut, wüsstest Du das ich diese Optionen verwende, mit mehreren Problemen, z.B.:
No \write 18 capability
hast du Perl installiert?

Herbert

Nach oben