Search found 6 matches

by climatologist
Fri Apr 01, 2011 5:48 pm
Forum: Page Layout
Topic: \previouspage command?
Replies: 11
Views: 8220

Re: \previouspage command?

Brilliant, Nicola!

This was exactly the solution I needed.

I was still having some issues with words running beyond the width of the columns, but I even found a fix to that. Instead of your suggested \documentclass{article} I changed your code to \documentclass[twocolumn]{article}. Now ...
by climatologist
Thu Mar 31, 2011 9:02 pm
Forum: Page Layout
Topic: \previouspage command?
Replies: 11
Views: 8220

\previouspage command?

Nicola,

This is a promising solution! Now how do I work with full page-width tables (see the image)?
table-full-width.png
table-full-width.png (87.55 KiB) Viewed 6791 times
Also, this is causing issues with text not staying inside the column, as shown here:
columns-problem.png
columns-problem.png (22.88 KiB) Viewed 6791 times

Thoughts?
Chad
by climatologist
Thu Mar 31, 2011 12:22 am
Forum: Page Layout
Topic: \previouspage command?
Replies: 11
Views: 8220

Re: \previouspage command?

I don't know if we're zeroing in on a solution or getting further from it. Minipages won't float--they are placed exactly where they lie in the text. I suspect that the the \onecolumn and \twocolumn route still may be best for my article because multicols won't allow single-column floats. Manually ...
by climatologist
Tue Mar 29, 2011 9:38 pm
Forum: Page Layout
Topic: \previouspage command?
Replies: 11
Views: 8220

Re: \previouspage command?

How about single-column floats?
by climatologist
Tue Mar 29, 2011 9:22 pm
Forum: Page Layout
Topic: \previouspage command?
Replies: 11
Views: 8220

Re: \previouspage command?

Hi Thorsten,

Thank you for your response. Unfortunately, your suggested change results in a warning that floats are not allowed inside a multicols environment. My figures and floats are handled beautifully when I use the \onecolumn and \twocolumn combination, whereas I'd have to exit the multicols ...
by climatologist
Tue Mar 29, 2011 7:40 pm
Forum: Page Layout
Topic: \previouspage command?
Replies: 11
Views: 8220

\previouspage command?

Howdy,

I have a \documentclass[twocolumn]{article} that I'm using with pdflatex. The top half of the first page needs to be a single column. I have achieved this by \onecolumn. The bottom half of the first page and the rest of the document should be two columns. This is accomplished with the ...