\documentclass[11pt]{article} \usepackage[a4paper,landscape,margin=14mm]{geometry} \usepackage{array} \usepackage{tikz-sections} \pagestyle{empty} \setlength{\parindent}{0pt} \renewcommand{\arraystretch}{1.15} \newcommand{\ExampleRow}[3]{% \begin{tabular}{@{}m{0.22\linewidth}m{0.74\linewidth}@{}} \begin{tikzpicture}[baseline=(current bounding box.center)] #3 \end{tikzpicture} & \textbf{#1}\par \vspace{2pt} {\raggedright\ttfamily\scriptsize\detokenize{#2}\par} \end{tabular} \par\vspace{8mm} } \begin{document} \ExampleRow {Universal beam} {\TikZSectionsUniversalBeam[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.12]} {\TikZSectionsUniversalBeam[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.12]} \ExampleRow {Universal column} {\TikZSectionsUniversalColumn[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.12]} {\TikZSectionsUniversalColumn[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.12]} \ExampleRow {Welded I-section} {\TikZSectionsWeldedI[web depth=95, web thickness=1, top flange width=35, top flange thickness=2, bottom flange width=35, bottom flange thickness=2, scale=0.08]} {\TikZSectionsWeldedI[web depth=95, web thickness=1, top flange width=35, top flange thickness=2, bottom flange width=35, bottom flange thickness=2, scale=0.08]} \ExampleRow {Tee section} {\TikZSectionsTee[depth=30.6, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.16]} {\TikZSectionsTee[depth=30.6, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.16]} \ExampleRow {Hot-rolled channel} {\TikZSectionsHRSChannel[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.12]} {\TikZSectionsHRSChannel[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, scale=0.12]} \ExampleRow {Equal angle} {\TikZSectionsEqualAngle[leg=35, thickness=3, root radius=2, scale=0.14]} {\TikZSectionsEqualAngle[leg=35, thickness=3, root radius=2, scale=0.14]} \ExampleRow {Unequal angle} {\TikZSectionsUnequalAngle[vertical leg=45, horizontal leg=30, thickness=3, root radius=2, scale=0.14]} {\TikZSectionsUnequalAngle[vertical leg=45, horizontal leg=30, thickness=3, root radius=2, scale=0.14]} \ExampleRow {Plate} {\TikZSectionsPlate[width=40, thickness=8, scale=0.18]} {\TikZSectionsPlate[width=40, thickness=8, scale=0.18]} \ExampleRow {Flat bar} {\TikZSectionsFlatBar[width=40, thickness=8, scale=0.18]} {\TikZSectionsFlatBar[width=40, thickness=8, scale=0.18]} \ExampleRow {Round bar} {\TikZSectionsRoundBar[radius=10, line width=1, scale=0.18]} {\TikZSectionsRoundBar[radius=10, line width=1, scale=0.18]} \ExampleRow {Hot-rolled circular hollow section} {\TikZSectionsHRSCHS[radius=20, thickness=3, scale=0.14]} {\TikZSectionsHRSCHS[radius=20, thickness=3, scale=0.14]} \ExampleRow {Hot-rolled rectangular hollow section} {\TikZSectionsHRSRHS[depth=50, width=35, thickness=3, root radius=4, scale=0.14]} {\TikZSectionsHRSRHS[depth=50, width=35, thickness=3, root radius=4, scale=0.14]} \ExampleRow {Hot-rolled square hollow section} {\TikZSectionsHRSSHS[width=40, thickness=3, root radius=4, scale=0.14]} {\TikZSectionsHRSSHS[width=40, thickness=3, root radius=4, scale=0.14]} \end{document}