The command \textsubscript used to work with xelatex (at least until sometime in the fall of 2014), but now it throws this error:
! LaTeX Error: Command \textsubscript unavailable in encoding EU1.
How can I work around this?
MWE:
\documentclass{article}
\usepackage{fontspec}
\begin{document}
1\textsubscript{2}3
\end{document}
I'm running XeTeX version 3.14159265-2.6-0.99991 in TeX Live 2014.
fixltx2eorsubscriptpackages to get the\textsubscriptcommand. – musarithmia Feb 16 '15 at 22:21fontspecno longer loadsfixltx2e, cf. the readme. – Sverre Feb 16 '15 at 22:30