I need to modify the header for this chapter but avoiding modifications in other chapters and the ToC.
MWE:
\documentclass[11pt,letterpaper,oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{lipsum}
\begin{document}
\chapter{Integración del MCC con herramientas de Gestión de Mantenimiento Asistido por Computadora}
\lipsum
\end{document}
The "issue"




\chapterlike\chapter[Integración del MCC ]{Integración del MCC con herramientas de Gestión de Mantenimiento Asistido por Computadora}Give optional argument a short title. – Aug 11 '15 at 23:24