I was wondering if you could help me with this problem. Actually I should have N.° when giving this command, but it does not work.
Here is my minimal example:
Code: Select all
\documentclass[
12pt,%
% draft,%
twoside,%
BCOR10mm,%
% bibtotocnumbered,% <= obsolete
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,ngerman,catalan,spanish]{babel}
\newcommand*\numer{N"o}
\newcommand*\nume{N"o}
\begin{document}
\numer
\nume
\end{document}
Cheers and best regards,
Marie