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

Highlighting broken inside of aligned equations #3

Open
lukasjuhrich opened this issue Jun 19, 2024 · 1 comment
Open

Highlighting broken inside of aligned equations #3

lukasjuhrich opened this issue Jun 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lukasjuhrich
Copy link

lukasjuhrich commented Jun 19, 2024

The following example looks broken:

#import "@preview/pinit:0.1.3": *
We have a #pin(1)Special#pin(2) map $
  #pin(3)f#pin(4) -> #pin(5)g#pin(6)
$

#pinit-highlight(1, 2)
#pinit-highlight(3, 4)
#pinit-highlight(5, 6)

Render:
image

Making the equation inline turns out like it should.

@OrangeX4 OrangeX4 added the bug Something isn't working label Aug 23, 2024
@OrangeX4
Copy link
Owner

I don't know exactly why yet, but you can try:

#import "@preview/pinit:0.1.3": *

#pinit-highlight(1, 2)
#pinit-highlight(3, 4)
#pinit-highlight(5, 6)

We have a #pin(1)Special#pin(2) map $
  #pin(3)f#pin(4) -> #pin(5)g#pin(6)
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants