Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文章中的同一页内连续插入多个figure时编译结果异常 #253

Closed
RookieLCode opened this issue May 1, 2020 · 1 comment
Closed

Comments

@RookieLCode
Copy link

检查

  • [check] 已经阅读《研究生学位论文撰写手册》或《关于本科毕业论文(设计)格式和统一封面的通知》
  • [check] 已经将模板升级到了最新版
  • [check] 已经阅读使用说明文档 ustcthesis.pdf
  • [check] 已经阅读 常见问题

编译环境

  • 编译的系统:Windows 10
  • TeX 发行版:TeX Live 2019 / TeX Live 2020
  • 模板类型:doctor

描述问题

在文章中的同一页内连续插入多个figure时(包括使用subcaption宏包插入多个figure),只有第一个figure的效果是正常的,其它均会出现线条粗细变化、文字粗细变换的情况。
注:Figure均使用visio绘制并保存为pdf。

截图:
image
image
test1.pdf
test.pdf

复现上述问题的代码:

\documentclass[degree=doctor]{ustcthesis}
\begin{document}
\clearpage
\begin{figure}
    \centering
    \includegraphics[width=0.75\textwidth]{test.pdf}
    \caption{正常图像}
\end{figure}
\begin{figure}
    \centering
    \includegraphics[width=0.75\textwidth]{test.pdf}
    \caption{图像中线条与边框变细}
\end{figure}
\clearpage
\begin{figure}
    \centering
    \includegraphics[width=0.75\textwidth]{test1.pdf}
    \caption{将原始图像中的线条加粗后得到的正常图像}
\end{figure}
\begin{figure}
    \centering
    \includegraphics[width=0.75\textwidth]{test1.pdf}
    \caption{图像中文字变粗}
\end{figure}
\end{document}
@RookieLCode
Copy link
Author

Update: 文字变粗的问题可以通过issue #192 中方法,即插入{\color{white}.}解决。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants