forked from daisy/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Change text about notes placement in generated content if notes use fallback mechanism #99
Labels
Comments
Fixed. |
Now it works. Just a little detail to be fixed. The notes miss a headline when using fallback mechanisme.
Not like this
|
Works. |
bertfrees
added a commit
that referenced
this issue
Oct 9, 2019
* Allow evaluation of "$volume" in volume transitions and in normal flow * Allow <evaluate expression="$page"/> i.e. don't require the variable to be wrapped in a "(round ...)" or "(format {0} ...)" Better would be to completely remove ExpressionTools and resolve variables in ExpressionImpl. * Don't collect id-to-volume mapping until pages have come out of SheetDataSource Initially, for pages in the volume body, the id-to-volume mapping was done in VolumeProvider, but since the previous commit it was done also in PageSequenceBuilder#nextPage, so in two places. For pages in pre-/post-content, the id-to-volume mapping was only done in PageSequenceBuilder#nextPage. This commit moves the logic to one place, in VolumeProvider. Apart from simplifying the code, this also fixes an issue in the regression test suite. I have no proper explanation for it. * In VolumeProvider align nextBodyContents and updateVolumeContents methods more * Be more strict about what is allowed in an expression For example, don't allow "$foo" when the variable "foo" is not declared. * Don't normalize space in evaluate expressions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
depends on: brailleapps/dotify#200
see also: #26
The text was updated successfully, but these errors were encountered: