2015-12-29 15:10:25 +00:00
|
|
|
\documentclass[a4paper,10pt]{article}
|
|
|
|
|
|
|
|
\input{common.tex}
|
|
|
|
|
|
|
|
\begin{document}
|
2016-07-10 13:52:31 +00:00
|
|
|
\begin{figure}[ht]
|
|
|
|
\centering
|
2015-12-29 15:10:25 +00:00
|
|
|
\begin{tikzpicture}[x=1cm,y=1cm]
|
|
|
|
|
|
|
|
\vlin{18}{26}{9}{10}{gray}
|
|
|
|
\hlog{18}{26}{4}{}{2,3,4,5}{}{6,7,8,9,10}{gray}
|
|
|
|
|
|
|
|
\end{tikzpicture}
|
2016-07-10 13:52:31 +00:00
|
|
|
\end{figure}
|
2015-12-29 15:10:25 +00:00
|
|
|
\end{document}
|