摘要: 可以设置为: authors + year +shorttitle(1,1) , 这样不会太长, 也比较美观. Ps: 谷歌搜索的ai挺厉害的. 相比之下, 我问ChatGPT得到的是错误的格式. 阅读全文
posted @ 2025-05-09 18:15 LiuH41 阅读(4) 评论(0) 推荐(0)
摘要: { "editor.minimap.enabled": true, "latex-workshop.latex.tools": [ { "name": "xelatex", "command": "xelatex", "args": [ "-synctex=1", "-interaction=non 阅读全文
posted @ 2025-04-04 22:06 LiuH41 阅读(2) 评论(0) 推荐(0)
摘要: Great to hear you like the split view! When you drag the divider to the left (making the code window narrower), some LaTeX code lines may indeed becom 阅读全文
posted @ 2025-03-20 17:25 LiuH41 阅读(37) 评论(0) 推荐(0)
摘要: ctrl+. :可以切换中英文标点符号(输入法) 在 Mac 上,返回顶部的快捷键通常是: Command (⌘) + 上箭头 (↑) —— 在大多数文本编辑器和网页浏览器中,跳转到页面或文档的顶部。 Fn + 左箭头 (←)(或 Control + A 在终端中)—— 直接跳转到文档或网页的起始位 阅读全文
posted @ 2025-02-21 02:39 LiuH41 阅读(6) 评论(0) 推荐(0)
摘要: "LaTeX - cite command": { "prefix": "cite", "body": ["\\cite{${1:ref}}$0"], "description": "Insert a \\cite{} command" }, "LaTeX - begin command": { " 阅读全文
posted @ 2025-02-14 18:21 LiuH41 阅读(1) 评论(0) 推荐(0)
摘要: 令 \(\omega\) 为1-形式, 则有(设 \(\{e_i\}\) 为一个局部基) \begin{equation}\label{1} \langle \omega (\nabla_X e_i),\omega (e_i)\rangle=0. \end{equation} 证明如下: \[ \b 阅读全文
posted @ 2025-02-10 16:29 LiuH41 阅读(4) 评论(0) 推荐(0)
摘要: 关于微分形式的外积(wedge product), 又称楔积, 不同的作者会采用不同的记号. 这里采用行列式记号, 即John M. Lee采用的记号. (另一个记号是Alt记号, 多为复几何/多复变的专家采用. 二者之间差一个常系数.) 先看一个例子, 这是一个2-form \(\Omega\) 阅读全文
posted @ 2025-02-08 04:26 LiuH41 阅读(113) 评论(0) 推荐(0)
摘要: mathscr 花体 mathfrak 德文尖角体、哥特体 mathrm 罗马体 mathit 意大利体、斜体 mathsf 无衬线体 mathtt 打字机体 mathbf, mathbb, mathcal 阅读全文
posted @ 2025-02-07 21:59 LiuH41 阅读(31) 评论(0) 推荐(0)
摘要: Below is a paragraph from an academic paper (of mathematics). Polish the writing to meet the academic style, improve the spelling, grammar, clarity, c 阅读全文
posted @ 2025-01-31 17:36 LiuH41 阅读(9) 评论(0) 推荐(0)
摘要: 如打开 keybindings.json 文件, 添加: { "key": "ctrl+shift+e", "command": "editor.action.insertSnippet", "when": "editorTextFocus && editorLangId == 'latex'", 阅读全文
posted @ 2025-01-25 00:04 LiuH41 阅读(10) 评论(0) 推荐(0)