I have a very naive question. I started using linguex package, but now I realized I need some options that only expex has. I was wondering if the two packages be used in the same document, or would they be in conflict with one another.
The reason I ask this, is that I need to do the following with linguex, but I am not sure it is doable. First, I need to have right-aligned comments on the first and third line of a gloss.
Based on on the question linked in the comments:
I tried the following:
\documentclass[12pt,letterpaper]{article}
\usepackage{amssymb}
\usepackage{linguex}
\usepackage{cgloss}
\begin{document}
\ex. \a. The girls kissed the boy \hfill {\small \checkmark X}
\bg. The boy didn't kiss the girl \\
D boy AUX.NEG kiss D girl \\ \hfill {\small \checkmark X}
\trans 'The boy did not kiss the girl'. \hfill {\small \checkmark X}
\end{document}
This doesn't quite do what I want because ... ?
Second, I need to add arrows/lines connecting two parts of the example. Something like:

linguexcan't do? Maybe that problem can be solved. – Alan Munn Jul 29 '16 at 20:36\raisebox, but it doesn't work when you need comments on more than one line of a gloss. – RobertP. Jul 29 '16 at 20:39linguexI think.) I think you should post a minimal example of what you want to do withlinguexand then we'll see if it can be solved. – Alan Munn Jul 29 '16 at 20:42\hfillstuff goes afterward. Also,\smalldoes not take an argument, so you should write{\small\checkmark}. The solution I point to in the linked question will solve the gloss problem. But the second problem is an entirely different one, and shouldn't be part of this question, and is also a duplicate of Movement arrow in gloss – Alan Munn Jul 30 '16 at 14:20cglosspackage and load that after loadinglinguex. – Alan Munn Jul 30 '16 at 20:32\transor\glt. But it's true that you can only put right aligned stuff on the first line or the\transline, but not on the gloss line itself. If you don't mind I'll edit your question to make it clear and then it can be reopened. – Alan Munn Jul 30 '16 at 22:37\gltor\trans, but right commenting still get mixed up with the actual gloss.I really feel like I should convert the entire document according to the
– RobertP. Jul 31 '16 at 06:32expexmacro.linguexdocumentation of that is not so clear. You might want to take a look at thegb4edocumentation which discusses the glossing macros more explicitly. This is not a suggestion to switch togb4e(although personally I prefer it) but just a suggestion to read its documentation for the glossing macros. – Alan Munn Jul 31 '16 at 18:15gb4e. Thanks for all of your help. – RobertP. Jul 31 '16 at 19:21expexcommand\rightcommentworks. You can just take the first example in this answer and move the\rightcommentfrom the\glato the\glbline. Beware that this command may result in overlapping text and would then require manual line breaking. However, I agree with @AlanMunn that this would have limited usage in practice, and I'm not recommending that you switch toexpexjust for this feature. – Jason Zentz Aug 01 '16 at 14:06