is a package for formatting numbered examples as used in linguistics.
1
vote
1answer
40 views
How can I indent the second line of a linguistic gloss with gb4e.sty?
In accordance with the documentation, I've been happily plodding along making interlinear glosses. So far so good! But things get ugly when I make a longer gloss.
Looking at example (5) on page (6) ...
5
votes
1answer
81 views
gb4e + biblatex error “patching footnotes failed”
I'm having a problem while using gb4e and biblatex in the same file. It does compile, but I get an "patching footnotes failed" warning.
Minimal example:
\documentclass[11pt,a4paper]{article}
...
1
vote
1answer
110 views
Conflict between gb4e and my university style sheet
I am a Linguistics PhD student at U.Florida, writing my dissertation. The LaTeX class from our editorial office conflicts with gb4e (among other packages). Is there a way to override the style sheet ...
1
vote
1answer
139 views
Align the top of two tables horizontally (side-by-side with minipage)
I'm using \minipage to put two tables side by side. But when the two tables are not of equal length, the shorter of the two is vertically centered with respect to the other. I would like both tables ...
4
votes
1answer
74 views
Can't compile XeLaTeX document with biblatex and gb4e together
The following document will not compile (using xelatex, biber) if the package gb4e is activated. If you comment out the gb4e package it works fine:
\documentclass{article}
\usepackage{fontspec}
...
3
votes
2answers
225 views
How do I make gb4e.sty's commands overlay aware for beamer?
I use the gb4e package to set numbered examples. I want to put these on slides made with beamer. According to the beamer userguide I can make any command overlay specification aware using this in my ...
1
vote
1answer
95 views
Restate linguistic example
I have made a numbered example with the package GB4E. I want to restate this example with the same number. I.e. istead of just refering to the example with \ref, i want the whole thing to show up ...
5
votes
1answer
57 views
Conflict between listings and gb4e?
this code doesn't compile for me. Could it be a bug or is something wrong with my LaTex installation?
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{gb4e}
\usepackage{listings}
...
5
votes
2answers
200 views
Splitting examples in gb4e
I would like to split examples in the \usepackage{gb4e} to get explanatory remarks as close to the explained item as possible. Usually, my typeset examples are looking like this:
(1) blabla
(2) a. ...
0
votes
0answers
53 views
How do I get lines to break properly using gb4e with cgloss.sty? [closed]
I'm using gb4e for interlinear examples, with \glll. For referencing the source of the example, I started using cgloss.sty as outlined in this answer. But I noticed that long examples no longer break ...
4
votes
2answers
170 views
How can I cross-reference cross-references with primes?
When I try to cross-reference with \ref to gb4e's cross-references with primes (\exp) I fail.
Consider the following example:
\documentclass{article}
\usepackage{gb4e}
\begin{document}
...
4
votes
2answers
449 views
Labeling linguistic examples with language information
I'm writing a linguistics paper that uses a large amount of linguistic examples from a wide variety of languages, using the gb4e package. I want to be able to label each example with information about ...
6
votes
1answer
582 views
Positioning of numbers in gb4e.sty examples
I'm planning to use the following numbered examples in a document (see example below). I would like the number to be at the top of the example, but for the ones with diagrams it ends up in the middle. ...