From 04d6921f52d8dd2eecf7b9dfb645ec57f6c3c03e Mon Sep 17 00:00:00 2001
From: Yu Xiong <181850195@smail.nju.edu.cn>
Date: Thu, 28 Apr 2022 22:01:42 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=BA=20LuaLaTeX=20=E7=BC=96?=
 =?UTF-8?q?=E8=AF=91=E6=B5=8B=E8=AF=95=E6=B7=BB=E5=8A=A0=20grfext=20?=
 =?UTF-8?q?=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/build.yml | 2 +-
 .vscode/settings.json       | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3e9b258..f347784 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
 
 env:
   CTAN_URL: https://mirrors.rit.edu/CTAN
-  TL_PACKAGES: alphalph auxhook biber biblatex biblatex-gb7714-2015 bigfoot blindtext booktabs caption cleveref cm-unicode csquotes ctex dashundergaps emptypage enumitem fancyhdr fancyvrb fandol footmisc hologo hycolor hypdoc hyperref l3build latexmk libertinus-fonts listings lua-ul lualatex-math luatex85 makecell makeindex mathtools newcomputermodern ninecolors njuvisual ntheorem pict2e preview psnfss setspace siunitx standalone symbol tabularray tex-gyre tex-gyre-math threeparttable translator underscore unicode-math xits xstring zhlipsum zref
+  TL_PACKAGES: alphalph auxhook biber biblatex biblatex-gb7714-2015 bigfoot blindtext booktabs caption cleveref cm-unicode csquotes ctex dashundergaps emptypage enumitem fancyhdr fancyvrb fandol footmisc grfext hologo hycolor hypdoc hyperref l3build latexmk libertinus-fonts listings lua-ul lualatex-math luatex85 makecell makeindex mathtools newcomputermodern ninecolors njuvisual ntheorem pict2e preview psnfss setspace siunitx standalone symbol tabularray tex-gyre tex-gyre-math threeparttable translator underscore unicode-math xits xstring zhlipsum zref
 
 jobs:
   build-on-ubuntu:
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1b7e870..56f825d 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -93,6 +93,5 @@
                 "lualatex"
             ]
         },
-    ],
-    "editor.wordWrap": "bounded"
+    ]
 }
-- 
GitLab