8000 Row gutter lines do not split properly across pages · Issue #23 · PgBiel/typst-tablex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Row gutter lines do not split properly across pages #23

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

Closed
PgBiel opened this issue Jun 27, 2023 · 1 comment
Closed

Row gutter lines do not split properly across pages #23

PgBiel opened this issue Jun 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@PgBiel
Copy link
Owner
PgBiel commented Jun 27, 2023

The post-gutter line gets duplicated.

#pagebreak(weak: true)

#v(80%)

Test gutter split between pages:

#tablex(
    columns: 3,
    auto-vlines: false,
    row-gutter: 5pt,
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    hlinex(stroke: blue),
    [a], [b], [c],
    [a], [b], [c],
)

image

@PgBiel PgBiel added the bug Something isn't working label Jun 27, 2023
@PgBiel PgBiel added this to the v0.0.4 milestone Jun 27, 2023
@PgBiel PgBiel self-assigned this Jun 27, 2023
@PgBiel PgBiel changed the title Gutter lines do not split properly between pages Row gutter lines do not split properly across pages Jun 27, 2023
@PgBiel
Copy link
Owner Author
PgBiel commented Jun 27, 2023

Fixed in c694dd6 and 99a1502.

@PgBiel PgBiel closed this as completed Jun 27, 2023
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

1 participant
0