-
-
Notifications
You must be signed in to change notification settings - Fork 711
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
Support for :nth() page selectors #724
Comments
True, but it supports named pages that may be helpful for this case. |
|
Oh, so it is — thanks! (Apparently I can't read. I'd looked at that and somehow given myself the impression that if an |
I'm having exactly this issue at the moment, where I do not know how it can be solved without the :nth() page selector:
Since columns flow from one page to the next, I cannot use named pages. Setting a single bleed value will create the bleed also at the fold ... how would you solve this without the @page :nth() feature? |
You probably can't, :nth() looks like the perfect solution for that! The more I think about this feature, the more it seems easy to add… Of course, it's always "not that easy" in the end 😄. I'll check that soon. |
Does anyone need page groups here? |
@Smylers I'll close this issue when |
WeasyPrint doesn't yet support GCPM's page selectors and page groups, for being able to do things like have the first page of each chapter use different page headings and footers.
This is a documented limitation (and this isn't a complaint!). I'm just opening this now so that we have an issue URL to put in the comment of a workaround we've implemented; then any future developer on our code who encounters the workaround can easily check whether it's still necessary.
The text was updated successfully, but these errors were encountered: