-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Page numbers not aligned in table of contents in manual v0.10.2 #859
Comments
Confirmed in v0.10.4 and git HEAD. |
This line in tableofcontents:item appears to be messing things up:
|
Actually even without that it isn't particularly lovely. |
Here's an example that doesn't use tableofcontents:
|
Oh dear, I'm being an idiot. Of course that one doesn't work because of the parfillskip. Here's another example. Something seems to be going wrong in the glue calculation when repetitions > 1. It's fine for <1 and ==1.
|
Currently SILE.call("leaders", { width = "0pt plus 100000pt" }, { " . " }) Removing the spaces from the fill makes this alignment issue go away: SILE.call("leaders", { width = "0pt plus 100000pt" }, { "." }) This probably has to do with spaces being stretchy and the stretchy glue we are using to get the alignment right getting also applied to spaces. Maybe? |
Found it. Patch coming soon. |
The title says it all, I think. They used to be aligned in previous versions.
The text was updated successfully, but these errors were encountered: