|
- \documentclass[nl-NL]{standalone}
- \usepackage{tikz}
- \usetikzlibrary{arrows.meta,positioning,calc}
- \usepackage[style=iso]{datetime2}
-
-
-
- \pgfmathsetmacro{\scale}{10}
- \begin{document}
- \begin{tikzpicture}[scale=\scale,on grid]
- \def \naam {Wouter Horlings};
- \def \heupwijdte {103cm};
- \def \taillewijdte {85cm};
- \def \zithoogte {31cm};
- \def \tussenbeenlengte {83cm};
- \def \pijpbreedte {25cm};
- \pgfmathsetlengthmacro{\kruisheuplengte}{\zithoogte/4}
- \pgfmathsetlengthmacro{\kruistaillelengte}{\zithoogte+1cm}
-
- \input{broek.tikz}
-
-
- \end{tikzpicture}
- \end{document}
|