I have a quick question that has been on my mind for the past day. I wan to make my subsection not bold (just normal). How to do that. This is what I have so far:
Code: Select all
\documentclass[a4paper,12pt]{article}
\renewcommand{\thesection}{\arabic{section}.}
\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}}
\begin{document}
\end{document}