Skip to content

[book-dp1] Chapter 8 HTML/PDF comparison issues #34

Description

@Chihiro2000GitHub

Hi @mmcky @jstac

Below are the differences I found between the PDF and the HTML in Chapter 8.

1. Double parentheses in equation references in the proof of Proposition 8.2.3

PDF: In the proof of Proposition 8.2.3, equation references appear with a single pair of parentheses, such as (8.28), (8.29), (8.30), and (8.31).

HTML: In the corresponding proof block, the same equation references appear with double parentheses, such as ((8.28)), ((8.29)), ((8.30)), and ((8.31)).

Issue: This appears to be a cross-reference rendering issue. The HTML should probably match the PDF and use a single pair of parentheses for these equation references.

2. Lettered condition labels rendered as bullet points in Section 8.3.2.1

PDF: In Section 8.3.2.1, the four assumptions are listed with lettered labels (a), (b), (c), and (d). The following paragraph then refers to them as “Condition (a)”, “Conditions (b) and (c)”, and “Condition (d)”.

HTML: In the corresponding part of the HTML, the four assumptions are rendered as ordinary bullet points rather than as (a)–(d).

Issue: Since the following text refers explicitly to Conditions (a)–(d), the HTML should preserve the lettered labels used in the PDF.

Additional note

This is not a major discrepancy between the PDF and the HTML, but I noticed that the equation number for (8.50) appears slightly lower than equation numbers usually do in the HTML, as shown below. The formula itself is still readable, so this may be only a minor layout issue, but it might be worth checking whether something unusual is happening in the rendering of this equation.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions