https://github.com/gigio1023/latex-resume-and-cv
LaTex Resume and CV
https://github.com/gigio1023/latex-resume-and-cv
Last synced: 3 months ago
JSON representation
LaTex Resume and CV
- Host: GitHub
- URL: https://github.com/gigio1023/latex-resume-and-cv
- Owner: gigio1023
- Created: 2021-12-30T15:17:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T08:44:56.000Z (about 3 years ago)
- Last Synced: 2025-03-12T17:43:43.164Z (3 months ago)
- Language: TeX
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTex-Resume-and-CV
LaTex Resume and CV# Requirements on VSCode
- LaTex Workshop Extension
- TexLive from [Link](https://www.tug.org/texlive/)
- Restart system# How To Use
## pdfTex
Just save tex file. LaTex Workshop will generate pdf file.
## XeLaTex
1. File -> Preference -> Search LaTex Workshop -> Press "Edit in settings.json"
2. Append the code below.
3. From Command Palette, Search "LaTex Workshop: Build with recipe".
4. Select "xelatex".
```json
{
"latex-workshop.latex.recipes":[
{
"name": "xelatex",
"tools": [
"xelatex"
]
}
],
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
}
]
}
```# My Resume & CV
## Div2
[CV PDF file](Div2/main.pdf)
- Update
- 2021.12.31: Fix all syntax error.
- Reference: [Link](https://www.overleaf.com/latex/templates/resume-template/gxymbfbhdjwk)## PlushCV
[CV PDF file](PlushCV/PlushCV.pdf)
- Reference: [Link]()# Good To Use
- [fontawesome LaTex code](https://mirror.kakao.com/CTAN/fonts/fontawesome/doc/fontawesome.pdf)