LaTex 模板 - 东北师范大学申研申博推荐信

文章目录

NENU-Letter-Template

Made with LaTex. NENU's recommendation letter template.

东北师范大学推荐信模板

项目地址

GitHub: https://github.com/leungll/NENU-Letter-Template

示例

特性

  • 无需了解太多的 Latex 语法即可使用该模板
  • 支持使用 Overleaf 在线编译,无需安装 TeXLive 本地环境
  • 一个简单的模板,可进一步定制或扩展
  • 将推荐信内容和模板框架进行分离
  • 支持在生成的 PDF 中添加超链接,例如电子邮件或 URL
  • 支持添加脚注

项目结构

复制代码
.
├── LICENSE                 \\ repo license
├── README.md               \\ readme in Chinese
├── letterContent.tex       \\ main content of the letter, isolates from the template frame
├── main.pdf                \\ letter pdf generated after latex compilation
├── main.tex                \\ template frame
├── pic                     \\ folder where pictures are stored
│   ├── NENU_Logo.png
│   ├── NENU_Logo_Bg.png
│   └── signature.png
└── sample                  \\ sample
    ├── CMU.png
    └── NENU.png

如何使用

main.tex

  • 修改推荐信地址

    复制代码
    \hphantom{AA}Room xxx, Academic Building \\ % Change your address
    \hphantom{AA}School of Information Science and Technology \\
    \hphantom{AA}NorthEast Normal University \\
    \hphantom{AA}No.2555 Jingyue Street, Nanguan District \\
    \hphantom{AA}Changchun, P. R. China, 130117 \\
  • 修改推荐信落款

    复制代码
    Sincerely yours,
    
    \includegraphics[width=2in]{pic/signature.png} % Please sign your name
    
    xxx, Professor \\ % Change your personal information
    School of Information Science and Technology \\
    NorthEast Normal University \\
    Phone: (86) 10-xxxx-xxx \\ 
    Email: \href{mailto:[email protected]}{[email protected]} \\
    Website: \url{https://ai.nenu.edu.cn} \\
  • 修改推荐信 Logo

    复制代码
    pic/NENU_Logo_Bg.png % you may need to adjust the transparency of your picture.
    pic/NENU_Logo.png

letterContent.tex

此文件为推荐信的主内容

  • 编辑你的内容
  • 注意使用 \\ 进行换行

如何编译

方式 1 :在线编译

  • 打开 Overleaf 链接
  • Open as Template
  • 编辑你的内容
  • 编译
  • 下载 PDF

方式 2 :本地编译

参考


This project needs a star ⭐ from you ❤️.

相关推荐
tonngw24 分钟前
【Mac 从 0 到 1 保姆级配置教程 16】- Docker 快速安装配置、常用命令以及实际项目演示
macos·docker·容器·开源·github·docker desktop·orbstack
海码0073 小时前
【版本控制】Git 和 GitHub 入门教程
git·github
乄夜4 小时前
嵌入式面试高频(5)!!!C++语言(嵌入式八股文,嵌入式面经)
c语言·c++·单片机·嵌入式硬件·物联网·面试·职场和发展
DisonTangor5 小时前
【小红书拥抱开源】小红书开源大规模混合专家模型——dots.llm1
人工智能·计算机视觉·开源·aigc
丶Darling.6 小时前
26考研 | 王道 | 计算机组成原理 | 四、指令系统
考研·性能优化
网硕互联的小客服6 小时前
503 Service Unavailable:服务器暂时无法处理请求,可能是超载或维护中如何处理?
服务器·git·github
拉不动的猪6 小时前
安卓和ios小程序开发中的兼容性问题举例
前端·javascript·面试
且白7 小时前
vsCode使用本地低版本node启动配置文件
前端·vue.js·vscode·编辑器
维克喇叭7 小时前
vscode 离线安装第三方库跳转库
ide·vscode·编辑器