Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【备忘清单】 请求: <LaTeX添加常用速查表> #599

Open
WindChime-Echo opened this issue Apr 8, 2024 · 2 comments
Open

【备忘清单】 请求: <LaTeX添加常用速查表> #599

WindChime-Echo opened this issue Apr 8, 2024 · 2 comments
Assignees
Labels

Comments

@WindChime-Echo
Copy link

WindChime-Echo commented Apr 8, 2024

说明项目

功能 LaTeX 命令 示例 输出
上标(指数) ^ x^2 $x^2$
下标 _ x_1 $x_1$
分数 \frac{分子}{分母} \frac{a}{b} $\frac{a}{b}$
平方根 \sqrt{表达式} \sqrt{x} $\sqrt{x}$
n次根 \sqrt[n]{表达式} \sqrt[3]{x} $\sqrt[3]{x}$
求和 \sum_{下标}^{上标} \sum_{i=1}^{n} $\sum_{i=1}^{n}$
积分 \int_{下限}^{上限} \int_{a}^{b} $\int_{a}^{b}$
极限 \lim_{趋近值} \lim_{x \to 0} $\lim_{x \to 0}$
希腊字母(小写) \字母名称 \alpha $\alpha$
希腊字母(大写) \字母名称 \Sigma $\Sigma$
乘号 \times a \times b $a \times b$
除号 \div a \div b $a \div b$
加减 + - a + b - c $a + b - c$
不等号 \neq, \leq, \geq a \neq b, a \leq b, a \geq b $a \neq b$, $a \leq b$, $a \geq b$
约等于 \approx a \approx b $a \approx b$
无穷大 \infty \infty $\infty$
箭头 \rightarrow, \leftarrow a \rightarrow b, a \leftarrow b $a \rightarrow b$, $a \leftarrow b$

将常用速查放在最上端方便使用

@jaywcjlove
Copy link
Owner

@WindChime-Echo
Copy link
Author

@jaywcjlove 我意思是把我上面这个表添加上去,上面这些会常用点方便使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants