How does one change the typesetting engine from pdfLaTeX to LuaTeX in TeXnicCenter? Is it sufficient to just change the path to the .exe in Build->Define Output Profiles?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
If you install TeXnicCenter 2.0 Beta 1, the option to compile with LuaLaTeX is already available as follows:
Note that TeXnicCenter 2.0 Beta 1 (either 32 or 64 bit version) still does NOT support Unicode even though it claims to support UTF-8. That is its feature! |
||||
|
Yes, that should be enough- as @Sigur says, you'll be able to tell by reading the When I compile the MWE
and when I compile using
|
|||
|
|


logfile to see if LuaTeX was used. – Sigur Dec 29 '12 at 11:07luatexand notlualatex? (Note that the engines, as written on the command line, are all lower case.) Also, I would suggest copying the output profile you want to change, so that you can easily switch back topdflatex. – doncherry Dec 29 '12 at 19:42pdflatex.exewithlualatex.exe. – Speravir Dec 29 '12 at 22:12