Tagged Questions
3
votes
1answer
79 views
Incompatibilty between siuintx and linguex?
\documentclass{article}
\usepackage{linguex}
\usepackage{siunitx}
\begin{document}
Foo
\end{document}
This MWE produces a plethora of error messages, regardless of the order in which those two ...
15
votes
4answers
463 views
Any nice packages for word alignment?
I want to visualize word alignments between sentence pairs, where the positions of aligned words may differ between the sentences, and a word in one sentence may be aligned to more than one word in ...