jaywcjlove / jaywcjlove/reference

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

Open
#599 2 comments 0 reactions 1 assignee Claimed by @jaywcjlove View on GitHub
request
Dominant language
Dockerfile
Stars
15.3k
Forks
2.2k
Avg merge
2h 17m
Merged PRs (30d)
4

Description

### 说明项目

功能 | 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$

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.