[latex3-commits] [git/LaTeX3-latex3-latex3] master: Tidy up backend selection (c297e780f)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Dec 15 14:43:56 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c297e780ff706dab7b30f9ad5153f2f58f542de9

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

commit c297e780ff706dab7b30f9ad5153f2f58f542de9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Dec 15 13:43:56 2020 +0000

    Tidy up backend selection
    
    This gets swept up later, but it's better to have the
    current names from the word go.


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

c297e780ff706dab7b30f9ad5153f2f58f542de9
 l3kernel/l3sys.dtx | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index 9b50d0896..e6de47849 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -975,10 +975,14 @@ end
     \__kernel_tl_gset:Nx \g_@@_backend_tl
       {
         \sys_if_engine_xetex:TF
-          { xdvipdfmx }
+          { xetex }
           {
              \sys_if_output_pdf:TF
-              { pdfmode }
+              {
+                \sys_if_engine_pdftex:TF
+                  { pdftex }
+                  { luatex }
+              }
               { dvips }
            }
       }





More information about the latex3-commits mailing list.