Derek61

Results 3 issues of Derek61

(Apologies if this should be filed under the unicode-math project.) I'm trying to use a `.fontspec` file for a math font. For example, I start with this: ``` \documentclass{article} \usepackage{unicode-math}...

Consider ``` \documentclass{article} \usepackage{polyglossia} \setmainlanguage{english} \setotherlanguages{serbian,spanish} \newfontfamily{\cyrillicfont}{Palatino} \begin{document} A\textserbian{B}C A\textspanish{B}C \end{document} ``` Compiling with XeLaTeX yields It would seem likely that a missing "%" is to blame.

FIXED IN DEV

Consider ``` \documentclass{article} \usepackage{polyglossia} \setmainlanguage{english} \setotherlanguages{korean,spanish} \newfontfamily\koreanfont{Apple SD Gothic Neo} \begin{document} AB\textkorean{아스트로}EF AB\textspanish{CD}EF \end{document} \end{document} ``` Compiling with XeLaTeX yields It would seem likely that a missing "%" is to...

FIXED IN DEV