Skip to content

Instantly share code, notes, and snippets.

@catleeball
Created October 17, 2023 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catleeball/cc7f6f32f41e7d29850f655c8570a85e to your computer and use it in GitHub Desktop.
Save catleeball/cc7f6f32f41e7d29850f655c8570a85e to your computer and use it in GitHub Desktop.
HPSG Head-Complement Rule
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{covington}
\usepackage{avm}
\begin{document}
%%begin novalidate
\begin{avm}
\avml
\[
\textit{phrase} \\
VAL & \[ COMPS \< \> \]
\]
$\rightarrow$ \hfil
\avmr
\textbf{H}
\[
\textit{word} \\
VAL &
\[
COMPS &
\< \@1 , ... , \@n \>
\]
\]
\@1 ... \@n
\avml
\avmr
\end{avm}\label{hcr}
%%end novalidate
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment