Skip to content

v7.5.0 v7.5.1为什么把figures下的文件删掉了 #965

@liuyu5337

Description

@liuyu5337

提交前检查

  • 我已经充分阅读了模板文档。
  • 我的问题并非关于模板的用法(否则请前往 discussions 提出)。
  • 我已经搜索了已有的 issues 和 discussion,确认没有重复提交。

系统

macOS

TeX 发行版

TexLive 2024

TeX 编译器

XeLaTeX

版本

7.5.0 7.5.1

学位类型

master

问题描述

为什么v7.5.0和v7.5.1 把figures下的示例文件删掉了,在make的时候会报错 缺少文件。Unable to load picture or PDF file 'example-image-a.pdf'. [...[width=0.5\linewidth]{example-image-a.pdf}]。

希望后续版本更新可以不要删掉示例文件,因为还需要从其他版本把文件复制到新的版本

复现代码

\begin{figure}
  \centering
  \includegraphics[width=0.5\linewidth]{example-image-a.pdf}
  \caption*{国外的期刊习惯将图表的标题和说明文字写成一段,需要改写为标题只含图表的名称,其他说明文字以注释方式写在图表下方,或者写在正文中。}
  \caption{示例图片标题}
  \label{fig:example}
\end{figure}

编译日志

Unable to load picture or PDF file 'example-image-a.pdf'. [...[width=0.5\linewidth]{example-image-a.pdf}]
Package graphics Error: Division by 0. [...idth=0.35\linewidth]{example-image-a.pdf}}]

其他信息

No response

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