LaTeX CV Template
[This article was first published on Reimagined Invention, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I wrote my CV using \(\rm\LaTeX\). I could find that when introducing chinese characters there is a complication. You can use CJKutf8
package and compile your document using pdflatex
or you can use fontspec
package and compile your document using xelatex
.
Using pdflatex
is straightforward but without further options to allow customizations. Using xelatex
is more tricky but allows you to use OTF/TTF fonts with many possible customizations.
Please check my Github repo to see a simple example with Jackie Chan and some of his movies.
To leave a comment for the author, please follow the link and comment on their blog: Reimagined Invention.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.