-
Notifications
You must be signed in to change notification settings - Fork 1
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
idea-reworked: diacritics misplaced #10
Comments
I assume you tried this in a terminal? I have had rendering issues in mine. Can you try copying the output to somewhere else? Otherwise, maybe I'm overcorrecting. |
Nope. When I do
I get
|
Oh, I think I get it. I'll take a look this afternoon then. |
BTW I added the |
The MacOS console renders such characters properly in my experience BTW |
True, I guess parsing that immediately is unavoidable. |
Ah, seems this was fixed in c60e7b6 (it appended to the
Well, you'd have to balance the brackets in this example right? Anyway, I'll work on this, looks like an easy fix. |
If I parse those with pretected-section generation off, I get the desired result for all three; with it on (which is the default), it only works correctly for the first case. I'm considering changing this, but as far as I can tell, this would be a "category 2" failure. I haven't seen this in the wild, and I don't currently see why anyone would choose
The braces are actually balanced -- the |
Turns out to be an easy fix, I have this covered now. |
The fix will also take care of constructs like |
Ah cool, I'll try something later. Do you mean specifically with
So first of all, I think there are two classes of diacritics:
I guess this is just LaTeX at this point and not really Bib(La)TeX... |
No, not specifically
and I'm personally satisfied with that. I consider 4 - 6 to be "gimmick" cases. I don't see a good reason why anyone should do this, and I'm not certain the behavior is well-defined even for LaTeX (even if it will probably be stable). Even 1 and 2 are actually not great examples (I fully realize I brought them) because the cedilla isn't usually (ever?) on |
And |
On Overleaf I seem to have
|
Meh, the vphantom trick is a reliable workaround. I don't parse |
When parsing
the mark that should be above the
o
ends up above the}
The text was updated successfully, but these errors were encountered: