New answers tagged polyglossia
2
If you look at the .glo package, it's written out in different ways when the "other languages" are loaded.
Without the "other languages"
\\glsnamefont{na\\\"{\\i }ve}
With the "other languages"
\\glsnamefont{na\\"{\\i }ve}
So the " is not escaped in the first case, because some of the loaded languages use shorthands in Babel style. Thus glossaries ...
1
There is currently no support for Tibetan in Polyglossia. However you can use the TIBETAN MARK INTERSYLLABIC TSHEG as a hyphen mark (not soft, I'm afraid).
\documentclass[a4paper]{article}
\usepackage{geometry}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\usepackage{polyglossia}
\setmainlanguage{english}
...
Top 50 recent answers are included