simple-resume-cv

授权协议 Unlicense License
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 沈华晖
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

simple-resume-cv

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):

CV-01

CV-02

CV-03

Main Features

  • Simple template that can be further customized or extended.
  • Template document contains numerous examples.
  • Direct support for TrueType (TTF) and OpenType (OTF) fonts.
  • Direct support for multilingual Unicode characters, with the appropriate fonts.
  • Hyperlinks can be included in generated PDF.

Overview

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)

License

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.

Recent Major Changes

  • Release v3.0
    • Provides better support for other packages (e.g., biblatex) by removing the use of the longtable package for layout.
    • Note that this release introduces breaking changes; documents created using earlier releases of this template will need some minor changes to compile successfully.
 相关资料
  • .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