Search found 3 matches

by SpacedOut
Sun Nov 27, 2011 5:11 pm
Forum: Graphics, Figures & Tables
Topic: Order of appearance of tables and figures
Replies: 2
Views: 35696

Re: Table and Figure appear in wrong order

Great answer! Thank you!
by SpacedOut
Sun Nov 27, 2011 8:19 am
Forum: Graphics, Figures & Tables
Topic: Order of appearance of tables and figures
Replies: 2
Views: 35696

Order of appearance of tables and figures

I am trying to insert a figure followed by a table. Here is my attempt at a MWE.
\documentclass{elsarticle}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{epstopdf}

\begin{figure}[h]
\caption ...
by SpacedOut
Sun Oct 02, 2011 4:32 am
Forum: Math & Science
Topic: Stylistic Question about Lemma Formatting
Replies: 0
Views: 1297

Stylistic Question about Lemma Formatting

I'm currently writing a math paper, and right now I have the following setup

6 part lemma (statement with no proof)
Theorem
proof of theorem
proof of 6 part lemma

My question is how should I format the proof of the 6 part lemma, usually I have been using
\begin{lemma}
Statement of lemma
\end ...