I'm trying to (more or less) replicate this phonological rewrite rule:
I'm using the package phonrule, and what I manage to accomplish is this:
\documentclass{article} \usepackage{phonrule} \begin{document} \phonc {\phonfeat{$-$cnt\\ +hi}} {[$\alpha$grv]} {\oneof{% \phonfeat{$-$cnt\\ $\alpha$grv}\phold\\ \phold\phonfeat{$-$cnt\\ $\alpha$vce}% }} \end{document} My main problem here is what appears after the "when" slash:
(1) The package only provides a left curly bracket - how can I add a right one as well?
(2) The two options within the curly brackets are not well aligned. I think comparing the two pictures themselves says it better than what I could do with words.





\phonfeat{$-$cnt\\ $\alpha$grv} & \phold) and add a second newline `\\ \` the result looks not perfect but a little bit better ...