瀏覽代碼

+ message

Thierry Dumont 2 周之前
父節點
當前提交
c2112c8ab8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tout.py

+ 2 - 2
tout.py

@@ -77,9 +77,9 @@ for l in lf:
     for x in LL:
         if "@@debut" in x:
             start= True
-
             print("--> start")
-        
+            Z.append("\\message{On traite "+lok+"}\n")
+            
         if start:
             Z.append(x)
             if "@@fin" in x: