Latex common formula format

tags: LaTex

1 Basic format,Will numbered each formula

\begin{equation}\label{eq1-1}
    a=b+c
\end{equation}

\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}

\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}

f(x)=\left\{ \begin{array}{rcl} 0 & {0 \le x < 1000}\\ 1 & {1000 \le x < 2000}\\ -1 & {2000 \le x < 3000}\\ 0 & {3000 \le x < 4500} \end{array} \right.

 

6. ... I think it is random

 

 

 

Intelligent Recommendation

Latex common formula and its symbols

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

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...

Convert math formula screenshots to Latex format

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

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...

Linear format formula using UnicodeMath and LaTeX in Word

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...

More Recommendation

Windows LaTeX installation and entry-formula format (below)

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...

Latex mathematical formula equation format summary

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-...

Copy the formula in the middle of Mathtype in LaTeX format

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 ...

Latex Common Formula Environment and Alignment Section

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...

Word editing formula Latex common syntax

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 ...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top