Skip to content

Instantly share code, notes, and snippets.

@schar
Created April 18, 2017 22:21
Show Gist options
  • Save schar/2cd7de8af510e0cbeefb26720f389d59 to your computer and use it in GitHub Desktop.
Save schar/2cd7de8af510e0cbeefb26720f389d59 to your computer and use it in GitHub Desktop.
% requires the booktabs package
\newcommand\semtower[2]{% a 2-level semantic tower
\begin{tabular}[c]{@{\,}c@{\,}}
\(#1\)
\\
\midrule
\(#2\)
\\
\end{tabular}
}
\newcommand\tower[3]{% a 2-level type/category tower
\begin{tabular}[c]{@{\,}c@{\,}}
\(\hfil #1\ \vrule width .05em\ #2 \hfil\)
\\
\midrule
\(#3\)
\\
\end{tabular}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment