Dear all,
Can you please let me know \setstretch{} for specifying double spacing. Does it depend on font size? If it does, then what is it's value for 12pt font.
I am using a modified version of report class for writing my thesis. How can I modify the spacing of thesis title only. I tried using \singlespacing or \doublespacing command inside the \title{} command. But it doesn't work.
Dear Peter,
Thanks for writing back. The class file I am using is for writing thesis in my university. I am attaching the whole file for your understanding. I am writing a MS thesis. The university guideline requires double spacing between lines and triple spacing between paras. It also requires Times Roman 12pts for regular text, 15 pts for Chapter headings, 12 pts for Section and subsection headings. I also have doubts if the font size of the section heading is maintained.
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
Dear Peter,
double-spacing the Thesis title looks a little odd to me. I was hoping if I can reduce the spaces between them.
Any idea on how can I change the section font size.
Currently I think currently it is having 15pt size
I want to change it to 12pt.
I tried using syntax \section{\normalfont{XYZ}} and \section[12pt]{XYZ}. But it did not change.
Dear Peter,
Thanks for replying. I tried using sectsty package. But even including the package is messing up the alignment and font sizes of the chapter title. Can I use any alternate strategy.
Dear Peter,
Once I added the sectsty command into the class file, instead in the tex file., the problem with font sizing got solved. Thanks a lot !! I still have one more doubt. What should be the value of x in \setstretch{x}. I have used x=1.667, but I am no so sure of it. What is the role of \setstretch here. or can I use \doublespacing command here.