Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
Website:
https://github.com/zachscrivena/simple-resume-cv
Lead author:
Zach Scrivena
Compiled sample document:
CV.pdf
Sample pages (click to enlarge):
The main XeLaTeX source file is CV.tex
; the compiled document is CV.pdf
.
Instructions for compiling the document (TeX →(XeLaTeX)→ PDF):
Method 1: Use latexmk
for fully automated document generation:
latexmk -xelatex "CV.tex"
(add the -pvc
switch to automatically recompile on changes)Method 2: Use XeLaTeX
directly:
xelatex "CV.tex"
(run multiple times to resolve cross-references if needed)This is free and unencumbered software released into the public domain.For more information, please see the file LICENSE
or refer to http://unlicense.org.
Stanford-CV华人教授李飞飞写给她学生的一封信,如何做好研究以及写好PAPER,受益匪浅 转载 2014年01月20日 22:55:01 1051 0 2 李飞飞是斯坦福大学计算机视觉领域的牛人。 De-mystifying Good Research and Good Papers By Fei-Fei Li, 2009.03.01 Please remember this:
.resume( from:*, suppressEvents:Boolean ) : * 恢复播放而不改变方向(前进或后退),可选择首先跳到特定时间。 //恢复播放 myAnimation.resume(); //跳到第2秒并恢复播放 myAnimation.resume(2); //跳到第2秒并恢复播放,并且不抑制事件触发 myAnimation.resume(2, false);
.resume( from:*, suppressEvents:Boolean ) : * 恢复播放而不改变方向(前进或后退),可选择首先跳到特定时间。 //恢复播放 myAnimation.resume(); //跳到第2秒并恢复播放 myAnimation.resume(2); //跳到第2秒并恢复播放,并且不抑制事件触发 myAnimation.resume(2, false);
My Resume and LaTeX Template Weitian LI <wt@liwt.net> Introduction This repository holds my resume (Chinese and English),the resume LaTeX template,and the Font Awesome 5 LaTeX style. This template is
本小节主要总结一些技术简历相关的优质资源。具体的还可以参考前一节中 Facebook 提供的简历撰写指南,除了这些简短的资源外还强烈推荐下 Gayle 写的 The Google Resume,极其详细!干货超多! Resume Template 推荐使用 Markdown 或者 Latex 撰写简历,可以使用 sharelatex 在线写简历,从 CV or Resume 模板中挑,modern
JSON Resume Website Visit the website at https://jsonresume.org/ Development There are two ways to run this website, locally or inside a VM. Locally Dependencies: Git Debian-based OS (e.g. Ubuntu) 1.
Resume template A simple Jekyll + GitHub Pages powered resume template. Docs Running locally To test locally, run the following in your terminal: Clone repo locally bundle install bundle exec jekyll s