Skip to content

[book-dp1] Chapter 3 HTML/PDF comparison issues #28

Description

@Chihiro2000GitHub

Hi @mmcky @jstac

What follows are the differences I found between the PDF and HTML versions for Chapter 3.

For this chapter, I found relatively fewer issues to be resolved.
This might be because some of the issues we addressed in earlier chapters were not chapter-specific, so potential issues in Chapter 3 may have already been resolved as well.

I'd be grateful if you could review the following when you have a moment!

1. Listing numbering and caption-label mismatch

PDF: The listings in Chapter 3 are numbered from Listing 3.1 to Listing 3.5.
HTML: The corresponding listings are numbered as Listing 1 through Listing 5, so the chapter-based numbering appears to be missing.
Issue: The HTML numbering does not match the PDF numbering format. In addition, the HTML captions use Program rather than Listing, whereas the PDF uses Listing. This is connected to the issue noted in item 5 of the Chapter 1 issue: #26 (comment)

2. PDF-specific page references remain in the HTML

PDF: In the proof of Lemma 3.2.1, the text reads Applying the Neumann series lemma (p. 18) ....

HTML: The corresponding text reads Applying the Neumann series lemma (p. ) ....

Issue: My understanding is that page references such as (p. 18) are PDF-specific and should generally be removed entirely in the HTML version. In this case, the page reference still appears in the HTML, although the page number itself has been removed.

I searched for similar cases across the Volume I chapters I am responsible for, and found the following additional instances:

  • Chapter 7, immediately after equation (7.2):
    we can use Du’s theorem to establish the next result (which generalizes Lemma 6.1.4 on page ).

  • Chapter 9, proof of Proposition 9.2.3:
    By the Knaster–Tarski theorem (p. ), ...

These appear to be the same type of issue and should probably be removed as well.

Additional note

I also noticed that the font used for D(X) differs between the PDF and HTML versions. However, my understanding is that this kind of PDF/HTML font difference has been treated as an accepted limitation, as discussed here:
#24 (comment)

So I am not treating this as something that needs to be changed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions