2024年10月30日

latex newenviroment使用

摘要: \newenvironment{myabstract}[1][摘要]{% \begin{center}\bfseries #1\end{center}% \begin{quotation}}}% {\end{quotation}} 这段代码定义了一个名为 `myabstract` 的新环境。这个环境 阅读全文

posted @ 2024-10-30 18:54 风中狂笑 阅读(513) 评论(0) 推荐(0)

latex workshop在vscode中的settings.json设置

摘要: //latex "latex-workshop.latex.autoBuild.run": "never", "latex-workshop.showContextMenu": true, "latex-workshop.intellisense.package.enabled": true, "l 阅读全文

posted @ 2024-10-30 10:27 风中狂笑 阅读(2052) 评论(0) 推荐(0)

导航