Search found 3 matches

by pricejn2
Tue Jul 07, 2009 2:04 am
Forum: BibTeX, biblatex and biber
Topic: natbib undefined citations
Replies: 12
Views: 171636

natbib undefined citations

I'm having all sorts of trouble with my BiBTeX. The main problem of course is that citations are not being properly referenced in the final document.

I'm working in Windows and when I try to build my .tex document to DVI I get multiple errors akin to this:

Package natbib Warning: Citation ...
by pricejn2
Sat Jul 04, 2009 8:11 pm
Forum: Math & Science
Topic: split and underset
Replies: 3
Views: 11465

Re: split and underset

Much obliged.

I apparently didn't have an appropriate package loaded. \usepackage{babel} solved the issue. Sorry for posing an irrelevant question though I certainly appreciate the solution.

Thanks again.
by pricejn2
Sat Jul 04, 2009 7:23 pm
Forum: Math & Science
Topic: split and underset
Replies: 3
Views: 11465

split and underset

I'm having an issue getting a formula setup the way I'd like it to be. Can \underset not be used in the split environment?

\begin{equation}
\begin{split}
\underset{\theta,\lambda,\delta}{Min} \ \theta \ s.t. \\
-y_i + Y\lambda \geq 0 \\
\theta x^{v}_{i} - X^v\lambda \geq 0 \\
\theta \delta x^{f ...