Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weilueluo/cv
My simple CV based on Awesome-CV
https://github.com/weilueluo/cv
awesome-cv cv github-actions latex
Last synced: about 7 hours ago
JSON representation
My simple CV based on Awesome-CV
- Host: GitHub
- URL: https://github.com/weilueluo/cv
- Owner: weilueluo
- Created: 2021-10-01T09:40:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T16:40:30.000Z (5 months ago)
- Last Synced: 2024-08-11T15:29:44.634Z (5 months ago)
- Topics: awesome-cv, cv, github-actions, latex
- Language: TeX
- Homepage:
- Size: 177 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weilue Luo's CV
## Links
> [English Version](https://github.com/Redcxx/cv/blob/master/resume.pdf) (usually more up-to-date)## Preview
![resume preview](./src/resume-0.png)## Compliation
```bash
git clone https://github.com/Redcxx/cv.git
cd cv/srcsudo apt-get update
sudo apt-get install texlive-full
sudo apt-get install texlive-fonts-extralualatex resume.tex
```### Generating available fonts
```
mtxrun --script fonts --list --all >> fonts.txt
```### GPT Prompts for translating to chinese
```
I want you to act as a an expert in latex, chinese and english, I will give you my english latex file, it may use macro/functions from another file, do not change those, instead translate the words to chinese, please remember that this a resume, your translation should written in a professional way that is appealing to recruiters
```## Contributing
Feel free to open an issue :D