tuna / thuthesis

LaTeX Thesis Template for Tsinghua University
https://www.ctan.org/pkg/thuthesis
LaTeX Project Public License v1.3c
4.52k stars 1.07k forks source link

修正目录中顶格标题的断行问题 #966

Closed zepinglee closed 2 months ago

zepinglee commented 2 months ago

修复 #963。

复现问题:

\documentclass[degree=doctor]{thuthesis}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{不同时间窗口下行为变量对最低绩点回归的 Wald 检验结果-高学业风险}
\chapter{不同时间窗口下行为变量对最低绩点回归的 Wald 检验结果-高学业风}
\end{document}
Screenshot 2024-07-02 at 18 35 22
zepinglee commented 2 months ago

@SaYa-t 这样的效果可以吗?

SaYa-t commented 2 months ago

@zepinglee 我替换了dtx文件后重新生成了一下,效果还是这样 image 要不你试试页码设置为三位数以上再看看能不能实现自动换行

zepinglee commented 2 months ago

@zepinglee 我替换了dtx文件后重新生成了一下,效果还是这样 image 要不你试试页码设置为三位数以上再看看能不能实现自动换行

编译 thuthesis.ins 生成 thuthesis.cls

zepinglee commented 2 months ago

测试了一下表格标题,也没有问题。

\documentclass[degree=doctor]{thuthesis}
\begin{document}
\frontmatter
\listoftables
\mainmatter
\setcounter{chapter}{7}
\setcounter{table}{4}
\setcounter{page}{178}
\begin{table}
  \caption{不同时间窗口下行为变量对最低绩点回归的 Wald 检验结果-高学业}
\end{table}
\begin{table}
  \caption{不同时间窗口下行为变量对最低绩点回归的 Wald 检验结果-高学业风}
\end{table}
\begin{table}
  \caption{不同时间窗口下行为变量对最低绩点回归的 Wald 检验结果-高学业风险}
\end{table}
\end{document}
Screenshot 2024-07-02 at 19 40 29
SaYa-t commented 2 months ago

编译后没有问题了