KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당

감사합니다.


\usetikzlibrary{decorations.markings}

를 추가하고,

\begin{tikzpicture}

\centering{

\draw[

decoration={markings,mark=at position 1 with {\arrow[scale=2]{>}}},

postaction={decorate},

shorten >=0.4pt

](.5,.5)--(0.5,1.25) node[above]{y};

}

\end{tikzpicture}


위와 같이 하여 크기를 조정하였습니다.


KTUG 한국 텍 사용자 그룹