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

Fix behavior clear-page in multi-column #393

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

puripuri2100
Copy link
Contributor

Issue: clear-page breaks columns in multi-column format
Expectation: clear-page breaks pages in multi-column format

This PR fixed this issue:

  • Change the behavior of clear-page primitive
  • Add a new clear-column primitive

Demo of column and page breaks in 3 columns format (tests/multicolumn.saty):

standalone 3 '<
  +p{test}
  +clear-column;
  +p{test}
  +p{test}
  +clear-page;
  +p{test}
>

キャプチャ

@gfngfn gfngfn added this to the v0.1.0 milestone May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants