%%
%% Ein Beispiel der DANTE-Edition
%% Mathematiksatz mit LaTeX
%% 3. Auflage
%% Beispiel 11-05-2 auf Seite 248.
%% Copyright (C) 2018 Herbert Voss
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% See
http://www.latex-project.org/lppl.txt for details.
%%
%% ====
% Show page(s) 1
%%
%%
\documentclass[10pt]{exaartplain}
\pagestyle{empty}
\setlength\textwidth{352.81416pt}
\setlength\parindent{0pt}\newcommand\Lcs[1]{\texttt{\textbackslash#1}}
%StartShownPreambleCommands
\usepackage{unicode-math,array,booktabs}
\setmathfont{Latin Modern Math}[math-style=literal,bold-style=literal,sans-style=literal]
%StopShownPreambleCommands
\begin{document}
\begin{tabular}{@{} l l >{$}l<{$} | l l >{$}l<{$} @{}}\toprule
\emph{Makro} & \emph{Alphabet} & \emph{Beispiel} & \emph{Makro} & \emph{Alphabet} & \emph{Beispiel}\\\midrule
\Lcs{symup} & LGD & \symup{Aa\alpha\Gamma01} &
\Lcs{symbfup} & LGD & \symbfup{Aa\alpha\Gamma01} \\
\Lcs{symit} & LG & \symit{Aa\alpha\Gamma01} &
\Lcs{symbfit} & LG & \symbfit{Aa\alpha\Gamma01} \\
\Lcs{symsfup} & LD & \symsfup{Aa\alpha\Gamma01} &
\Lcs{symbfsfup}& LD & \symbfsfup{Aa\alpha\Gamma01}\\
\Lcs{symsfit} & L & \symsfit{Aa\alpha\Gamma01} &
\Lcs{symbfsfit}& L & \symbfsfit{Aa\alpha\Gamma01}\\
\Lcs{symtt} & LD & \symtt{Aa\alpha\Gamma01} &
\Lcs{symbb} & LD & \symbb{Aa\alpha\Gamma01} \\
\Lcs{symbbit} & L & \setmathfont{XITS Math}\symbbit{Ddeij} & %\,\footnotemark[1] &
\Lcs{symscr} & L & \symscr{AaBbCc} \\
\Lcs{symbfscr} & L & \symbfscr{AaBbCc} &
\Lcs{symfrak} & L & \symfrak{AaBbCc} \\
\Lcs{symbffrak}& L & \symbffrak{AaBbCc}\\\bottomrule
\end{tabular}
\end{document}