Why should it not work? TeXworks is also shipped with TeX Live, thus configured for instant use (as it is in MiKTeX).ghostanime2001 wrote:oh man i hope texworks works with tex live the names sound like they are made for each other
MiKTeX and proTeXt ⇒ complete vs. basic miktex - xelatex
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
complete vs. basic miktex - xelatex
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: complete vs. basic miktex - xelatex
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
complete vs. basic miktex - xelatex
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
hello \Rnode{a}{foo} cat \Rnode{b}{bar} dog
\end{document}
- Attachments
-
- xelatex.log
- (6.63 KiB) Downloaded 595 times
-
- pdflatex.log
- (4 KiB) Downloaded 549 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
complete vs. basic miktex - xelatex
Via the main menu, Preferences, Typesetting, choose your engine, add -shell-escape:ghostanime2001 wrote:How do you enable write18 or shell escape with texlive 2012 on texworks ?
Stefan
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: complete vs. basic miktex - xelatex
- Attachments
-
- all.png (52.27 KiB) Viewed 9446 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
complete vs. basic miktex - xelatex
\Rnode
is undefined. Where did you get it from? Replace it by a PSTricks command.Stefan
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
complete vs. basic miktex - xelatex
\Rnode
is a pstricks command.I found the error, I forgot to include pst-node in my preamble.
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: complete vs. basic miktex - xelatex

Stefan
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am