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:xxx@nenu.edu.cn}{xxx@nenu.edu.cn} \\
    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 ❤️.

相关推荐
疯笔码良10 小时前
【Flutter】flutter安装并在Xcode上应用
flutter·macos·xcode
2501_9151063210 小时前
iOS 26 APP 性能测试实战攻略:多工具组合辅助方案
android·macos·ios·小程序·uni-app·cocoa·iphone
怪兽201411 小时前
什么是 Redis?
java·数据库·redis·缓存·面试
Dream it possible!11 小时前
LeetCode 面试经典 150_栈_有效的括号(52_20_C++_简单)(栈+哈希表)
c++·leetcode·面试··哈希表
怪兽201412 小时前
IntentService 的应用场景和使用方式?
android·面试
LXA080912 小时前
VSCode 常用插件全面详解
ide·vscode·编辑器
xingxing_F13 小时前
PDF Protector for mac PDF文档加密解密工具
macos·pdf
编程岁月14 小时前
java面试-0141-java反射?优缺点?场景?原理?Class.forName和ClassLoader区别?
java·开发语言·面试
lcz-200014 小时前
MacOS 安装器安装,正在等待其他安装完成
macos