Code Monkey home page Code Monkey logo

mycv's Introduction

myCV 中文简历 LaTeX模板

主要参考:

billryan的 一个简洁优雅的XeLaTeX简历模板基础上修改而来,删掉了大部分宏,只保留section定义,从而去掉cls文件,整合到一个tex文件内,严格来讲并不能算是一个模板,但是简历通常只有一两页,反而有时候在一个tex文件修改起来更方便。

简历外观主要参考WonderCV 学生求职模板,结合billryan模板使用了主题颜色的Font Awesome Icons。按照知乎上关于简历字体的问答,字体和颜色都不超过两种,中文字体使用方正兰亭黑,数字和西文字体使用Helvetica,字体版权原因,这里文件夹Font下是空的,需要自己下载或安装字体,建议使用正版授权的字体;也可以尝试其它字体效果。

无照片 myCV.tex

源文件 myCV.tex

使用xelatex编译

xelatex myCV.tex

或者利用makefile

make myCV

截图如下

无照片截图

有照片 myCV-Photo.tex

源文件 myCV-Photo.tex,利用tikz来插入照片,同时也加入了学校Logo和脚注信息栏,简历正文文字内容与无照片一模一样,只是额外增加三个tikz node,如果想去掉可以屏蔽掉相应语句。由于使用tikz来放置图片,需要多次运行xelatex编译

xelatex myCV-Photo.tex
xelatex myCV-Photo.tex
xelatex myCV-Photo.tex

或者利用makefile

make myCV-Photo

截图如下:

有照片截图

License

billryan/resume一样吧,

The MIT License (MIT)

mycv's People

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.