Search found 2 matches

by ccook
Sat Aug 29, 2009 10:40 pm
Forum: Text Formatting
Topic: Enumerating Equations
Replies: 3
Views: 6287

Re: Enumerating Equations

Thank you! This works great, and the hspace is equally useful!
by ccook
Sat Aug 29, 2009 5:56 pm
Forum: Text Formatting
Topic: Enumerating Equations
Replies: 3
Views: 6287

Enumerating Equations

Hello, I would like to enumerate a few equations without a preceding line return. In the following TeX

\begin{enumerate}[a)]
\item \begin{equation*} y=f(x) \end{equation*}
\end{enumerate}

the item counter "a)" is above the centered equation. How may i get it on the same line? Also, the equation ...