I have to use section numbers with dots like
1. Introduction
I changed the \thesection command as following:
Code: Select all
\def\thesection{\arabic{section}.}
e.g.
Code: Select all
\section{Introduction}
\label{sec:a}
See Section \ref{sec:a} where ...
See Section 1. where ...
What is the smartest way to remove the dot in the text while referencing to it?
Thanks in advance,
Ott