I use the linguex package for numbering my examples. After each example I want there to be a reference, right aligned on the next line. This is my code
\documentclass [a4paper, 12 pt]{memoir}
\usepackage[cyr]{aeguill}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
\usepackage{linguex}
\begin{document}
\ex. This is an example that is too long for me to use the hfill-command. This is an example that is too long for me to use the hfill-command This is an example that is too long for me to use the hfill-command \begin{flushright}(Reference 2014)\end{flushright}
\ex. This is an example that is too long for me to use the hfill-command This is an example that is too long for me to use the hfill-command This is an example that is too long for me to use the hfill-command \begin{flushright}(Reference 2014b)\end{flushright}
\end{document}
The problem is that the reference between the examples comes with an equal distance to the preceding and the following example. I want the reference to follow the example with not extra vertical space, so that the only added space is between the examples.
I have tried using \raggedright instead of flushright, but the problem persists.
Best, Christine


\ex.This is bla bla bla\\\raggedleft(Reference 2014) – Fran Jan 13 '14 at 17:26