yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

Support for lualatex #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The attached patch brings support for lualatex as an alternative build strategy.

Original issue reported on code.google.com by girard.n...@gmail.com on 5 Nov 2011 at 10:43

Attachments:

GoogleCodeExporter commented 9 years ago
So, this is interesting.  It *appears* (please correct me if I'm wrong), that 
you could do this much more simply by letting PDFLATEX = lualatex.  Is that 
true?

Original comment by shiblon on 10 Nov 2011 at 10:54

GoogleCodeExporter commented 9 years ago
Thats what I tried for a project of mine, I just changed PDFLATEX from pdflatex 
to lualatex and it works out of the box so far.

BUT changing a line in config to change the build strategy seems more logical 
than changing the name of an executable to something  that is just not really 
that executable.

Original comment by TimMel...@gmail.com on 7 Jun 2012 at 9:00

GoogleCodeExporter commented 9 years ago
That would be against the typical use of BUILD_STRATEGY.  If lualatex is really 
the same as pdflatex, except for additional scripting capabilities, then 
nothing really changes in the way that it's built.

The right way to do this is definitely to set PDFLATEX := lualatex in your own 
config, named Variables.ini

Original comment by shiblon on 8 Jun 2012 at 9:34

GoogleCodeExporter commented 9 years ago
The solution mentioned is fine. Unfortunately, it's only documented in the 
comments of this issue. Would you mind adding a comment to the Makefile source?

Original comment by sean.lea...@gmail.com on 15 Jul 2012 at 7:32

GoogleCodeExporter commented 9 years ago
Sorry to be so slow to respond - yes, that sounds like a good plan.  I'll add a 
comment about lualatex to the makefile (and its help section).

Original comment by shiblon on 2 Aug 2012 at 9:12