Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

latexteada
latexteada

Posted on

LaTeX & Maths: Math Commands for Basic Operations

Hello, how are you?

In this post I talk about some basic commands to create basic operations such as sub and superscipts, roots and vectors.

Remember that you need to import theamsmath andamssymb packages,here I give you a brief introduction of these packages

Operators

  1. Basic Operations We can sum, substact, multiply and divide with+,-,\times or\cdot and\frac{a}{b}
  2. Sub and Superscripts We create a superscript with{a}^{b} and a subscript with{a}_{b}.
    • Roots We create a root with\sqrt{a} or\sqrt[a]{b}
  3. Over and Under-braces An over-brace with text is\overbrace{x+y}^{text} and an under-brace is\underbrace{a+b}_{text}
  4. Vectors We create a vector with\vec{a} or\hat{a}

Let's create something with this

code

Produces

Screenshot from 2021-07-10 12-15-44

Wait! Do you remember that inthis post I told you that there was a difference betweeninline anddisplayed formulas, well

code

Produces

Screenshot from 2021-07-10 12-21-00

Did you noticed the difference? If not, in the fraction

Theinline formulas adapts the size of the operator to print it in the same line whiledisplayed formulas expands the size of the operations showing its real size :)

This is all for today. Thanks for reading

Do not forget to follow me on Twitter@latexteada

Greetings :)

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Hello, this is where I am going to give some base briefs of LaTeX
  • Location
    México
  • Work
    Student
  • Joined

More fromlatexteada

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp