Search found 4 matches

by falko
Thu Oct 25, 2012 12:48 pm
Forum: Document Classes
Topic: Switch to one column in two-columned document
Replies: 7
Views: 21979

Switch to one column in two-columned document

Great! That's what I was looking for. Thanks, Clemens!

I just wonder why there was no preceding \begin{document} when parsing the \AtBeginDocument part...

Anyway. The class is working well now. :)

Falko
by falko
Thu Oct 25, 2012 12:10 pm
Forum: Document Classes
Topic: Switch to one column in two-columned document
Replies: 7
Views: 21979

Switch to one column in two-columned document

This is indeed a solution for some standard text.
Unfortunately it does not work with floating figures etc. that might occur in a normal two-column document.

Adding a figure within the document environment yields:
Package multicol Warning: Floats and marginpars not allowed inside `multicols ...
by falko
Thu Oct 25, 2012 8:43 am
Forum: Document Classes
Topic: Switch to one column in two-columned document
Replies: 7
Views: 21979

Switch to one column in two-columned document

When running my sample code I get - as intended - one paragraph across both columns (the \lipsum[1] part) and all following paragraphs in two separate columns ( \lipsum[2-8] ). What bothers me is the somehow unnecessary "missing \begin{document}" error.

Your example prints everything in two columns ...
by falko
Wed Oct 24, 2012 1:22 pm
Forum: Document Classes
Topic: Switch to one column in two-columned document
Replies: 7
Views: 21979

Switch to one column in two-columned document

Hi,

I'm trying to create a document class for two-column articles but with one-column title, authors, abstracts etc. Therefore I tried the (well-known?) solution from the UK TeX FAQ .

Latex, however, yields a "missing \begin{document}" error. Ignoring the error yields a perfect result. But I'd ...