Skip to content

[book-dp1] Chapter 7 HTML/PDF comparison issues #33

Description

@Chihiro2000GitHub

Hi @mmcky @jstac

Below are the discrepancies I found in Chapter 7 when comparing the PDF and the HTML versions.

I'd be grateful if you could take a look when you have a moment 😊

1. Figure 7.2 is not rendered correctly in the HTML

PDF: Figure 7.2 displays two panels, showing the convex and concave cases in Du’s theorem. The axes, 45-degree lines, dashed guide lines, blue curves, points, and labels are all visible.

HTML: The corresponding figure appears to be broken. Most of the graphical elements, including the axes, lines, curves, dashed guide lines, and points, are missing. Only some labels are visible, as shown in the screenshot below:

Image

Issue: The HTML rendering of Figure 7.2 does not match the PDF. The figure should be restored so that all graphical elements are visible as in the PDF.

2. Subscripts in aggregator notation are lowercased in the HTML (Section 7.3.1.4)

PDF: In the list of common aggregators, the subscripts in the aggregator notation are uppercase:
A_MIN, A_UZAWA, A_CES, and A_ADD.

HTML: The corresponding subscripts appear in lowercase:
A_min, A_uzawa, A_ces, and A_add.

Issue: This is a minor notation difference, but the HTML notation does not match the PDF. The same lowercase rendering also appears later in the chapter.

3. Inconsistent rendering of EIS in Exercise 7.3.14

PDF: In Exercise 7.3.14, the two occurrences of EIS appear in the same style.

HTML: The first occurrence of EIS in the displayed equation appears in math style, while the later occurrence in “Confirm that EIS = ...” appears in a different, regular text style.

Issue: This is a very minor difference, but the two occurrences of EIS should probably be styled consistently, as in the PDF.

In the HTML:

Image

In the PDF:

Image

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