NWPUMetaphysicsOffice / Yet-Another-LaTeX-Template-for-NPU-Thesis

西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
https://nwpumetaphysicsoffice.github.io/Yet-Another-LaTeX-Template-for-NPU-Thesis/
GNU General Public License v3.0
382 stars 96 forks source link

[Suggestion]是否考虑控制默认的矩阵行的高度 #112

Open Alex-Beng opened 11 months ago

Alex-Beng commented 11 months ago

欢迎您对Yet Another LaTeX Template for NPU Thesis提出建议,非常感谢您对本项目的贡献! 在留下您的建议时,辛苦您同步提供如下信息:

  1. 代码版本(Code version)(留空则默认最新):
  2. 操作系统 (OS):
  3. Tex Live版本,其他Tex版本也请注明 (Version of Tex Live or other Tex distribution):
  4. Tex 编译器 (Tex compiler, eg. XeTeX):

你的建议是否和一个已知问题有关 (Is your feature request related to a problem? Please describe.) 简洁、精准的概括您的问题(A clear and concise description of what the problem is. Ex. I'm always frustrated when [...])

模板默认的矩阵及缩放至行高度至默认一半的矩阵的tex代码:

\begin{equation}
    v = \underbrace{ 
        \begin{bmatrix} 
            \hat{n} & \hat{t} & \hat{b} 
        \end{bmatrix}^T
        }_{C^T} \Delta v
\end{equation}

\renewcommand{\arraystretch}{0.5}

\begin{equation}
    v = \underbrace{ 
        \begin{bmatrix} 
            \hat{n} & \hat{t} & \hat{b} 
        \end{bmatrix}^T
        }_{C^T} \Delta v
\end{equation}

编译出来的结果: image

告诉我们你想要的解决方案(Describe the solution you'd like) 简介而精准的告诉我们你想要怎么样 (A clear and concise description of what you want to happen.)

注意到这个是表格行的高度控制的,似乎更改了之后会影响表格的行高度。

告诉我们你想到的其他替代方案(Describe alternatives you've considered) 简介而精准的告诉我们其他替代方案 (A clear and concise description of any alternative solutions or features you've considered.)

但是同样的写法,在本科的模板没有这个问题,希望能与本科的保持一致

其他信息(Additional context) 添加有关这个建议的其他信息,例如截图(Add any other context or screenshots about the feature request here.)