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 分钟前
win/mac常用命令
windows·macos
FutureUniant32 分钟前
GitHub每日最火火火项目(9.21)
人工智能·计算机视觉·ai·github·音视频
GISer_Jing1 小时前
前端面试CSS常见题目
前端·css·面试
八了个戒2 小时前
【TypeScript入坑】什么是TypeScript?
开发语言·前端·javascript·面试·typescript
xilu05 小时前
英语: "简历" 的两种表达,CV 和 Resume 探讨
面试
zaza0_06 小时前
【github】.gitignore不能忽略一些文件的时候
github
好看资源平台6 小时前
如何从GitHub上Clone项目
github
何事驚慌7 小时前
2024/9/19、20 数学20题
考研
mingzhi617 小时前
应届生必看 | 毕业第一份工作干销售好不好?
网络·web安全·面试
serve the people8 小时前
mac 怎么查看CPU核数
macos