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 ❤️.

相关推荐
英勇无比的消炎药8 小时前
TinyRobot 源码深度分析:OpenTiny 的 AI 对话组件库
前端·vue.js·github
假如让我当三天老蒯9 小时前
React基础、进阶(学习用)
前端·react.js·面试
修己xj11 小时前
Go Nav:一个简洁高效的个人/团队导航站
开源
冬奇Lab21 小时前
Skill 系列(02):Skill 安全风险——三类攻击面的实战测试
人工智能·安全·开源
冬奇Lab21 小时前
每日一个开源项目(第138篇):OpenMontage - 把 AI 编程助手变成完整的视频制作团队
人工智能·开源·claude
swipe1 天前
从 0 到 1 实现大文件上传:分片、秒传、断点续传、暂停、重试与服务端合并
前端·javascript·面试
逛逛GitHub1 天前
慢慢吃掉你的 Claude Code,在终端里养一只黑洞。
github
阳火锅1 天前
😭测试小姐姐终于不骂我了!这个提BUG神器太香了...
前端·javascript·面试
林希_Rachel_傻希希1 天前
js里面的proxy理解。以及vue3响应式数据设计底层
前端·javascript·面试
jump_jump1 天前
为了重玩金庸群侠传,我研究了一下 Ruffle 怎么复活 Flash
游戏·rust·github