Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brackets too large in avm too much space before \+ arg-st.tex #115

Open
stefan11 opened this issue Mar 13, 2021 · 3 comments
Open

brackets too large in avm too much space before \+ arg-st.tex #115

stefan11 opened this issue Mar 13, 2021 · 3 comments
Assignees
Milestone

Comments

@stefan11
Copy link
Contributor

stefan11 commented Mar 13, 2021

grafik

\avm{
[\type*{passive-verb}
 arg-st  & \2 ( \+ < ! PP[\type{by}]$_i$ ! > )\\
 lex-dtr & [\type*{stem}
            head   & verb\\
            arg-st & < \1$_i$ > \+ \2 < NP, \ldots > ]]  
}
@stefan11 stefan11 added this to the V1 milestone Mar 13, 2021
@stefan11 stefan11 self-assigned this Mar 13, 2021
@kopeckyf
Copy link
Contributor

Too much space is probably related to langsci@0eda3d3.

On my machine, the parentheses come out a little smaller - they are just about the same size as the angle brackets < > they enclose, which seems just fine.

@stefan11
Copy link
Contributor Author

I tried this:

\avm{
[\type*{passive-verb}
 arg-st  & \1 !( \+ < PP[\type{by}]$_i$  > )!\\
 lex-dtr & [\type*{stem}
            head   & verb\\
            arg-st & < NP$_i$ > \+ \1 < NP, \ldots > ]]  
}

But this results in:
grafik

With the < > not typeset as angled brackets and the () in italics.

This applies to (43) as well:
grafik

If one escapes the brackets with !(!, they are too small.

@stefan11
Copy link
Contributor Author

@kopeckyf I do not now how to fix this. I cannot even think of a hack. It should just be a normal line of text. The problem is that your code affects my [ ] brackets inside \sliste{ ... } and ! ! does not work inside brackets.

For (43) it works with \sliste:

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants