Skip irrelevant initial empty pages when displaying a text.

Issue #18 resolved
Philip Burns created an issue

No description provided.

Comments (2)

  1. Craig Berry

    Resolved by:

    commit a307944acedd2e6f3b28d41bf30056e12fa22920
    Author: Craig A. Berry <craigberry@mac.com>
    Date:   Sun Apr 23 21:32:19 2017 -0500
    
        Don't display blank pages.
    
        There are a lot of blank pagse in the TCP documents, and it's
        annoying to have to navigate through them.  We now mark these as
    
          <pb type="blank">
    
        in the XML documents, so when looking for next or previous page,
        look for the next or previous non-blank page by excluding those
        with this type attribute.
    
  2. Log in to comment