当前位置:网站首页>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
边栏推荐
- Read integrity monitoring techniques for vision navigation systems
- 使用zerotier让异地设备组局域网
- Simple thoughts on the design of a microblog database
- JVM - common parameters
- Jinglianwen technology - professional data annotation company and intelligent data annotation platform
- Configuration of LNMP
- SWAT—Samba WEB管理工具介绍
- 精彩回顾 | DEEPNOVA x Iceberg Meetup Online《基于Iceberg打造实时数据湖》
- Embedded related surface (I)
- 242. Valid Letter ectopic words (hash table)
猜你喜欢

Wonderful review | deepnova x iceberg meetup online "building a real-time data Lake based on iceberg"

Introduction to data analysis 𞓜 kaggle Titanic mission (III) - > explore data analysis

C language - custom type

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

Cve-2019-0708 vulnerability exploitation of secondary vocational network security 2022 national competition

解决方案架构师的小锦囊 - 架构图的 5 种类型

Sim Api User Guide(6)

Sim Api User Guide(5)

UEditor之——图片上传组件大小4M的限制

A diary of dishes | 238 Product of arrays other than itself
随机推荐
209. Subarray with the smallest length (array)
What about Jerry's stack overflow? [chapter]
CentOS/Linux安装MySQL
Initial exploration of NVIDIA's latest 3D reconstruction technology instant NGP
【leetcode】102. Sequence traversal of binary tree
59、螺旋矩阵(数组)
Strongest date regular expression
Ansible cloud computing automation
What are Jerry's usual program exceptions? [chapter]
Contact between domain name and IP address
景联文科技—专业数据标注公司和智能数据标注平台
Restful、SOAP、RPC、SOA、微服务之间的区别
209、长度最小的子数组(数组)
C language - custom type
域名和IP地址的联系
Notes on concurrent programming of vegetables (V) thread safety and lock solution
Deploy jar package
LeetCode 1249. Minimum remove to make valid parents - FB high frequency question 1
Comparison and practice of prototype design of knowledge service app
Esp32 learning - add folder to project