I was wondering if you could help me with the next problem I encountered. The page number in the first page (Parte I / Estado de la cuestión) should not appear. I have been trying to solve the problem with \thispagestyle{empty} // \pagestyle{empty}, but unfortunately it does not work. Here you have my minimal working example:
Code: Select all
\documentclass[12pt,%% draft,%twoside,%BCOR10mm,%bib=totoc, % <= recommendedtoc=listof,numbers=noenddot]{scrreprt}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage[spanish,ngerman,catalan,english]{babel}\usepackage{natbib}\usepackage{emptypage}\begin{document}\part{Estado de la cuestión}\label{part:estado-de-la}\section*{Introducción}\label{sec:introduccion-13}In einem Land, in dem trotz Wirtschaftsboomsjedes zweite Kind unter fünf Jahren unterernährt ist, brach dieserFilm das Tabu des Unglücks der Glückseligen.\end{document}
Regards,
Marie