type
status
date
slug
summary
category
tags
password
icon
For LaTeX, the blogger's main applications are input, mathematical formulas and physical and chemical symbols, while typesetting is rarely used. The reason is very simple, that is, there are too few people who use LaTeX in daily life, and it is not a rigid requirement, and it is not even respected. On the contrary, Office Word-style typesetting is respected.
Formula Formatting
latex formula syntax,
$ in-line formula $
, \ [in-line \]
Latex italic and rectilinear (Roman)
Except for formulas all other Roman, formula in the constant also use Roman
Alphabets
Greek letters
Syntax:
\ corresponds to the Greek alphabet in English
More: ‣
Superscript
Superscript syntax:
a^x
Subscript syntax:
a_x
Note: Increase parentheses for complex subscripts
Fractions and Radicals
Fractional syntax:
\frac{numerator}{denominator}
Root Syntax:
\sqrt[how many times to square]{what's in root}
Notes:
- Numerators or denominators that are too simple may not have parentheses.
- Root formulas can be omitted if they are too simple.
- Quadratic formulas can be omitted
There is a difference in the output of fractions in interlinear and intralinear formulas. If you want to force the fractions in inline mode to be displayed at the size of the interline mode, you can use\dfrac
, and vice versa with\tfrac
.
To write fractions in inline mode, you may like the effect of the\sfrac
command provided by the\xfrac
macro package.
To typeset complex fractions, you should use the\cfrac
command.
Common Symbols
Basic operators
Set and logical symbols
Mathematical Operations
Fractional Symbols
Large symbols
Practice Formulas
- Author:Liang
- URL:https://www.liangwatcher.top/article/latex-basic-math
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts