Does something like:
#compiler=XeLaTeX%
\NeedsTeXFormat{LaTeX2e}%
\documentclass{<class name>}%
...
exist for compilation with TeXworks on a Windows platform?
Just a minor tweak that would save clicks.
Does something like:
#compiler=XeLaTeX%
\NeedsTeXFormat{LaTeX2e}%
\documentclass{<class name>}%
...
exist for compilation with TeXworks on a Windows platform?
Just a minor tweak that would save clicks.
% !TEX program = XeLaTeXat the top of the file should do it. – Herb Schulz Jun 13 '20 at 13:38