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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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 579 times
-
- pdflatex.log
- (4 KiB) Downloaded 533 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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 9013 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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: 10324
- 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