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 7821 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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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