VScode
basic setting
- LaTeX Workshop 的自动补全与代码段
- latex---vscode编辑器配置及快捷键(snnipets)设置
- Visual Studio Code (vscode)配置LaTeX
- @委员长长毛鸣
1. ii $ $ 快速创建使用 $$ 包裹的行内公式
2. II \( \) 快速创建使用 \(\) 包裹的行内公式
3. dd $$ $$ 快速创建使用 $$$$ 包裹的行间公式
4. DD \[ \] 快速创建使用 \[\] 包裹的行间公式
5. oo \infty
6. bb \mathbb
7. bbR \mathbb{R}
8. bbQ \mathbb{Q}
For more, see math-snippets.
An alternative: hypersnips.
shortcuts
- vscode正反向搜索:option cmd j (ctrl+alt+ j) 与 double click
control width of code
Edit snippet for latex
Method 1: edit in "snip-code'' file directly.
Method 2: steps:
- Press shif+cmd+p to open a search box;
- Type: configure user snippets , and click it;
- Search and select latex language;
- Edit the code.
Also see here.
color for pdf viewer
- Changing the Background Color for VSCode PDF Reviewer
- Open settings in vscode, search: workshop.view.pdf.
- noctis