Code: Select all
\documentclass{article}
\usepackage{titlesec}
\titleformat{\section}%
{}%
{\arabic{section}.\quad}%
{0pt}{}{}
\begin{document}
\section{Intro}
\label{sec:intro}
See Section~\ref{sec:intro} and Appendix~\ref{sec:app}.
\appendix
\section{Appendix}
\label{sec:app}
\end{document}
- Have a consistent appendix numbering (as "A. appendix")
- change the title (and \ref labels) for the appendix only
Thanks in advance,
Ott