Search found 2 matches

by LeonardH
Fri Jun 28, 2019 8:14 am
Forum: Page Layout
Topic: Change section number to lettering
Replies: 2
Views: 44264

Change section number to lettering

Perfect. That got me in the right direction. Saved me a lot of time.

I did change the arabic in: \renewcommand*{\thesubsection}{\arabic{subsection}.}

to alph: \renewcommand*{\thesubsection}{\alph{subsection}.}

to get letters instead of numbers.
by LeonardH
Fri Jun 28, 2019 7:12 am
Forum: Page Layout
Topic: Change section number to lettering
Replies: 2
Views: 44264

Change section number to lettering

How do I change the default section numbering to the format below? I am using Miktex console 2.9 and Texmaker.

I. Section
a. Subsection
b. Subsection
i. Subsubsection
ii. subsubsection

I have tried searching and don't find exactly what I need. I am so new at Latex that I probably don't know ...