I am preparing a pdf file with Lyx, using XeTex, book (Memoir) and the following preamble:
Code: Select all
\usepackage[cm-default]{fontspec}
%\usepackage{xunicode}
\usepackage{xltxtra}
\defaultfontfeatures{Mapping=tex-text}
\fontspec{Times New Roman}
\defaultfontfeatures{Scale=MatchLowercase,Mapping=tex-text}
\setmainfont{Times New Roman}
%\headstyles{dowding}
\headstyles{default}
\chapterstyle{crosshead}
\frenchspacing
\makeatother
\usepackage{babel}
\usepackage{xeCJK}
%\CJKlanguage{Japanese}
\setCJKmainfont{HiraMinPro-W3}
\usepackage{array}
\usepackage{adjustbox}
I wonder if this is a default behavior related to some arcane typographic rule or if it is due to some conflict between packages.
I would like to solve the problem without having to manually add protected space.
Thank you,
Clemens