As far as I know, most of the time when you use the 'abstract' command \begin{abstract}
\end{abstract} the particular document class will span the abstract over the entire page. To place your document in two column form, use the format \documentclass[twocolumn]{your document class} . If you are new ...
Search found 7 matches
- Tue Jan 18, 2011 5:44 pm
- Forum: Page Layout
- Topic: Abstract and double column pages
- Replies: 4
- Views: 6411
- Fri Jan 14, 2011 6:40 pm
- Forum: Graphics, Figures & Tables
- Topic: minipage spacing issue
- Replies: 2
- Views: 17774
Re: minipage spacing issue
Thank you. Removing the "figure" command did the trick. I have made my code more minimalistic.
- Fri Jan 14, 2011 6:29 am
- Forum: Graphics, Figures & Tables
- Topic: minipage spacing issue
- Replies: 2
- Views: 17774
minipage spacing issue
I am having trouble with the "minipage" command and the spacing issue it is creating. My figures and text seem to be vertically centering themselves on the page. My desire it to have the minipages have uniform spacing justified to the top of the page. I have included the code along with a PDF file ...
- Tue Jan 11, 2011 11:05 pm
- Forum: General
- Topic: Make latex use the complete page
- Replies: 1
- Views: 1393
Re: Make latex use the complete page
Is your intent to have no margins, or are you only trying to increase the usable space available on a document?
- Tue Jan 11, 2011 10:23 pm
- Forum: Math & Science
- Topic: Justifying Equations to the Left
- Replies: 3
- Views: 2398
Re: Justifying Equations to the Left
Worked perfectly! Thank you so much for the help!
- Tue Jan 11, 2011 10:19 pm
- Forum: Document Classes
- Topic: how to set 1 in margin
- Replies: 4
- Views: 25610
how to set 1 in margin
Another simple way to set the margins to 1 inch on all sides of the document:
Code: Select all
\usepackage{fullpage}
- Tue Jan 11, 2011 9:26 pm
- Forum: Math & Science
- Topic: Justifying Equations to the Left
- Replies: 3
- Views: 2398
Justifying Equations to the Left
When using the 'fleqn' format, I am still receiving white-space to the left of my equation.
\subsection*{Shear Stress Resultant}
\[ T = \int_A{p \* \tau \* dA} = \int_A{p \* \left(G \* p \* \dfrac{d\phi}{dx}\right) \* dA} \qquad \text{Resultant Torque} \]
\[ \text{If $G$ is constant,} \]
\[ T = G ...
\subsection*{Shear Stress Resultant}
\[ T = \int_A{p \* \tau \* dA} = \int_A{p \* \left(G \* p \* \dfrac{d\phi}{dx}\right) \* dA} \qquad \text{Resultant Torque} \]
\[ \text{If $G$ is constant,} \]
\[ T = G ...