Tagged Questions
5
votes
2answers
58 views
How can I use the same parameter for \Tree and \exi
The qtree package permits drawing syntactic trees with a syntax like this:
\ex. \Tree [.S [.NP This ] [.VP [.V is ] [.NP an example ]]]
The linguex package typesets bracketed expressions with a ...
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 ...
9
votes
2answers
315 views
Section based linguistic example numbering with brackets
I would like to have examples in my document look like this:
Section 2
(2.1) This is an example.
This is a reference to example (2.1).
That is:
the section number appears both next ...
5
votes
1answer
310 views
Keep example number together with floating table
I am using the package linguex (for 'linguistic examples') to number the examples in my text, using its command \ex.
I am creating a table that I am numbering with this command \ex.:
\ex. ...