Search found 4 matches

by poilou2607
Fri Nov 09, 2012 3:30 pm
Forum: Text Formatting
Topic: Numerotation with letters
Replies: 2
Views: 1952

Re: Numerotation with letters

Thank you
by poilou2607
Fri Nov 09, 2012 2:07 pm
Forum: Text Formatting
Topic: Numerotation with letters
Replies: 2
Views: 1952

Numerotation with letters

Hello,
I would like to have my subsusbections numbers like this : 1.1.1.a. , 1.1.1.b. ...

I tried the following code, but without success :
\setcounter{secnumdepth}{3} % Numérotation until subsubsections
\renewcommand*{\thesubsubsection}{\thesubsection.\alpha{subsubsection}}

while the following ...
by poilou2607
Mon Nov 05, 2012 8:22 pm
Forum: Page Layout
Topic: Remove Rule from Header
Replies: 2
Views: 3261

Re: Remove Rule from Header

Thank you very much! it works.
by poilou2607
Mon Nov 05, 2012 3:48 pm
Forum: Page Layout
Topic: Remove Rule from Header
Replies: 2
Views: 3261

Remove Rule from Header

Hello,

I am writing a document using the template available here:

http://openwetware.org/wiki/LaTeX_te...for_PhD_thesis

I can't remove the line at the top of the second page. The text of this page can be removed easily because it's present in the source file "thesis.tex". However, for the rule, I ...