Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

武汉大学投稿信模板 / WHU Cover Letter Template

English | 中文

预览 / Preview:

Cover Letter Preview


中文

简介

这是一个专为武汉大学师生设计的 LaTeX 投稿信(Cover Letter)模板,适用于向学术期刊投稿时使用。

文件结构

WHU_CoverLetter_Template/
├── CoverLetter.tex      % 主模板文件
├── CoverLetter.pdf      % 编译后的 PDF 示例
├── preview-1.png        % PDF 首页预览图
├── logo/
│   └── whu.png          % 武汉大学校徽
├── README.md            % 说明文档
└── .gitignore           % Git 忽略规则

快速开始

  1. 克隆仓库

    git clone https://github.com/HuangTM23/WHU_CoverLetter_Template.git
    cd WHU_CoverLetter_Template
  2. 修改个人信息

    打开 CoverLetter.tex,找到导言区的变量定义部分,修改以下命令:

    \newcommand{\authorName}{你的姓名}
    \newcommand{\authorTitle}{你的头衔}
    \newcommand{\authorEmail}{你的邮箱}
    \newcommand{\authorAddress}{地址第一行}
    \newcommand{\authorCity}{城市、邮编}
    \newcommand{\authorAffiliation}{职称与单位}
    \newcommand{\authorDepartment}{院系}
  3. 修改论文信息

    \newcommand{\paperTitle}{你的论文标题}
    \newcommand{\journalName}{目标期刊名称}
  4. 填写正文内容

    在正文区域填写你的投稿信内容,模板中已预留背景、贡献、期刊匹配度等段落位置。

  5. 编译

    pdflatex CoverLetter.tex

    或使用 latexmk

    latexmk -pdf CoverLetter.tex

自定义校徽

将你的校徽图片放入 logo/ 文件夹,然后修改模板中的路径:

\newcommand{\logoPath}{logo/your-logo.png}

License

MIT License - 欢迎自由使用和修改。


English

Introduction

This is a LaTeX cover letter template designed for faculty and students at Wuhan University (WHU), suitable for manuscript submissions to academic journals.

File Structure

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

Quick Start

  1. Clone the repository

    git clone https://github.com/HuangTM23/WHU_CoverLetter_Template.git
    cd WHU_CoverLetter_Template
  2. Update personal information

    Open CoverLetter.tex and 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}
  3. Update paper information

    \newcommand{\paperTitle}{Your Paper Title}
    \newcommand{\journalName}{Target Journal Name}
  4. Write your letter body

    Fill in the letter body at the marked sections. The template provides placeholders for background, contributions, and journal fit.

  5. Compile

    pdflatex CoverLetter.tex

    Or use latexmk:

    latexmk -pdf CoverLetter.tex

Custom Logo

Place your logo in the logo/ folder and update the path:

\newcommand{\logoPath}{logo/your-logo.png}

License

MIT License - Free to use and modify.

About

WHU Cover Letter Template 武汉大学投稿coverletter

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages