My goal is to obtain a centered equation with its label on the right side
- ..................................dh = cp dT +vdp.............................(1.2)
Code: Select all
\documentclass[12pt,a4paper,twoside,openright,reqno]{book}
Code: Select all
\begin{equation}
\begin{center}
$dh=c_p dt+vdp$ \label{}
\end{center}
\end{equation}
.................................dh = cpdT +vdp....................................
(1.2)
idea?
thanks for your help