Tagged Questions
4
votes
3answers
380 views
Lining up leaf nodes in pstree
I am a TeX newbie, trying to make a syntax tree. What I'm going for is this:
X
/ \
X \
/ \ \
X \ \
/ \ \ \
X \ \ \
/ \ \ \ \
A B C D ...
6
votes
1answer
578 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. ...