carry 7c3aa12cd4 refactor: 将个人信息提取到配置文件中以提高可维护性
将论文中的个人信息(如姓名、学号、专业等)提取到单独的配置文件 `config.tex` 中,并在相关文件中引用这些配置。这样可以减少重复代码,便于统一修改和维护。
2025-04-30 00:39:31 +08:00

8 lines
362 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% 个人信息配置
\newcommand{\studentname}{张三}
\newcommand{\studentid}{20210001}
\newcommand{\classname}{计科211}
\newcommand{\department}{计算机科学与网络工程学院}
\newcommand{\major}{计算机科学与技术}
\newcommand{\adviser}{李四教授}
\newcommand{\thesistitle}{基于文档驱动的自适应编码大模型微调框架}