\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
  {CFS channel}
  {\TikZSectionsChannel[depth=180, flange=55, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsChannel[depth=180, flange=55, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS lipped channel, equal}
  {\TikZSectionsChannel[depth=180, flange=55, lip=18, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsChannel[depth=180, flange=55, lip=18, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS lipped channel, asymmetric}
  {\TikZSectionsChannel[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsChannel[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS channel via lip=0}
  {\TikZSectionsChannel[depth=180, flange=55, lip=0, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsChannel[depth=180, flange=55, lip=0, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS stiffened channel}
  {\TikZSectionsStiffenedChannel[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, stiffener position=0.55, scale=0.025]}
  {\TikZSectionsStiffenedChannel[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, stiffener position=0.55, scale=0.025]}

\ExampleRow
  {CFS zee}
  {\TikZSectionsZee[depth=180, flange=55, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsZee[depth=180, flange=55, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS lipped zee, equal}
  {\TikZSectionsZee[depth=180, flange=55, lip=18, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsZee[depth=180, flange=55, lip=18, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS lipped zee, asymmetric}
  {\TikZSectionsZee[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsZee[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS zee via lip=0}
  {\TikZSectionsZee[depth=180, flange=55, lip=0, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsZee[depth=180, flange=55, lip=0, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS sigma}
  {\TikZSectionsSigma[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, scale=0.025]}
  {\TikZSectionsSigma[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=60, bottom lip=20, thickness=2, radius=4, scale=0.025]}

\ExampleRow
  {CFS hat}
  {\TikZSectionsHat[depth=100, width=45, left flange=25, right flange=25, thickness=2, radius=4, scale=0.035]}
  {\TikZSectionsHat[depth=100, width=45, left flange=25, right flange=25, thickness=2, radius=4, scale=0.035]}

\ExampleRow
  {CFS angle}
  {\TikZSectionsAngle[vertical leg=100, horizontal leg=60, thickness=2, radius=4, scale=0.035]}
  {\TikZSectionsAngle[vertical leg=100, horizontal leg=60, thickness=2, radius=4, scale=0.035]}

\ExampleRow
  {CFS lipped angle}
  {\TikZSectionsLippedAngle[vertical leg=100, horizontal leg=60, lip=20, thickness=2, radius=4, scale=0.035]}
  {\TikZSectionsLippedAngle[vertical leg=100, horizontal leg=60, lip=20, thickness=2, radius=4, scale=0.035]}

\ExampleRow
  {CFS rectangular hollow section}
  {\TikZSectionsRHS[depth=120, width=70, thickness=2, radius=4, scale=0.035]}
  {\TikZSectionsRHS[depth=120, width=70, thickness=2, radius=4, scale=0.035]}

\ExampleRow
  {CFS square hollow section}
  {\TikZSectionsSHS[width=80, thickness=2, radius=4, scale=0.035]}
  {\TikZSectionsSHS[width=80, thickness=2, radius=4, scale=0.035]}

\ExampleRow
  {CFS circular hollow section}
  {\TikZSectionsCHS[radius=35, thickness=2, scale=0.035]}
  {\TikZSectionsCHS[radius=35, thickness=2, scale=0.035]}

\end{document}
