├── .gitignore ├── Build └── YM-CV.pdf ├── LICENSE ├── Picture ├── GUET-LOGO.pdf ├── HUC-LOGO.pdf └── Photo.jpg ├── README.md ├── YM-CV-Style.sty └── YM-CV.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/.gitignore -------------------------------------------------------------------------------- /Build/YM-CV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/Build/YM-CV.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/LICENSE -------------------------------------------------------------------------------- /Picture/GUET-LOGO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/Picture/GUET-LOGO.pdf -------------------------------------------------------------------------------- /Picture/HUC-LOGO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/Picture/HUC-LOGO.pdf -------------------------------------------------------------------------------- /Picture/Photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/Picture/Photo.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/README.md -------------------------------------------------------------------------------- /YM-CV-Style.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/YM-CV-Style.sty -------------------------------------------------------------------------------- /YM-CV.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanMing-lxb/YM-CV-Template/HEAD/YM-CV.tex --------------------------------------------------------------------------------