预览 / Preview:
这是一个专为武汉大学师生设计的 LaTeX 投稿信(Cover Letter)模板,适用于向学术期刊投稿时使用。
WHU_CoverLetter_Template/
├── CoverLetter.tex % 主模板文件
├── CoverLetter.pdf % 编译后的 PDF 示例
├── preview-1.png % PDF 首页预览图
├── logo/
│ └── whu.png % 武汉大学校徽
├── README.md % 说明文档
└── .gitignore % Git 忽略规则
-
克隆仓库
git clone https://github.com/HuangTM23/WHU_CoverLetter_Template.git cd WHU_CoverLetter_Template -
修改个人信息
打开
CoverLetter.tex,找到导言区的变量定义部分,修改以下命令:\newcommand{\authorName}{你的姓名} \newcommand{\authorTitle}{你的头衔} \newcommand{\authorEmail}{你的邮箱} \newcommand{\authorAddress}{地址第一行} \newcommand{\authorCity}{城市、邮编} \newcommand{\authorAffiliation}{职称与单位} \newcommand{\authorDepartment}{院系}
-
修改论文信息
\newcommand{\paperTitle}{你的论文标题} \newcommand{\journalName}{目标期刊名称}
-
填写正文内容
在正文区域填写你的投稿信内容,模板中已预留背景、贡献、期刊匹配度等段落位置。
-
编译
pdflatex CoverLetter.tex
或使用
latexmk:latexmk -pdf CoverLetter.tex
将你的校徽图片放入 logo/ 文件夹,然后修改模板中的路径:
\newcommand{\logoPath}{logo/your-logo.png}MIT License - 欢迎自由使用和修改。
This is a LaTeX cover letter template designed for faculty and students at Wuhan University (WHU), suitable for manuscript submissions to academic journals.
WHU_CoverLetter_Template/
├── CoverLetter.tex % Main template file
├── CoverLetter.pdf % Compiled PDF example
├── preview-1.png % PDF first page preview
├── logo/
│ └── whu.png % WHU logo
├── README.md % Documentation
└── .gitignore % Git ignore rules
-
Clone the repository
git clone https://github.com/HuangTM23/WHU_CoverLetter_Template.git cd WHU_CoverLetter_Template -
Update personal information
Open
CoverLetter.texand modify the variable commands in the preamble:\newcommand{\authorName}{Your Name} \newcommand{\authorTitle}{Your Title} \newcommand{\authorEmail}{your.email@whu.edu.cn} \newcommand{\authorAddress}{Address Line 1} \newcommand{\authorCity}{City, Zip Code} \newcommand{\authorAffiliation}{Title and Affiliation} \newcommand{\authorDepartment}{Department}
-
Update paper information
\newcommand{\paperTitle}{Your Paper Title} \newcommand{\journalName}{Target Journal Name}
-
Write your letter body
Fill in the letter body at the marked sections. The template provides placeholders for background, contributions, and journal fit.
-
Compile
pdflatex CoverLetter.tex
Or use
latexmk:latexmk -pdf CoverLetter.tex
Place your logo in the logo/ folder and update the path:
\newcommand{\logoPath}{logo/your-logo.png}MIT License - Free to use and modify.
