[問題] 請問有關 Asymptote 的安裝
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.
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章