Skip to content

Images missing in some files #1

@RalXYZ

Description

@RalXYZ

Problem Description

A considerable amount of images are missing in PCS计算机系统原理/计算机系统原理Review-new.pdf. For an example, the images between number 45 and number 58 are all missing.
This issue does not occur in the markdown version of the same document (which is seemingly exported by Typora). It seems like that some glitches happened when you convert the markdown file to LaTeX file.

Possible Solution and Suggestion

In the corresponding markdown file, it seems like you used \ instead of / as the separator of directory. In other words, maybe changing from

<img src=".\计算机系统原理Review.assets\image-20200808183928282.png">

to

<img src="计算机系统原理Review.assets/image-20200808183928282.png">

can fix this.

If you choose not to fix this issue, I suggest you git rm the PDF exported by LaTeX, because it is almost useless without images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions