langsci / 259

Müller, Stefan et al. (eds): Head-Driven Phrase Structure Grammar: The handbook
Creative Commons Attribution 4.0 International
22 stars 7 forks source link

distance too narrow between lines in avms relative-clauses.tex #78

Closed stefan11 closed 3 years ago

stefan11 commented 3 years ago

grafik

\avm{
    [\type*{scope-obj}
    index & \1 \\
    restr & \{
            [\type*{fact}
            prop|soa  & [\type*{soa}
                        nuc &   [\type*{person}
                                instance & \1 ] ] ], \\
            [\type*{fact}
            prop|soa &  [\type*{soa}
                        nuc &   [\type*{speak\_to}
                                speaker & Kim\\
                                addressee & \1 ] ] ]
            \} 
    ] 
}
kopeckyf commented 3 years ago

Interesting, this is because of the comma, but of course the comma needs to be present in sets to delineate elements.

Possible solution (note to myself): Install a list of characters that automatically increase the line skip when they are the last character in the line.

Direct solution: Replace , \\ with , \smallskip\\

stefan11 commented 3 years ago

OK. Thanks!

I am just collecting stuff. To talk about. Don't get stressed by this. =:-) There will probably be tons and tons of duplicate submissions. I just want to make sure that I don't miss anything.

I do not want to patch things up. I collect things I notice and then we maybe can find a solution to all of those in one go and come up with a really, really cool avm package. (a compared to "really cool" =:-)

stefan11 commented 3 years ago

I added the smallskip and a comment in the tex file %avm todo.