Oops,
It seems I got an additional dot in the figures.
I can't use titlesec package simply because I don't know how to compile and add
packages to Lyx.
I have looked to some links about adding packages but for some reasons It was
not working for me.
I don't want to mess-up with my thesis that's why i'm trying to find a solution
without installing packages.
Cheers,
On 2011-07-24, at 2:00 PM, Eisa Ayed wrote:
> Perfect.. It works now,
>
> Thank you so much Waluyo.
>
>
> On 2011-07-24, at 4:18 AM, Waluyo Adi Siswanto wrote:
>
>>>
>>> This works great for sections.
>>> However, this will add an extra dot for the subsections.
>>> I ended up having something like this:
>>>
>>> 1. Introduction
>>> 1..1 Problem Definition
>>>
>>> instead of
>>>
>>> 1. Introduction
>>> 1.1 Problem Definition
>>
>> Then I would the following commands to redefine the dots for
>> subsection and subsubsection
>>
>> \renewcommand \thesection {\@arabic\c@section.}
>> \renewcommand\thesubsection {\thesection\@arabic\c@subsection}
>> \renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}
>>
>> the commands will give you
>> 1.
>> 1.1
>> 1.1.1
>>
>>
>> regards
>> waluyo
>