From 1f73bdf6a5c49748e0aba1031e890fea01171118 Mon Sep 17 00:00:00 2001 From: JackLee <809262979@qq.com> Date: Fri, 7 Mar 2025 21:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- 3rdparty/MicroTeX | 1 + src/ctai_math_convert.cpp | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) create mode 160000 3rdparty/MicroTeX diff --git a/.gitignore b/.gitignore index c9be50e..3a67958 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,6 @@ release/* save/* .cache/* .vscode/* -src/ctai_cmark-gfm.cpp -src/ctai_cmark-gfm.h # Compiled Java class files *.class diff --git a/3rdparty/MicroTeX b/3rdparty/MicroTeX new file mode 160000 index 0000000..0e3707f --- /dev/null +++ b/3rdparty/MicroTeX @@ -0,0 +1 @@ +Subproject commit 0e3707f6dafebb121d98b53c64364d16fefe481d diff --git a/src/ctai_math_convert.cpp b/src/ctai_math_convert.cpp index 9adc55b..9e19999 100644 --- a/src/ctai_math_convert.cpp +++ b/src/ctai_math_convert.cpp @@ -44,6 +44,7 @@ void ctai_math_convert::math_convert_svg(const QString &latex) } else { + //输出base64 qDebug() << "svg_to_base64:" << QString::fromUtf8(svg_to_base64(pix)); } }