XeTeX ⇒ XeLaTeX and Pstricks
XeLaTeX and Pstricks
How use XeLaTeX and Pstricks together?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- 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
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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