Math & ScienceEquation Number Above Equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
StarKid
Posts: 21
Joined: Thu May 26, 2011 8:47 pm

Equation Number Above Equation

Post by StarKid »

The equation number is showing up above the equation instead of to the right of it. I want to figure out how to move it. Could it be because the equation is so long? It would be fine by me to make it smaller, but I don't know what is smaller than \footnotesize.

Code: Select all

\documentclass[12pt, leqno]{article}
\begin{document}
\footnotesize
 \begin{equation}
  	\frac{\partial Ln(P_{t} )}{\partial \hat{r}}=-\frac{(1-\varphi)[1-\theta-\frac{(\hat{g}+\pi)(1-\theta)(1-\delta)}{\hat{\rho}(\hat{r} )+(1-\varphi)\pi+\delta)}]+\hat{\rho}'(\hat{r})[\theta+\frac{(\hat{g}+\pi)(1-\theta)(1-\delta)((1-\varphi)(\hat{r}+\pi)+\delta)}{(\hat{\rho}(\hat{r} )+(1-\varphi)\pi+\delta)^{2}} ]}{\theta\hat{\rho}(\hat{r} )-\varphi\pi+(1-\theta)(1-\varphi) \hat{r}-\hat{g}+\tau+(\hat{g}+\pi)(1-\theta)(1-\delta)\frac{\hat{\rho}(\hat{r})-(1-\varphi) \hat{r}}{\hat{\rho}(\hat{r} )+(1-\varphi)\pi+\delta)}}.
 \end{equation}
\normalsize
\end{document}
Last edited by localghost on Tue Mar 27, 2012 10:11 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Equation Number Above Equation

Post by Stefan Kottwitz »

Hi,
StarKid wrote:It would be fine by me to make it smaller, but I don't know what is smaller than \footnotesize.
\scriptsize and \tiny switch to an even smaller font.

Stefan
LaTeX.org admin
Post Reply