Page LayoutAbstract and double column pages

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Licking_Lynx
Posts: 2
Joined: Mon Jan 17, 2011 6:36 pm

Abstract and double column pages

Post by Licking_Lynx »

I am very new to lyx and am trying to write a lab report. I want to have the abstract across the whole page but the rest of the document in two column and have no idea how to achive this. Any help is much appreciated.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

bjd116
Posts: 7
Joined: Tue Jan 11, 2011 9:17 pm

Abstract and double column pages

Post by bjd116 »

As far as I know, most of the time when you use the 'abstract' command

Code: Select all

\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

Code: Select all

\documentclass[twocolumn]{your document class}
. If you are new to LaTeX I suggest looking through the this forum at the beginner's documents as well as the Wiki page http://en.wikibooks.org/wiki/LaTeX/.
Licking_Lynx
Posts: 2
Joined: Mon Jan 17, 2011 6:36 pm

Re: Abstract and double column pages

Post by Licking_Lynx »

This isnt working. I can create and abstract but lyx puts it in double columns like the rest of the text not across the whole page like the title and authour.
archeryguru2000
Posts: 4
Joined: Thu Jan 13, 2011 7:56 pm

Abstract and double column pages

Post by archeryguru2000 »

Maybe this will help.


~~archery~~
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Abstract and double column pages

Post by frabjous »

Post a minimal working example showing the problem. It is impossible to diagnose otherwise.

Or if you think your problem is LyX-specific, post in the LyX forum.
Post Reply