XeTeX ⇒ XeLaTeX and Pstricks
XeLaTeX and Pstricks
How use XeLaTeX and Pstricks together?
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
XeLaTeX and Pstricks
Include the xetex-pstricks package and run xelatex instead of latex on your source code.
Best regards and welcome aboard
Thorsten
Best regards and welcome aboard
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
XeLaTeX and Pstricks
Hi Teorema,
if its not working directly with xelatex then try the -no-pdf option, at the command line:
An extended dvi file (.xdv) will be created. Later you can convert that to pdf by xdv2pdf.
Stefan
if its not working directly with xelatex then try the -no-pdf option, at the command line:
Code: Select all
xetex -no-pdf filename.tex
Stefan
LaTeX.org admin