Page LayoutSeveral questions on research paper format

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Several questions on research paper format

Post by localghost »

BMAcox wrote:After including the package in the header, what is the syntax to invoke double space?
The first step to answer this question is read the package manual.

Code: Select all

\usepackage[doublespacing]{setspace}

Recommended reading 2024:

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

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

BMAcox
Posts: 40
Joined: Sun Dec 23, 2007 12:07 am

Re: Several questions on research paper format

Post by BMAcox »

Thank you. I was prompted to install a package for the setspace.

Similarly, for the \geometry, how do we invoke 'wide margins'? Is that a std defn? Or do we actually key in numbers for the margins?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Several questions on research paper format

Post by localghost »

BMAcox wrote:[...] Similarly, for the \geometry, how do we invoke 'wide margins'? Is that a std defn? Or do we actually key in numbers for the margins?
Please read the manual and choose appropriate values for the page dimensions on your own. To get the manual, follow the links I gave above or open a command prompt on your machine and type in the following line.

Code: Select all

texdoc geometry
BMAcox
Posts: 40
Joined: Sun Dec 23, 2007 12:07 am

Re: Several questions on research paper format

Post by BMAcox »

oh ok. so 'wide margin' is not a pre-specified dimension that we just elect but that we code up ourselves. thnx
Post Reply