I'm preparing a presentation (using Beamer) where I need to include glossed examples. I'm using the Linguex macros (with package
cgloss4e
from gb4e). My problem is that in some cases the examples are very long and extend over more than two lines. This makes it very difficult for people to distinguish the example from its gloss. So what I get is something like the following:Code: Select all
(1) example text example text example text text example text example text
gloss text gloss text gloss text gloss text gloss text gloss text
example text example text example text text example text example text
gloss text gloss text gloss text gloss text gloss text gloss text
example text example text example text text example text example text
gloss text gloss text gloss text gloss text gloss text gloss text
"Translation text Translation text Translation text Translation text
Translation text Translation text Translation text Translation text
Translation text "
Code: Select all
(x) example text example text example text text example text example text
gloss text gloss text gloss text gloss text gloss text gloss text
example text example text example text text example text example text
gloss text gloss text gloss text gloss text gloss text gloss text
"Translation text Translation text Translation text Translation text
Translation text Translation text Translation text Translation text"
\\~\\
works perfectly to leave an extra space between the example-gloss section and the translation, it doesn't do anything when it is added between the example and the gloss.I imagine that this is a common problem since I have seen many publications where there is additional space between each pair of lines and it is hard to believe that none of these documents has been created using LaTeX. I really haven't been able to figure out how to do it, though.
One thing that I have managed to do in order to alleviate the problem is to change the font of the gloss or the example by adding commands such as the following to the preamble:
Code: Select all
\let\eachwordone=\rmfamily
Code: Select all
\let\eachwordone=\rmfamily\itshape
\let\eachwordone=
it doesn't seem to be possible to combine font family and font shape.Thanks in advance for any help you can offer on any of these problems.
I'm including the preamble of the document
Best,
Josep M.