The first step to answer this question is read the package manual.BMAcox wrote:After including the package in the header, what is the syntax to invoke double space?
Code: Select all
\usepackage[doublespacing]{setspace}The first step to answer this question is read the package manual.BMAcox wrote:After including the package in the header, what is the syntax to invoke double space?
Code: Select all
\usepackage[doublespacing]{setspace}Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.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?
Code: Select all
texdoc geometryLearn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis