I am running lualatex and getting following error message.
LaTeX Error: File `xunicode.sty' not found
How can i install it?
|
I am running lualatex and getting following error message. LaTeX Error: File `xunicode.sty' not found How can i install it? |
||||
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
xunicodeis part of most standard distributions, I guess you're using a Linux distribution and haven't installed all the parts. If that's the case, I would recommend installing a regular TeXLive distribution. See How to install "vanilla" TeX Live on Debian or Ubuntu. If this is not your problem, then you need to give us more information about your OS and TeX distribution. – Alan Munn Feb 8 at 3:38yum install 'tex(xunicode.sty)'should do it. – vonbrand Feb 8 at 21:02