Math & ScienceFormulas starting position

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
gxt123
Posts: 1
Joined: Thu Jan 19, 2023 3:16 am

Formulas starting position

Post by gxt123 »

HI all,

Is there a way to start these formulas the the same vertical "line":
img.png
img.png (20.19 KiB) Viewed 8103 times
my latex code:

\begin{equation} Accuracy = \frac{TP+TN}{TP+TN+FP+FN}\end{equation}
\begin{equation} Precision = \frac{TP}{TP+FP}\end{equation}
\begin{equation} Recall = \frac{TP}{TP+FN}\end{equation}
\begin{equation} F1 = \frac{2*Precision*Recall}{Precision+Recall}\end{equation}


Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Formulas starting position

Post by Bartman »

Please try to provide a Infominimal working example and mark its code.

Read a LaTeX tutorial and/or the amsmath manual on when to use the align environment.

The mentioned LaTeX tutorial and voss-mathmode can teach you, how to put text in math mode, so that it doesn't look like a product of variables.
Post Reply