[問題] 請問有關 Asymptote 的安裝

看板LaTeX (論文排版)作者時間12年前 (2013/07/17 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
I knew there is an asymptote for plotting, but have never tried it. If you keep your options open, the following smile face is obtained via tikz -- highly recommended in the Internet. Here is the MWE \documentclass{article} \usepackage{tikz} % required package, with a very thick manual \begin{document} \begin{tikzpicture} \draw[black,very thick] (0,0) circle (1); \filldraw[yellow] (0,0) circle (1); \filldraw[black] (-0.3,0.4) circle (0.1); \filldraw[black] (0.3,0.4) circle (0.1); \draw[black] (-45:0.5) arc (-40:-140:0.5); \end{tikzpicture} \end{document} As you can see, the commands are somewhat similar.
文章代碼(AID): #1HvYKEUO (LaTeX)
文章代碼(AID): #1HvYKEUO (LaTeX)