You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a row of examples contains an \exithat also contains a \gll, the justification is messed up. This error is not in gb4e and seems to have been introduced (without intention/knowledge) in langsci-gb4e.
MWE:
\documentclass{article}
\usepackage{langsci-gb4e}
\usepackage{lipsum}
\begin{document}
\begin{exe}
\ex\lipsum[1]
\exi{}
\gll Lorem Ipsum Dolor\\
Lorem Ipsum Dolor\\\ex\lipsum[2]
\end{exe}
\end{document}
Output:
The text was updated successfully, but these errors were encountered:
The \raggedright here is not grouped and should be placed after \bgroup. But it's not clear why \raggedright is needed here as it is not in use in \glll. Testing will reveal whether \raggedright should be deleted here.
It seems that the intention of \raggedright was to solve some overflowing issues, so these overflowing issues need to be kept in mind when \raggedright is removed/grouped/replaced with a better solution/...
When a row of examples contains an
\exi
that also contains a\gll
, the justification is messed up. This error is not ingb4e
and seems to have been introduced (without intention/knowledge) inlangsci-gb4e
.MWE:
Output:
The text was updated successfully, but these errors were encountered: