-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels