[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Explicitly create pdfTeX format for typesetting (0a6b954e)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Oct 3 09:30:24 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/0a6b954e360f9ab22bf490c464c2e9bdca5af1e8

>---------------------------------------------------------------

commit 0a6b954e360f9ab22bf490c464c2e9bdca5af1e8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 3 08:30:24 2019 +0100

    Explicitly create pdfTeX format for typesetting


>---------------------------------------------------------------

0a6b954e360f9ab22bf490c464c2e9bdca5af1e8
 build-config.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 08a376da..f69acd09 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -220,4 +220,4 @@ function checkinit_hook()
   return fmt(options["engine"] or checkengines,testdir)
 end
 
-function docinit_hook() return fmt({typesetexe},typesetdir) end
\ No newline at end of file
+function docinit_hook() return fmt({"pdftex"},typesetdir) end
\ No newline at end of file





More information about the latex3-commits mailing list