1.5 line spacing

815 views
Skip to first unread message

Asit Suyal

unread,
Apr 8, 2007, 2:05:06 PM4/8/07
to latex...@googlegroups.com
Hey guys m using Led's MSc template for my for my thesis work which is
based on memoir class. i would want to have 1.5 line spacing but m
able able to do so using the
\usepackage[onehalfspacing]{setspace} option.
During compilation, it gives an error as Latex error: Option clash for
package setspace.
kindly help me in this matter.
Thanks in advance.

--
Regards
Asit

Werner Grundlingh

unread,
Apr 8, 2007, 10:04:00 PM4/8/07
to LaTeX Users Group
Try using the following 2 standard LaTeX command in succession:
\linespread{1.5}
\selectfont
The \selectfont is required because the \linespread{...} is applied to
the \baselinestretch which is only activated once a font is changes/
selected. You shouldn't need any additional packages...

Werner

Message has been deleted

PanDemic

unread,
Apr 16, 2007, 9:08:45 AM4/16/07
to LaTeX Users Group

This should not make any difference, but worth mentioning - as it
worked for me, and the output was prettier than adjusting the
linespread (as captions and footnotes remained unchanged - if memory
serves):

\usepackage{setspace}
\onehalfspacing

For double line space use (quel surprice!):
\doublespacing

Pan

Reply all
Reply to author
Forward
0 new messages