Skip to content
Snippets Groups Projects
Commit 191adc2a authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

refactor: 优化封面标题的断行方式 (#121)

- 提供修改长度的接口
parent 4f881827
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,13 @@
### 新增
- 提供修改固定文本的接口 - [#111]
- 提供修改长度值的接口 - [#121]
- 提供研究生的学位论文出版授权书 - [#116]
### 优化
- 优化封面标题的断行方式 - [#121]
### 杂项
- 说明手册中补充扫描声明页的插入方法 - [#96]
......@@ -311,6 +316,7 @@
[#111]: https://github.com/nju-lug/NJUThesis/issues/111
[#116]: https://github.com/nju-lug/NJUThesis/issues/116
[#119]: https://github.com/nju-lug/NJUThesis/issues/119
[#121]: https://github.com/nju-lug/NJUThesis/issues/121
[更新日志]: https://keepachangelog.com/zh-CN/1.0.0/
[语义化版本]: https://semver.org/lang/zh-CN/
......
......@@ -241,10 +241,13 @@
% 在导言区随意定制所需命令
% https://tex.stackexchange.com/questions/33264/span-as-a-math-operator
\DeclareMathOperator{\spn}{span}
\renewcommand{\vec}[1]{\mathbf{#1}}
% \DeclareMathOperator{\spn}{span}
% \renewcommand{\vec}[1]{\mathbf{#1}}
% \NewDocumentCommand\mathbi{m}{\textbf{\em #1}}
% 一些灵活调整
% \njusetname{notation}{术语表} % 更改符号表名称
% \njusetlength{coveruline}{330pt} % 加长封面页下划线
% 开始编写论文
\begin{document}
......@@ -291,7 +294,7 @@
% 带星号的符号表(notation*)不会插入目录
\begin{notation}[10cm]
\item[DFT] 密度泛函理论 (Density functional theory)
\item[DMRG] 密度矩阵重化群 (Density-Matrix Reformation-Group)
\item[DMRG] 密度矩阵重化群 (Density-Matrix Reformation-Group)
\end{notation}
% 建议将论文内容拆分为多个文件
......@@ -305,7 +308,7 @@
\section{tDMRG}
矩阵乘积态也被用于含时薛定谔方程的求解,形成了含时密度矩阵重化群方法\cite{schollwock2011}
矩阵乘积态也被用于含时薛定谔方程的求解,形成了含时密度矩阵重化群方法\cite{schollwock2011}
%---------------------------------------------------------------------
% 参考文献
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment