Search found 7 matches

by ck9
Wed Aug 26, 2009 6:12 pm
Forum: Text Formatting
Topic: Vertical spacing around headings
Replies: 2
Views: 2521

Vertical spacing around headings

Hi I'm currently using the following in the preamble: -

\titlespacing{\section}{0pt}{*0}{*-2}
\titlespacing{\subsection}{0pt}{*1}{*-2}
\titlespacing{\subsubsection}{0pt}{*1}{*-2}
\titlespacing{\bodymath}{0pt}{*-12}{*-12}

And it produces spacing like what can be seen in the two attached images ...
by ck9
Wed Aug 26, 2009 4:52 am
Forum: Text Formatting
Topic: Make subsubsection heading italics?
Replies: 2
Views: 10207

Re: Make subsubsection heading italics?

Worked a charm thank you very much :D
by ck9
Wed Aug 26, 2009 3:36 am
Forum: Text Formatting
Topic: Make subsubsection heading italics?
Replies: 2
Views: 10207

Make subsubsection heading italics?

How can I make all of the subsubsection headings italicized?

I currently have this in the preamble, which controls the spacing around subsubsection headings: -

Code: Select all

\titlespacing{\subsubsection}{0pt}{*1}{*-2}
Is there a similar command for the preamble to make these headings italic?

Thanks
by ck9
Wed Aug 05, 2009 3:23 am
Forum: General
Topic: Horizontal line?
Replies: 4
Views: 49447

Re: Horizontal line?

Yes it works. In LyX I was using it within an enumerate list (i.e. 1. 2. 3.) and used a ctrl-space followed by \hrulefill. That only produces the horizontal line when the line has something already. On a standard line it works just like you said. Thanks again.
by ck9
Wed Aug 05, 2009 2:55 am
Forum: General
Topic: Horizontal line?
Replies: 4
Views: 49447

Re: Horizontal line?

Thanks a lot. Works great however it's not creating the line on blank lines. Any ideas? Inserting a horizontal space doesn't do it either.

\documentclass{article}

\begin{document}

text text (this works fine) \hrulefill

\noindent\hrulefill (this doesn't work)

. \noindent\hrulefill (this works as ...
by ck9
Wed Aug 05, 2009 2:17 am
Forum: General
Topic: Horizontal line?
Replies: 4
Views: 49447

Horizontal line?

Hi
How can I create horizontal lines like this?

What is your opinion of LyX? ______________________________________________
_________________________________________________________________________
_________________________________________________________________________

Do you like Weetabix ...
by ck9
Tue May 19, 2009 10:36 am
Forum: LyX
Topic: How can I left align with LyX
Replies: 1
Views: 5611

How can I left align with LyX

Hi,

I never imagined I'd ever have such a headache trying to left align some text. I'm using the UNSW LyX template (http://threewordslong.com/blog/entry/63/A_LyX_Thesis_Layout_for_UNSW_T) which center-aligns all section and subsection headings. I tried editing the following from its default value ...