Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leungll/bytedance-letter-template
Made with LaTex. ByteDance's recommendation letter template. In addition, you can adapt it into a recommendation letter template for other companies, such as Tencent, Alibaba, Pinduoduo, Meituan, etc.
https://github.com/leungll/bytedance-letter-template
bytedance latex latex-template letter-template recommendation-letter
Last synced: 3 months ago
JSON representation
Made with LaTex. ByteDance's recommendation letter template. In addition, you can adapt it into a recommendation letter template for other companies, such as Tencent, Alibaba, Pinduoduo, Meituan, etc.
- Host: GitHub
- URL: https://github.com/leungll/bytedance-letter-template
- Owner: leungll
- License: apache-2.0
- Created: 2024-05-19T08:58:49.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-26T09:25:30.000Z (7 months ago)
- Last Synced: 2024-10-11T21:03:51.633Z (3 months ago)
- Topics: bytedance, latex, latex-template, letter-template, recommendation-letter
- Language: TeX
- Homepage:
- Size: 1.92 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ByteDance-Letter-Template
- **ByteDance's recommendation letter template**.
- **Language**: [English](README.md), [简体中文](README_zh.md).![Author](https://img.shields.io/badge/Author-Lili_Liang-red)
![GitHub last commit](https://img.shields.io/github/last-commit/leungll/ByteDance-Letter-Template?color=yellow)
![GitHub repo size](https://img.shields.io/github/repo-size/leungll/ByteDance-Letter-Template)
![Static Badge](https://img.shields.io/badge/language-latex-orange)
![GitHub License](https://img.shields.io/github/license/leungll/ByteDance-Letter-Template?color=green)## Introduction
When applying for graduate/doctoral studies, if we are doing an internship or working full-time in industry, we usually need a letter of recommendation from our supervisor. In my experience, companies rarely provide formal letter templates for study abroad applications, and applicants or recommenders usually make them themselves.Therefore, I open-sourced the project [ByteDance-Letter-Template](https://github.com/leungll/ByteDance-Letter-Template) which is suitable for most companies, taking **ByteDance** as an example. In addition, you can adapt it into a recommendation letter template for other companies, such as Tencent, Alibaba, Pinduoduo, Meituan, etc.
## Demo
![ByteDance-Letter](https://cdn.jsdelivr.net/gh/leungll/MyImgHosting/img/ByteDance-Letter.png) | ![Tencent-Letter](https://cdn.jsdelivr.net/gh/leungll/MyImgHosting/img/Tencent-Letter.png) | ![Meituan-Letter](https://cdn.jsdelivr.net/gh/leungll/MyImgHosting/img/Meituan-Letter.png)
---|---|---## Features
- **You DO NOT NEED to know too much [Latex](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes) syntax to use it**.
- Support online compilation using [Overleaf](https://www.overleaf.com/latex/templates/bytedance-letter-template/pfspzqjqjrhm), without the need to install the [TexLive](https://tug.org/texlive) environment locally.
- A simple template that can be further customized or extended.
- Separate the letter's main content from the template frame.
- Support adding hyperlinks in generated PDF, such as email or url.
- Support for footnote markers.## File layout
```
.
├── LICENSE \\ repo license
├── README.md \\ readme in English
├── README_zh.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
│ ├── Alibaba_Logo.png
│ ├── ByteDance_Logo.png
│ ├── ByteDance_Logo_Bg.png
│ ├── Meituan_Logo.png
│ ├── Pinduoduo_Logo.png
│ ├── Tencent_Logo.png
│ └── signature.png
└── sample \\ sample
├── ByteDance.png
├── Meituan.png
└── Tencent.png
```## Usage
### `main.tex`
- Change the address of the letter
```
\hphantom{AA}Block B, Building T2 \\ % Change your address
\hphantom{AA}School of Information Science and Technology \\
\hphantom{AA}Shenzhen Bay Innovation Technology Center \\
\hphantom{AA}3156 Keyuan South Road, Nanshan District \\
\hphantom{AA}Shenzhen, P. R. China, 518054 \\
```- Change the signature of the letter
```
Sincerely yours,\includegraphics[width=2in]{pic/signature.png} % Please sign your name
xxx, Tech Lead Manager \\ % Change your personal information
Department of Product RD and Infrastructure \\
ByteDance \\
Phone: (86) 10-xxxx-xxx \\
Email: \href{mailto:[email protected]}{[email protected]} \\
Website: \url{https://www.bytedance.com/en} \\
```- Change the logo of the letter
```
pic/ByteDance_Logo_Bg.png % you may need to adjust the transparency of your picture.
pic/ByteDance_Logo.png
```### `letterContent.tex`
> Main content of the letter.
- Edit your content.
- Note the use of `\\` for line breaks.## How to compile
### Method 1: Online Compilation
- Open [Overleaf](https://www.overleaf.com/latex/templates/bytedance-letter-template/pfspzqjqjrhm) link
- `Open as Template`
- Edit your content
- Compile
- Download PDF### Method 2: Local Compilation
- Install the Tex local environment: https://www.latex-project.org/get
- Download this repo: `git clone https://github.com/leungll/ByteDance-Letter-Template.git`
- Run: `pdflatex main`## Reference
- [THU Letter of Recommendation Template](https://www.overleaf.com/latex/templates/thu-letter-of-recommendation-template/ghjfgfhykprk)
- [Learn LaTeX in 30 minutes](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes)---
**This project needs a star ⭐ from you ❤️.**