Open In App

Constructions in LaTeX

Last Updated : 30 Jul, 2020
Improve
Improve
Like Article
Like
Save
Share
Report
Constructions in LaTeX are used to construct various parts of an equation such as fraction, vector, integration, square root, etc. Use of LaTeX codes is mandatory to write them.
Some constructions along with their LaTeX codes :
TERM SYMBOL LATEX
Wide tilde on abc \widetilde{abc} \widetilde{abc}
Wide hat on abc \widehat{abc} \widehat{abc}
Left arrow on abc \overleftarrow{abc} \overleftarrow{abc}
Right arrow on abc \overrightarrow{abc} \overrightarrow{abc}
Overline abc \overline{abc} \overline{abc}
Underline abc \underline{abc} \Underline{abc}
Overbrace abc \overbrace{abc} \Overbrace{abc}
Underbrace \underbrace{abc} \underbrace{abc}
Square root x \sqrt{x} \sqrt{x}
nth root of x \sqrt[n]{x} \sqrt[n]{x}
Fraction x/y \frac{x}{y} \frac{x}{y}
Definite integral from 0 to 1 \int_{0}^{1} \int_{0}^{1}
Partial derivative \frac{\partial u}{\partial v} \frac{\partial u}{\partial v}

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads