I'm currently typesetting a linguistics paper. I'm looking for a way to draw 'linking lines' between two arguments in an example sentence in order to show that that they are co-referential.
Something similar to the wick contractions provided by the simplewick package, though functioning in text mode, would be great.
I'm looking for a more flexible way to achieve what is achieved with the following code.
Code: Select all
\documentclass{report}
\usepackage{covington}
\begin{document}
\begin{example}
\gll \emph{John saw himself.}
\hspace{5mm}\rule{0.15mm}{3mm}\rule{17mm}{0.15mm}\rule{0.15mm}{3mm}
\gln
\glend
\end{example}
\end{document}
Thanks in advance.