Created
October 3, 2022 05:20
-
-
Save qtnez/173d2e19d097c956178f4266a88325ca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 例子是網路上找到的。 | |
\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