% !TEX TS-program = XeLaTeX
\listfiles

\documentclass[10pt,openright,twoside]{scrbook}

% fontspec has to be loaded early to avoid packages clashing
\usepackage[no-math]{fontspec}
\setmainfont[Mapping=tex-text]{Times New Roman}

\usepackage{polyglossia}
\setmainlanguage{english}

% zhspacing IS BEING USED FOR CHINESE TEXT
\newfontfamily\zhfont{Apple LiSung}
\newfontfamily\zhpunctfont{Apple LiSung}
\usepackage{zhspacing}
\zhspacing

\newfontfamily\englishfont[Mapping=tex-text]{Times New Roman}

\setmainlanguage{english}

\begin{document}

\begin{center}
{TOPOI – Towards a Historical Epistemology of Space}
\end{center}

\begin{quote}
The Humboldt University’s TOPOI project cluster of excellence brings together researchers who investigate the formation and transformation of space and knowledge in ancient civilizations and their later developments. This does not work.

The Humboldt University's TOPOI project cluster of excellence brings together researchers who investigate the formation and transformation of space and knowledge in ancient civilizations and their later developments. This does work but is not nice™.


\end{quote}

\end{document}
