ref.: https://tex.stackexchange.com/q/750364/ provides the an example, minimised below:
\documentclass[10pt]{article}
\usepackage{baskervald}
\begin{document}
PLANE
\end{document}
which fails on MikTeX because baskervald.sty is missing from the package, but compiles on TeX Live, which includes it.
The .sty file needs to be generated with
pdflatex baskervaldadf.ins
This produces baskervald.sty among other files. In TeX Live, these are installed as follows:
tex/latex/baskervaldadf/baskervald.sty
This is a more specific (and hopefully more focused) version of #456. Hence, #469 may be helpful.
ref.: https://tex.stackexchange.com/q/750364/ provides the an example, minimised below:
which fails on MikTeX because
baskervald.styis missing from the package, but compiles on TeX Live, which includes it.The
.styfile needs to be generated withThis produces
baskervald.styamong other files. In TeX Live, these are installed as follows:This is a more specific (and hopefully more focused) version of #456. Hence, #469 may be helpful.