当前位置:网站首页>Precautions for latex formula
Precautions for latex formula
2022-04-23 10:47:00 【qq1033930618】
List of articles
One 、 Formula writing
From URL
https://www.cnblogs.com/liangjianli/p/11616067.html
It's best to write
stay word Copy and paste the formula in medium size
In line formula
$ f(x) $
The formula between lines
$$ f(x) $$
Numbered
$$ a^2 + b^2 = c^2 \tag{
no.1} $$
auto number
\begin{
equation}
a^2 + b^2 = c^2
\end{
equation}
Labels and numbers
\begin{
equation}\label{
eq2}
a^2 + b^2 = c^2
\end{
equation}
This is the first (\ref{
eq2}) A formula
Automatically align and number separately \\\\ escape \\ Line break
\begin{
align}
x + y = 1\\\\
2x + y \neq 1\\\\
3x +4y \leq 2\\\\
4x \geq y
\end{
align}
Line feed
\begin{
equation}
\begin{
split}
(x + y)(x + 4y) & = x^2 + 4xy + xy + 4y^2\\\\
& = x^2 +5xy + 4y^2
\end{
split}
\end{
equation}
Line feed use &
Control all alignment here
Category input
\begin{
equation}
a_{
i1}A_{
j1} + a_{
i2}A_{
j2} + \cdots + a_{
in}A_{
jn} =
\begin{
cases}
\begin{
vmatrix}A\end{
vmatrix},& i =j\\\\
0, & i \neq j
\end{
cases}
\end{
equation}
Two 、 Ellipsis
\cdots It's a horizontal ellipsis
\vdots It's a vertical ellipsis
\ddots It's an ellipsis in the diagonal direction
\ldots Is an ellipsis aligned with the bottom line of the text
3、 ... and 、 Curly braces
label
\big,\Big,\bigg,\Bigg
for example \big \{
Single brace
\left\{
\right.
If there is a left, there must be a right
Four 、 And or not
∧
$\land$
∨
$\vee$
¬
$\neg$
版权声明
本文为[qq1033930618]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230618497160.html
边栏推荐
- 209、长度最小的子数组(数组)
- 使用zerotier让异地设备组局域网
- Solve the problem of installing VMware after uninstalling
- Sim Api User Guide(7)
- Construction and traversal of binary tree
- Read integrity monitoring techniques for vision navigation systems
- The courses bought at a high price are open! PHPer data sharing
- /Can etc / shadow be cracked?
- Sim Api User Guide(8)
- SQL Server recursive query of superior and subordinate
猜你喜欢

SQL Server cursor circular table data

Learning note 5 - gradient explosion and gradient disappearance (k-fold cross verification)

Chapter 120 SQL function round

Reading integrity monitoring techniques for vision navigation systems - 3 background

Six practices of Windows operating system security attack and defense

SSH利用私钥无密钥连接服务器踩坑实录

部署jar包

Notes on concurrent programming of vegetables (V) thread safety and lock solution

JUC concurrent programming 07 -- is fair lock really fair (source code analysis)

Swagger2 自定义参数注解如何不显示
随机推荐
Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
SQL Server cursor circular table data
App. In wechat applet JS files, components, APIs
Read integrity monitoring techniques for vision navigation systems
What are the system events of Jerry's [chapter]
Comparison and practice of prototype design of knowledge service app
MySQL how to merge the same data in the same table
242. Valid Letter ectopic words (hash table)
Hikvision face to face summary
349、两个数组的交集
JVM - common parameters
A diary of dishes | 238 Product of arrays other than itself
Solve the problem of installing VMware after uninstalling
1、两数之和(哈希表)
C#和数据库连接中类的问题
59、螺旋矩阵(数组)
[Niuke challenge 47] C. conditions (BitSet acceleration Floyd)
The courses bought at a high price are open! PHPer data sharing
101. Symmetric Tree
What about Jerry's stack overflow? [chapter]