Gau, Syu

Results 5 issues of Gau, Syu

在 PanBook 手册 里写道: >使用代码 1.4 配置将终端改为 msys2 的 bash 。 { "terminal.integrated.shell.windows": "D:\\msys64\\usr\\bin\\bash.exe", "terminal.integrated.shellArgs.windows": ["-l"], "terminal.integrated.env.windows": { "CHERE_INVOKING": "1", "MSYSTEM": "MINGW64", }, "git.postCommitCommand": "push", "git.path": "D:\\msys64\\git-vscode.bat", "editor.insertSpaces": false, "editor.detectIndentation":...

例如有proposition标签为xxx,使用\autoref{xxx}时输出的是以theorem而不是proposition或者“命题” 作为引导词。 建议在定义定理环境之前加入cleveref。

Is it possible to add a new suboption of the `includes` option other than `in_header`, `before_body`, and `after_body`. The new suboption should add the specified file(s) to the preamble immediately...

feature

2.3、2.4版本都试过了,2.3的错误信息如下,2.4的类似。 > Process: DanDanPlayForMac [10006] > Path: /Applications/弹弹Play.app/Contents/MacOS/DanDanPlayForMac > Identifier: com.convoy.dandanplayformac > Version: ??? > Code Type: X86-64 (Native) > Parent Process: ??? [1] > Responsible: DanDanPlayForMac [10006] > User...

从h5mota下载文件后,在mac下不能运行“启动服务.exe”,只能使用python运行“server.py”。但是运行server.py又需要flask。然而,在新的系统版本下,这一点似乎办不到。直接使用“pip3 install flask”,会提示“externally-managed-environment”错误。如果用“pipx install flask”,虽然能成功安装,但是在试图用python运行“server.py”时依然会提示“需要flask”。 我完全不会编程,不清楚这是怎么回事,只能在这里提问了。