MiKTeX / miktex-packaging

the MiKTeX package factory
MIT License
19 stars 6 forks source link

tipauni installation is missing files #406

Closed mawilson1234 closed 1 year ago

mawilson1234 commented 1 year ago

The installation of tipauni in MikTeX appears to be missing two required fontspec files:

This means that any document loading the tipauni package won't compile with the default options, even something as simple as:

\documentclass{article}
\usepackage{tipauni}
\begin{document}
\end{document}

I'm using XeLaTeX version 4.10 on Windows 10. I've installed the newcomputermodern package and run fc-cache.

There is a workaround: it's possible to switch back to the old default by loading the package with the documentfont=CharisSIL option (or other font of choice). This loads correctly since it doesn't try to access the missing files.

edocevoli commented 1 year ago

Thank you, this has been fixed. Please check for updates tomorrow.