TikZ

Jmnote (토론 | 기여)님의 2021년 4월 8일 (목) 20:14 판 (새 문서: ==개요== ;TikZ * LaTeX에서 그래픽 요소를 만드는 가장 복잡하고 강력한 도구 <syntaxhighlight lang='tex' run> \documentclass{oblivoir} \usepackage{tzplot} \begin...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

TikZ
  • LaTeX에서 그래픽 요소를 만드는 가장 복잡하고 강력한 도구
\documentclass{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 }}