Giter Site home page Giter Site logo

single-page-resume's Introduction

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}

single-page-resume's People

Contributors

greenmoon55 avatar sb2nov avatar selain avatar victor-tripplus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

single-page-resume's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.