\citep causes problem at the margin when the last name has an umlaut (\"{}). This post is related to my last post here:
apacite produces inline citations out of text area when using custom margins and parindent
Mico's solution of adding [natbibapa] solved the problem except for with the umlaut, so I'm asking a new question.
Here is MWE .tex file:
\documentclass[11 pt]{article}
\usepackage[natbibapa]{apacite}
\setlength{\textwidth}{6.5in}\setlength{\textheight}{9.2in}
\setlength{\oddsidemargin}{-.05in} \setlength{\topmargin}{-.5in}
\setlength{\parindent}{30pt}
\begin{document}
\par Text text text text text text text text text text text text text text text text textsss \citep{mweauth}. Text text text text text text text text text text text text text text. Text text text text text text text text text text text text. Text text text text text text text text text text text text text. Text text text text text text text text text text text text text. Text text text text text text text text text text text text text. Text text text text text text text text text text text text text. Text text text text text text text text text text text text text. Text text text text text text text text text text text text text.
\bibliographystyle{apacite}
\bibliography{mwe}
\end{document}
MWE .bib file:
@book{mweauth,
Author={Firstname L\"{o}nglastname},
Title={Book Title},
Publisher={Publishing Company},
Address={City, State},
Year={2015} }
Here's a picture of the problematic output:
The warning message:



\usepackage[T1]{fontenc}and it will work. See Why words with accented characters can't be automatic hyphenated with the default OT1 enconding?. – Alan Munn Aug 22 '15 at 04:27