ladykiki / single-page-resume

Software developer resume in Latex

Home Page:http://sourabhbajaj.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork from sb2nov/resume. The template format was modified according to my personal needs. Feel free to reuse this format if it fits you. If you are looking for the orginal copy with elegant design, please visit sb2nov/resume.

Setup and Compilation (on Windows)

To compile this template on Windows, it is recommended to install MiKTex.

Then simply do

pdflatex resume.tex

The compilation process might notify necessary installation of additional packages. Just click install and let it perform automatically. If the process stops somewhere on the command line, just press Enter to continue. The result will be resume.pdf, which is a PDF version of your resume.

中文版本 (zh_TW, zh_CN Chinese Version)

如果需要在 resume 中使用中文, 請改用 resume_zhTW.tex 版模.

版模中採用 CJKutf8 套件. 所有內容中都可以使用中文. 如果需要更改字體, 請找到以下

\begin{document}
\begin{CJK}{UTF8}{bkai}

修改其中的 bkai (楷體), 改用其他在你的 LaTeX 環境中可用字體, 例如 bsmi (細明體).

編譯時執行

pdflatex resume_zhTW.tex

產出的檔案則為 resume_zhTW.pdf

如果需要使用簡體 (zh_CN) 輸入內容, 只要把 bkai 改為 gbsn 就可以. CJKutf8 套件本身就繁簡相容. 而如果需要繁簡夾雜, 則需要在內容中交替巢狀配置, 例如:

\begin{CJK}{UTF8}{bsmi}
繁體字
\begin{CJK}{UTF8}{gbsn}
簡體字
\end{CJK}
\end{CJK}

About

Software developer resume in Latex

http://sourabhbajaj.com

License:MIT License


Languages

Language:TeX 100.0%