Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the metafun format of metapost can not be used in miktex #15

Open
u-fischer opened this issue Jan 5, 2018 · 0 comments
Open

the metafun format of metapost can not be used in miktex #15

u-fischer opened this issue Jan 5, 2018 · 0 comments
Labels

Comments

@u-fischer
Copy link

The following document fails in miktex with the error message

(luamplib)               ! I can't open file `metafun.mp'.
% Run with lualatex
\documentclass{article}
\usepackage{luamplib}
\begin{document}

\mplibsetformat{metafun}
\begin{mplibcode}
beginfig(1);
drawarrow (0,0)--(10,10);
endfig;
\end{mplibcode}

\end{document}

The missing file (and the other needed by this format) are in texlive in \texmf-dist\metapost\context . Would it be possible to get them in miktex too? There is no need to build some format, simply the existence of the files is enough to get the example working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants