Re: Styles Change on Section , Subsections, SubSubSections sectsty

2009-07-04 Thread Yago
titlesec - Original Message - From: "Marcelo Reis" To: Sent: Sunday, July 05, 2009 12:46 AM Subject: Styles Change on Section , Subsections, SubSubSections sectsty Guys, another question, If I'd like to change the format of the Sections, SubSections and SubSubSecti

Styles Change on Section , Subsections, SubSubSections sectsty

2009-07-04 Thread Marcelo Reis
Guys, another question, If I'd like to change the format of the Sections, SubSections and SubSubSections, What would be the best way? I'd like to change Sections Size, Bold, Italic... I found out about the package sectsty, Would it be the best way? Regards Marcelo

Re: sectsty

2002-08-28 Thread Remzi Seker
On Wednesday 28 August 2002 03:33, Dekel Tsur wrote: > On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote: > > I found the solution.. Whew. Here it is > > > > \makeatletter > > \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2>\c@secnumdepth > > This is not entirely correct. > The correct solution i

Re: sectsty

2002-08-28 Thread Dekel Tsur
On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote: > I found the solution.. Whew. Here it is > > \makeatletter > \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2>\c@secnumdepth This is not entirely correct. The correct solution is \def\@seccntformat#1{\csname the#1\endcsname.\quad}

Re: sectsty

2002-08-27 Thread Remzi Seker
\@xsect{#5}} \makeatother On Tuesday 27 August 2002 15:17, Remzi Seker wrote: > I have the preamble seen below. > I need to have the sec, subsec, etc numbers ending with a period like 1.1., > 1.1.1. etc... > I tried the method proposed in the help file of sectsty but i get a lot of >

sectsty

2002-08-27 Thread Remzi Seker
I have the preamble seen below. I need to have the sec, subsec, etc numbers ending with a period like 1.1., 1.1.1. etc... I tried the method proposed in the help file of sectsty but i get a lot of errors... I tried titlesec, but that gives me a lot of errors too. Any idea> Re