Math & ScienceProblem with Equation Format

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
mfiligree
Posts: 25
Joined: Tue Feb 03, 2009 7:52 pm

Problem with Equation Format

Post by mfiligree »

In my document I have two equations that come out perfectly. The third one, while formatted exactly same, has the equation number right next to the equation, instead of at the right margin. Here is the formatting for equation #3:

``for a blank to be blah blah in this case is

\begin{equation}
X_X \geq \frac{(XX_x)^{1/2}{x_{xx} XX_x}\ ,
\end{equation}
where
\begin{tabular}{ccl}
...and then I have a tabular environment.

Here's the formatting for the successful equations:
``by

\begin{equation}
X_x=50.5 \ d \stackrel{0.182}{_{xx}} xxx - xx,
\end{equation}

where x$_{xx}$ = answer"

which looks just the same to me!

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problem with Equation Format

Post by localghost »

Presenting the problem in this way you make it not comprehensible. A minimal working example (MWE) is necessary to show the undesired behaviour. Please use the code environment when posting complete examples or code snippets.


Best regards
Thorsten¹
mfiligree
Posts: 25
Joined: Tue Feb 03, 2009 7:52 pm

Re: Problem with Equation Format

Post by mfiligree »

Okay, I will study your MWE example so I can post something comprehensible. But in any case, I discovered my error - a missing bracket in the fraction!
Post Reply