Search found 5 matches

by GleasSpty
Wed Jan 06, 2010 4:57 pm
Forum: Text Formatting
Topic: LaTeX Error: Something's wrong--perhaps a missing \item
Replies: 2
Views: 4626

LaTeX Error: Something's wrong--perhaps a missing \item

Here is the code for a minimal working example:

\documentclass{article}

\begin{document}

\begin{center}
\section*{First Section}
\end{center}

Stuff in first section.

\begin{center}
\section*{Second Section}
\end{center}

Stuff in second section.

\end{document}

It throws me the error ...
by GleasSpty
Sun Nov 29, 2009 1:09 am
Forum: Math & Science
Topic: Breaking lines in the align environment.
Replies: 7
Views: 12043

Re: Breaking lines in the align environment.

Oops. Sorry about that. I didn't see the period there before. Anyways, I have resolved the problem now.

Thanks a lot!
by GleasSpty
Sun Nov 29, 2009 12:17 am
Forum: Math & Science
Topic: Breaking lines in the align environment.
Replies: 7
Views: 12043

Breaking lines in the align environment.

Here is the relevant line:


\documentclass{article}
\usepackage{amsmath,amssymb}
\begin{document}

\begin{align*}
\nabla ^2v & =2\left[ \left( \left( \frac{\partial ^2u}{\partial x^2}\right) ^2+\frac{\partial u}{\partial x}\frac{\partial ^3u}{\partial x^3}+\left( \frac{\partial ^2u}{\partial x ...
by GleasSpty
Sat Nov 28, 2009 9:56 pm
Forum: Math & Science
Topic: Breaking lines in the align environment.
Replies: 7
Views: 12043

Re: Breaking lines in the align environment.

When I did this, everything typset correctly (as far as I can tell); however, Texniccenter is still throwing errors at me: 4 to be prcise. They all say "Missing delimeter".

It's not that big of a deal because the output is what it should be, but is there any way to eliminate these errors as well ...
by GleasSpty
Sat Nov 28, 2009 6:20 pm
Forum: Math & Science
Topic: Breaking lines in the align environment.
Replies: 7
Views: 12043

Breaking lines in the align environment.

Normally, when I try to break lines in the align environment, everything works perfectly line. However, if I try to make a line break inside brackets, for example, created with the \left[ / \right] commands, Latex throws tons of errors and won't typeset anything at all after the line break.

Is ...