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

Blank braille page at the start of the content #43

Open
dkager opened this issue Jun 6, 2016 · 4 comments
Open

Blank braille page at the start of the content #43

dkager opened this issue Jun 6, 2016 · 4 comments
Labels

Comments

@dkager
Copy link
Contributor

dkager commented Jun 6, 2016

The content of the print book in the first braille volume starts with a blank braille page. Example:

         <section>
            <page>
               <row>⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠼⠁</row>
            </page>
            <page>
...

This appears to happen only in the first volume. It is not expected behavior, see the unit tests for add-boilerplate.

@dkager dkager added the bug label Jun 6, 2016
@dkager
Copy link
Contributor Author

dkager commented Jun 6, 2016

With my updated CSS (to be pushed shortly) I get another inconsistency, possibly related:

            <page>
               <row>⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠼⠁</row>
               <row>⠼⠃⠊⠑⠑⠊⠉</row>
               <row/>
               (more of the title page)
               <row/>
               <row>⠨⠙⠑⠙⠊⠉⠕⠝</row>
               <row>⠨⠃⠁⠝⠙⠀⠼⠁⠀⠦⠞⠕⠞⠁⠁⠇⠀⠼⠃⠴</row>
            </page>
         </section>
         <section>
            <page>
               <row>⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠼⠉</row>
               <row>⠨⠊⠝⠓⠕⠥⠙⠀⠃⠁⠝⠙⠀⠼⠁</row>
               <row/>
               <row>⠨⠉⠕⠇⠕⠋⠕⠝⠀⠀⠼⠉⠀⠀⠼⠉</row>
               (the rest of the TOC)
               ...

Where did braille page 2 of the braille book's frontmatter go?

@dkager
Copy link
Contributor Author

dkager commented Jun 9, 2016

Re last comment: Bert explained that this is a Dotify limitation. A TOC always starts a new section, and a new section always starts on a new sheet. It worked previously with the document-level TOC because of a work-around. That can't be applied to a volume-level TOC because if the volume-level TOC is empty the work-around would cause the title page to be omitted.

This leaves the extra blank page at the start of the braille book's actual content, which is undesired.

@bertfrees
Copy link
Member

See for example commit daisy/pipeline-mod-braille@95f54b6

@bertfrees
Copy link
Member

And see issue braillespecs/obfl#48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants