I am trying to write "Volume flowrate = $\Delta$P/$\overline {T} $" in latex with the equation number, but the equation number doesn't go to the right side. And the equation looks weird.
Can someone help me how to write this equation with the equation number and the label? That will be very helpful. I am using Texstudio.
Math & Science ⇒ writing delta V and T bar together in an equation
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
writing delta V and T bar together in an equation
Hi,
welcome to the forum!
You can write it that way:
Stefan
welcome to the forum!
You can write it that way:
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\text{Volume flowrate} = \frac{\Delta P}{\overline{T}}
\end{equation}
\end{document}
LaTeX.org admin