Skip to content

Commit 9452d43

Browse files
fix: 改正tabularx环境中的字号
`tabularx`基本是指定列宽的唯一选择——`tabular*`只能指定空白宽度。它由 The LaTeX Project Team 维护,也被 [Overleaf 文档](https://www.overleaf.com/learn/latex/Tables)收录了,比较著名,应当适配。
1 parent e407727 commit 9452d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bithesis.dtx

+1
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,7 @@
14891489
% preamble 中也不会有影响。
14901490
\AtBeginEnvironment{tabular}{\zihao{\l_@@_misc_tabular_font_size_tl}}
14911491
\AtBeginEnvironment{tabular*}{\zihao{\l_@@_misc_tabular_font_size_tl}}
1492+
\AtBeginEnvironment{tabularx}{\zihao{\l_@@_misc_tabular_font_size_tl}}
14921493
}
14931494
% \end{macrocode}
14941495
% \end{macro}

0 commit comments

Comments
 (0)