[latex3-commits] [latex3/latex3] l3docfix: Update l3kernel/l3doc.dtx (9007215ea)

github at latex-project.org github at latex-project.org
Mon Sep 23 11:48:36 CEST 2024


Repository : https://github.com/latex3/latex3
On branch  : l3docfix
Link       : https://github.com/latex3/latex3/commit/9007215eac58473fd3ad0b1a6589991557db5e2c

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

commit 9007215eac58473fd3ad0b1a6589991557db5e2c
Author: Joseph Wright <joseph at texdev.net>
Date:   Mon Sep 23 10:48:36 2024 +0100

    Update l3kernel/l3doc.dtx
    
    Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>


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

9007215eac58473fd3ad0b1a6589991557db5e2c
 l3kernel/l3doc.dtx | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 308d08209..85af29108 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -1532,21 +1532,21 @@ and all files in that bundle must be distributed together.
 \bool_if:NT \g_@@_lmodern_bool
   {
     \bool_lazy_or:nnTF
-      {\sys_if_engine_luatex_p:}{\sys_if_engine_xetex_p:}
+      { \sys_if_engine_luatex_p: }{ \sys_if_engine_xetex_p: }
       {
-       \group_begin:
-        \ttfamily
-        \DeclareFontShape{TU}{lmtt}{m}{it}
-          {<-> \UnicodeFontFile{lmmonoslant10-regular}{}}{}
-       \group_end:      
+        \group_begin:
+          \ttfamily
+          \DeclareFontShape{TU}{lmtt}{m}{it}
+            {<-> \UnicodeFontFile{lmmonoslant10-regular}{}}{}
+        \group_end:      
       }
       {
-       \RequirePackage[T1]{fontenc}
-       \RequirePackage{lmodern}
-       \group_begin:
-         \ttfamily
-         \DeclareFontShape{T1}{lmtt}{m}{it}{<->ec-lmtto10}{}
-       \group_end:
+        \RequirePackage[T1]{fontenc}
+        \RequirePackage{lmodern}
+        \group_begin:
+          \ttfamily
+          \DeclareFontShape{T1}{lmtt}{m}{it}{<->ec-lmtto10}{}
+        \group_end:
       }
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list.