-
Notifications
You must be signed in to change notification settings - Fork 98
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
[Bug]: misc/tabularRowSeparation
错误地影响了矩阵
#498
Labels
🐛 bug
Something isn't working
Comments
临时解决方案回退 17398c5 。 具体来说,编辑 如果你同时要用表格,只能在每个 \begin{table}[htbp]
\linespread{1.5}
\centering
\caption{统计表}
… |
YDX-2147483647
added a commit
to YDX-2147483647/BIThesis
that referenced
this issue
May 11, 2024
This was referenced May 11, 2024
Closed
YDX-2147483647
added a commit
to YDX-2147483647/BIThesis
that referenced
this issue
May 13, 2024
YDX-2147483647
added a commit
to YDX-2147483647/BIThesis
that referenced
this issue
May 13, 2024
智谱清言如是说在LaTeX中,表格的行高是由多个因素决定的,主要包括:
在 LaTeX 中,
\documentclass{article}
\usepackage{amsmath}
\begin{document}
% 正常矩阵
\begin{equation}
\begin{pmatrix}
a & b \\
c & d
\end{pmatrix}
\end{equation}
% 调整行高的矩阵
\begin{equation}
\begin{pmatrix}
a & b \\
[1ex] % 添加了 1ex 的行间距
c & d
\end{pmatrix}
\end{equation}
\end{document} 在这个例子中,第二个矩阵的行高比第一个矩阵的要高,因为添加了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
发生了什么?
BIThesis/templates/undergraduate-thesis/main.tex
Lines 69 to 70 in 2f6bf7e
BIThesis/bithesis.dtx
Line 1636 in 2f6bf7e
\arraystretch
除了影响表格,还影响matrix
、bmatrix
等环境,导致矩阵的行间距比正文还大。你期望的结果
只改表格,不改矩阵。
问题复现的步骤(或者截图)
操作系统或平台
None
LaTeX 发行版以及发行年份
No response
BIThesis 模板
No response
日志信息(可选)
No response
The text was updated successfully, but these errors were encountered: