We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编译的系统:Windows 10 TeX 发行版:TeX Live 2020 模板版本:v7.2.1 模板类型:master
《研究生学位论文写作指南》第 12 页要求 图题“段前空 6 磅,段后空 12 磅” 而模板编译的结果是
浮动为 [h] 的图片,图题与正文的间距明显大于 12 磅;浮动为 [t] 的图片,图题与正文的间距略微大于 12 磅。
截图:
复现上述问题的代码:
% !TeX root = ../thuthesis-example.tex \chapter{图表示例} \section{插图} 图片通常在 \env{figure} 环境中使用 \cs{includegraphics} 插入,如图~\ref{fig:example} 的源代码。 建议矢量图片使用 PDF 格式,比如数据可视化的绘图; 照片应使用 JPG 格式; 其他的栅格图应使用无损的 PNG 格式。 注意,LaTeX 不支持 TIFF 格式;EPS 格式已经过时。 若图或表中有附注,采用英文小写字母顺序编号,附注写在图或表的下方。 % LaTeX 传统上一般将附注的内容同图表的标题写在一起,形成很长的一段文字。 图片通常在 \env{figure} 环境中使用 \cs{includegraphics} 插入,如图~\ref{fig:example} 的源代码。 建议矢量图片使用 PDF 格式,比如数据可视化的绘图; 照片应使用 JPG 格式; 其他的栅格图应使用无损的 PNG 格式。 注意,LaTeX 不支持 TIFF 格式;EPS 格式已经过时。 图片通常在 \env{figure} 环境中使用 \cs{includegraphics} 插入,如图~\ref{fig:example} 的源代码。 建议矢量图片使用 PDF 格式,比如数据可视化的绘图; 照片应使用 JPG 格式; 其他的栅格图应使用无损的 PNG 格式。 注意,LaTeX 不支持 TIFF 格式;EPS 格式已经过时。 填充文字。填充文字。填充文字。填充文字。填充文字。 \begin{figure}[h] \centering \includegraphics[width=0.6\linewidth]{example-image-a.pdf} \caption{示例图片} \label{fig:example1} \end{figure} \begin{figure}[t] \centering \includegraphics[width=0.6\linewidth]{example-image-a.pdf} \caption{示例图片} \label{fig:example} \end{figure} 图片通常在 \env{figure} 环境中使用 \cs{includegraphics} 插入,如图~\ref{fig:example} 的源代码。 建议矢量图片使用 PDF 格式,比如数据可视化的绘图; 照片应使用 JPG 格式; 其他的栅格图应使用无损的 PNG 格式。 注意,LaTeX 不支持 TIFF 格式;EPS 格式已经过时。 图片通常在 \env{figure} 环境中使用 \cs{includegraphics} 插入,如图~\ref{fig:example} 的源代码。 建议矢量图片使用 PDF 格式,比如数据可视化的绘图; 照片应使用 JPG 格式; 其他的栅格图应使用无损的 PNG 格式。 注意,LaTeX 不支持 TIFF 格式;EPS 格式已经过时。
The text was updated successfully, but these errors were encountered:
这有一种没什么道理但确实奏效(目测误差 2 磅以内)的改法,仅供参考:
https://github.com/yuantailing/thuthesis/commit/420eecc1c66f3470cc490ac5e4fee5484f844712
Sorry, something went wrong.
参考 #614 (comment) 。
我在 4e80821 中修复了这个问题,效果如下。
No branches or pull requests
编译环境
编译的系统:Windows 10
TeX 发行版:TeX Live 2020
模板版本:v7.2.1
模板类型:master
描述问题
《研究生学位论文写作指南》第 12 页要求 图题“段前空 6 磅,段后空 12 磅” 而模板编译的结果是
浮动为 [h] 的图片,图题与正文的间距明显大于 12 磅;浮动为 [t] 的图片,图题与正文的间距略微大于 12 磅。
截图:
复现上述问题的代码:
The text was updated successfully, but these errors were encountered: