当前位置:网站首页>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
边栏推荐
- Introduction to data analysis 𞓜 kaggle Titanic mission (IV) - > data cleaning and feature processing
- Notes on concurrent programming of vegetables (IX) asynchronous IO to realize concurrent crawler acceleration
- SQL Server cursor circular table data
- Derivation and regularization
- 一个微博数据库设计带来的简单思考
- Net start MySQL MySQL service is starting MySQL service failed to start. The service did not report any errors.
- 242. Valid Letter ectopic words (hash table)
- 精彩回顾 | DEEPNOVA x Iceberg Meetup Online《基于Iceberg打造实时数据湖》
- Swagger2 接口如何导入Postman
- mysql同一个表中相同数据怎么合并
猜你喜欢
Yarn core parameter configuration
Comparison and practice of prototype design of knowledge service app
/Can etc / shadow be cracked?
Solution architect's small bag - 5 types of architecture diagrams
ID number verification system based on visual structure - Raspberry implementation
【leetcode】107. Sequence traversal of binary tree II
Swagger2 接口如何导入Postman
[provincial election joint examination 2022 d2t1] card (state compression DP, FWT convolution)
How does the swagger2 interface import postman
Jerry's more accurate determination of abnormal address [chapter]
随机推荐
/Can etc / shadow be cracked?
Linked list intersection (linked list)
707. Design linked list (linked list)
19. Delete the penultimate node of the linked list (linked list)
最强日期正则表达式
Sim Api User Guide(4)
LeetCode-608. Tree node
【省选联考 2022 D2T1】卡牌(状态压缩 DP,FWT卷积)
203. Remove linked list elements (linked list)
Wonderful review | deepnova x iceberg meetup online "building a real-time data Lake based on iceberg"
Initial exploration of NVIDIA's latest 3D reconstruction technology instant NGP
Derivation and regularization
Jerry's factors that usually affect CPU performance test results are: [article]
域名和IP地址的联系
203、移出链表元素(链表)
Introduction to data analysis 𞓜 kaggle Titanic mission (IV) - > data cleaning and feature processing
The courses bought at a high price are open! PHPer data sharing
Introduction to wechat applet, development history, advantages of applet, application account, development tools, initial knowledge of wxml file and wxss file
SQL Server cursor circular table data
Dirichlet prefix sum (number theory optimization formula sub complexity weapon)