Text Formatting ⇒ Removing period/full stop in section titles
Removing period/full stop in section titles
a) subsection
(i) subsubsection
(ii) subsubsection
In the preamble (I'm using Lyx), I've put:
\renewcommand{\thesubsection}{\alph{subsection})}
\renewcommand{\thesubsubsection}{(\roman{subsubsection})}
But this produces the following output:
a). subsection
(i). subsubsection
(ii). subsubsection
How can I remove the dots? I often find myself moving into TexShop before finishing a document, so I'm not limited to Lyx!
Is there any document class that numbers the sections in that manner (if there's no way around it)?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Removing period/full stop in section titles
Re: Removing period/full stop in section titles
Re: Removing period/full stop in section titles
I'll have to look closely at the titlesec package at some time! Seems like it comes around every time I'm stuck!:P