[pstricks] texworks and pstricks

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Nov 7 10:40:37 CET 2012


Am 07.11.2012 10:22, schrieb ghostanime2001:
> I have attached the .log file right now. My .tex file is called
> tutorial.tex (I couldn't think of a better name at the moment). Also, I
> don't know why when I attach files to this mailing list it changes the
> extension. In case you don't know how to open the attached log open it
> with notepad. This is my .tex file run with xelatex.

The log file is ok. Please send the generated pdf.

I tried this

\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\renewcommand{\familydefault}{\sfdefault}
\begin{document}

\rput(0,0){\rnode{A}{C}}
\rput(1,0){\rnode{B}{H}}
\ncline[nodesepA=2pt,nodesepB=2pt,linewidth=0.75pt,doubleline=true,doublesep=0.1]{A}{B}

\end{document}

with xelatex and everything was fine.

Herbert


More information about the PSTricks mailing list