TikZ

1 개요[ | ]

TikZ
  • LaTeX에서 그래픽 요소를 만드는 가장 복잡하고 강력한 도구
\documentclass[a6paper]{oblivoir}
\usepackage{tzplot}
\begin{document}

\begin{tikzpicture}
\draw[gray, thick] (-1,2) -- (2,-4);
\draw[gray, thick] (-1,-1) -- (2,2);
\filldraw[black] (0,0) circle (2pt) node[anchor=west] {교차점};
\end{tikzpicture}

\end{document}

2 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}