tags: LaTex
1 Basic format,Will numbered each formula
\begin{equation}\label{eq1-1}
a=b+c
\end{equation}
(1-1)
2. Multiple formulas are columns, only one number
\begin{equation}\label{eq1-2}
\begin{split}
a=b+c \\
d=e+f
\end{split}
\end{equation}
3. A plurality of formulas:Each number
\begin{align}
a & =b+c \\
d & =e+f
\end{align}
4. Segmentation function
\begin{equation}
f(x)=\left\{
\ begin {array} {rcl}% RCL is the way to it, you can try ~
0 & {0 \le x < 1000}\\
1 & {1000 \le x < 2000}\\
-1 & {2000 \le x < 3000}\\
0 & {3000 \le x < 4500}
\end{array} \right.
\end{equation}
6. ... I think it is random
Degree Celsius ∘ ^{\circ} ∘C $^{\circ}$C \begin{enumerate}[(1)] \ item has a list of numbers \item … \end{enumerate} Note: [(1)] can be turned into [{[1]}], [(i)], ... List of disorder (no numb...
Latex common format Article catalog Latex common format text format title Bold Roman numerals serial number Disorder number Ordered number default (i) (1) references picture Single figure - home Multi...
background When people in science and science have to write complex mathematical formulas, I recommend a gadget that can directly convert screenshots of formulas into LaTeX format codes. Mathpix mathp...
The basic use format of the mathematical formula of Latex 1. Background Introduction to Mathematical Formula Format TEX has two kinds of mathematical formulas, one is the formula mixed in the paragrap...
introduction Since academia widely uses LaTeX as a document editor for writing papers, many people still use Word to typeset papers, and Word has added the function of using LaTeX grammar to enter mat...
Write in front 1 In order to save everyone's time and improve efficiency, the first short section of content sharing installation and resource downloading will be expanded in the form of command + ren...
The single line formula has an automatic label, and the normal sub-spacing is large: The single line of formula is not labeled, and the average distance between the average is large. {EqNARRAY} Multi-...
1. Select the toolbar“Preset”Button 2. Choose one"Cut and copy presets" 3. Put the "cut and copy preset"Set as shown belowShown Finally, select the formula you need to ...
This article will discuss the adjustment of the alignment of global and local formulas, and compare the differences of various common formula environments (especially in terms of alignment), and intro...
Because I was writing a graduation thesis, I was recently annoyed by the formulas in the thesis. I finally decided to use Latex to process the formulas. I just loaded the Mathtype plugin in word. Now ...