Miktex wants to install xetex-def package in order to compile. It cannot be installed automatically from package depository because of server error (error response from server:404).
Package files can be downloaded from http://www.ctan.org/pkg/xetex-def. Though I haven't found any package documentation with installation instructions.
After downloaded from CTAN, there are just .def files. Where to put them?
Asked
Active
Viewed 2.2k times
6
user46581
- 575
2 Answers
2
Use MiKTeX Package Manager (Admin) synchronize your packages which has installed after you finished the installation of basic-miktex.exe.
roachsinai
- 121
2
I had the same problem. Based on what others said I thought it isn't problem with graphics-def package, or with xetex-def file, but with those that use them.
What worked for me was:
- Make sure you have
graphics-defpackage via MiKTeX Package Manager. - Make sure you have other packages, e.g.
fontspecand xetex related, up-to-date via Update MiKTeX (Admin).
Sorry for not being too specific on these updated packages, because I went crazy and updated all I was using. (Side recommendation: update all packages.)
Dawid Laszuk
- 166
-
I synchronized and updated everything. Miktex package manager does not have xetex-def but still get the error "xeted-def not found" from graphics.sty – Echeban Apr 01 '17 at 21:40
-
@Echeban this error shows up when you have old version of something that depends on xetex-def, even though you don't use it. My suggestion is to update one-by-one every package you include in your tex. Then refresh editor or even pc. – Dawid Laszuk Apr 02 '17 at 21:15
xetex-defis obsolete. Install the newgraphics-def. – Bernard Jul 12 '16 at 20:52MiKTeX 2.9\tex\latexand refresh the FNDB (both as Admin and as User). Christian Schenk removed the older versions, buts seems to have forgotten to add this package. I guess it will be in the next update. – Bernard Jul 12 '16 at 22:14