I'm trying to compile a document with xelatex. On one debian machine, all goes fine and without error. On my new computer (also running debian), compiling the document fails and produces a string of errors which I don't really understand.
The first error is in the subject of this question. BTW, what's ecrm1095 (I guess the 'rm' part is 'roman').
Here's the fatal error:
kpathsea: Running mktexmf ecrm1095 ! I can't find file `ecrm1095'.
Any suggestions to fix?
Here's the header of the document:
\documentclass[11pt,twoside]{uwthesis}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\setromanfont[Mapping=tex-text]{Charis SIL}
\usepackage[normalem]{ulem}
\usepackage{lingmacros,avm,apacite,amsmath,array}
\usepackage{pstricks,pst-node,rtrees}
\usepackage{pstricks-add}
\usepackage{graphicx}
\usepackage{rotating}
\begin{document}
Any ideas from the experts?