"TikZ 다각형"의 두 판 사이의 차이

(새 문서: ==개요== ;TikZ 다각형 <syntaxhighlight lang='tex' run> \documentclass{article} \usepackage[a6paper,landscape,left=0in,right=0in,top=0in,bottom=0in]{geometry} \usepackage{tikz} \...)
 
4번째 줄: 4번째 줄:
<syntaxhighlight lang='tex' run>
<syntaxhighlight lang='tex' run>
\documentclass{article}
\documentclass{article}
\usepackage[a6paper,landscape,left=0in,right=0in,top=0in,bottom=0in]{geometry}
\usepackage[a6paper,landscape,left=0in,right=0in,top=1in,bottom=0in]{geometry}
\usepackage{tikz}
\usepackage{tikz}
\begin{document}
\begin{document}

2023년 2월 10일 (금) 19:26 판

1 개요

TikZ 다각형
\documentclass{article}
\usepackage[a6paper,landscape,left=0in,right=0in,top=1in,bottom=0in]{geometry}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[blue, very thick] (0,0) rectangle (3,2);
\draw[orange, ultra thick] (4,0) -- (6,0) -- (5.7,2) -- cycle;
\end{tikzpicture}
\end{document}

2 같이 보기

3 참고

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