Skip to content

Instantly share code, notes, and snippets.

@qtnez
Created October 3, 2022 05:20
Show Gist options
  • Save qtnez/173d2e19d097c956178f4266a88325ca to your computer and use it in GitHub Desktop.
Save qtnez/173d2e19d097c956178f4266a88325ca to your computer and use it in GitHub Desktop.
% 例子是網路上找到的。
\documentclass{article}
\usepackage{luamplib}
\everymplib{input mpcolornames; beginfig(1);}
\everyendmplib{endfig;} % 省略首行及尾行的 begin/end 指令(會自動加
入)。
\begin{document}
\begin{mplibcode}
fill fullcircle scaled 2cm withcolor Pink;
\end{mplibcode}
\end{document}
% mplibcode 環境內也可以 input some.mp 來引用外部 mp 檔。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment