1. line feed between two formulas:
The two formulas are divided into two rows, but there is no blank row in the middle. Even if there is more than one blank row between the two formulas in the script, for example:
To wrap a line, add \ after the first formula \\.
This is a common line break:
However, this close arrangement will cause the two formulas to not be aligned at the beginning. Therefore, a line needs to be left blank between the two formulas,
It is also applicable to multiple formulas.
2. Escape formulas with characters:
# $ % &~ _ ^ {}. Escape the use of these symbols \. Escape the space. In this case, \ backslash is used to represent the right slash, and the left slash is used directly (generally used as the horizontal division ).
For example:
Effect:
3. Bidding
Use superscript ^,
Use subscript _,
For example:
And
4. Priority combination formula,
The formulas to be combined must be included in {}.
For example:
Effect:
5. Greek letter table:
Http://libai.math.ncu.edu.tw/bcc16/7/latex/math_tex/2-html/index.html
Common letters include:
6. mathematical functions:
You can directly use the \ mathematical function, but note that spaces must be added between the parameters. Otherwise, the parameters are directly enclosed in parentheses:
For example:
Effect:
7. INSERT description text
Use \ mbox {text} to insert, but note that some characters may not be supported, such as <and>
For example:
Effect:
For more information, see http://blog.163.com/?email protected]/blog/static/167296895201221242646561.
Latex edit mathematical formula-1