tuna / thuthesis

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

对列表的编号自定义和表格内容自定义换行的支持 #793

Closed jsbyysheng closed 2 years ago

jsbyysheng commented 2 years ago

两个小建议:

  1. 增加 \usepackage[shortlabels]{enumitem} 宏包,扩展对列表的编号方式的自定义。
  2. 增加 \usepackage{tabularx} 宏包,对于表格内容过长的,实现自动换行。在proposal里对未来工作的计划安排通常是通过表格的方式展示,工作内容部分一般都会超过\textwidth

我可以编写相应的example并提交pr。

zepinglee commented 2 years ago
  1. 模板中已经调用了 enumitemhttps://github.com/tuna/thuthesis/blob/4c44459f9bc5f6f5b733f7cb2cb4e43d00b56375/thuthesis.dtx#L1753
  2. 欢迎 PR。
jsbyysheng commented 2 years ago
  1. 没注意到,抱歉。我修改了下模版,给enumitem添加了例子。
  2. 增加了tabularx以及相应的example。 Enhancements#794