resume

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

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 based on theYACC: Another Awesome CVby Christophe Roger, which is further based on thePlasmati Graduate CVby Alessandro Plasmati.

Usage

  1. Install XeLaTeX, latexmk, GNU Make, and GhostScript packages;
  2. Install Font Awesome 5 andother required fonts;
  3. Replace resume-zh.tex and resume-en.tex with your versions;
  4. Compile to PDFs with a simple make :-)

NOTE:The TEXINPUTS environment variable is set in the Makefileso that XeLaTeX can find the resume.cls template and fontawesome5.stypackage. If you don't or can't use this Makefile, e.g., on Windows,then you need to appropriately configure your environment.

NOTE:I use Windows only a bit, so I don't have a guide to use this template onWindows. I'm glad to accept suggestions and updates.

Font Awesome 5

I wrote a simple tool make-fontawesome5.py,which will download the latest icon list from theFont Awesome projectand then generate the LaTeX style file for using the latestFont Awesome 5 fonts (the free edition) in LaTeX.

This Python script requires the PyYAMLpackage, which can be installed with pip3 install --user PyYAMLor sudo apt install python3-yaml.

A pre-generated style file fontawesome5.sty(matches Font Awesome v5.13.1) is also provided.

The Font Awesome fonts are designed by theFont Awesome projectand can be obtained from here.NOTE:All the following 3 fonts should be installed into the system:

  • Font Awesome 5 Free(generic icons in regular style, much less than the solid style)
  • Font Awesome 5 Free Solid(generic icons in solid style)
  • Font Awesome 5 Free Brands(various brand icons)

i.e., the following 3 OTF files are needed:

  • Font Awesome 5 Free-Regular-400.otf
  • Font Awesome 5 Free-Solid-900.otf
  • Font Awesome 5 Brands-Regular-400.otf

Required Fonts

Besides the Font Awesome fonts, this template also requires the followingopensource fonts:

  • IBM Plex (Serif, Mono)

    Download the OpenType.zip archive from thereleases page,and then extract the IBM-Plex-Serif and IBM-Plex-Mono directoriesand install them.

  • Source Han Serif

    The OTF font files for Simplified Chinese can be downloaded fromhere.Just download all the weight variants:ExtraLight, Light, Regular, Medium, SemiBold, Bold, Heavy.

Of course, you can use the fonts you prefer by modifying the template directly.However, you may need to tweak thecolumn width in the templateaccordingly.

Fonts Installation

On Linux systems, create a directory for each font family under~/.local/share/fonts, then copy the font files (OTF or TTF) over,then execute fc-cache -f to refresh the font cache, done.

Take the Font Awesome font family as an example:

  1. mkdir -p ~/.local/share/fonts/FontAwesome
  2. cp <font-awesome-otf-files> ~/.local/share/fonts/FontAwesome/
  3. fc-cache -fv
  4. check the fonts correctly installed: fc-list | grep 'FontAwesome'

License

 相关资料
  • 问题内容: 我有很大一部分不是循环的代码,只是发生一次但要花费一些时间的命令列表。我需要它根据更改的布尔值在任何时候暂停或终止此操作。我可以使用其他线程来挂起,恢复和停止此代码,但是不赞成使用这些方法,因此我想避免使用它们。我可以检查每行代码之间的布尔值,但我希望有一个更优雅的解决方案。有什么好方法吗? 问题答案: 自然,使用来处理中断线程的正确方法(在这种情况下,是暂停或停止线程)。它的设计目的

  • 问题内容: 我正在尝试学习如何在Java中暂停和恢复线程。我使用的是有2个按钮“开始”和“停止”。 线程的运行方法: 现在,每当我尝试暂停或恢复线程时,都会引发异常: 笔记: 如果我使用不推荐使用的方法和,则先前的代码可以完美运行,但是文档指出使用和而不是同步。我尝试将单词添加到方法中,但仍会引发异常。 有人可以解释 为什么 这不起作用以及如何解决同步问题吗?很少有解释要点真的有多大帮助;) 问题

  • 本小节主要总结一些技术简历相关的优质资源。具体的还可以参考前一节中 Facebook 提供的简历撰写指南,除了这些简短的资源外还强烈推荐下 Gayle 写的 The Google Resume,极其详细!干货超多! Resume Template 推荐使用 Markdown 或者 Latex 撰写简历,可以使用 sharelatex 在线写简历,从 CV or Resume 模板中挑,modern

  • 本章主要总结一些技术面试和撰写简历方面的注意事项。

  • 本文向大家介绍Lua中的协同程序之resume-yield间的数据返回研究,包括了Lua中的协同程序之resume-yield间的数据返回研究的使用技巧和注意事项,需要的朋友参考一下 这次要介绍几个其实很简单,但是一定要小心的返回值规则。 1.resume的参数 resume函数除了第一个参数是协同程序外,还能继续传其他参数,如下代码: resume第二个参数为“resume parame”,这个

  • 我试图了解预取相关和选择相关用于优化的用法。我在博客的某个地方了解到,使用预取和选择的一个地方是,预取与选择相关用于反向关系,选择与选择相关用于正向关系。就我而言,有简历模式和教育模式。教育模型在查询时没有写入附加的_集,而是将简历的FK与相关的_名称设置为反向关系。我需要列出所有的教育要求的用户与要求的用户简历。我可以在没有以下优化技术的情况下做到这一点 当我试图使用以下内容时,我得到了我在标题

  • 说明: void Connection::resumeRecv(void) 使当前连接继续接收数据。此方法与Connection::pauseRecv配合使用,对于上传流量控制非常有用 参数 无参数 范例 use WorkermanWorker; use WorkermanLibTimer; require_once __DIR__ . '/Workerman/Autoloader.php'; $

  • ap.offResume(CALLBACK) 移除 resume 事件的监听。 代码示例 <script src="https://gw.alipayobjects.com/as/g/h5-lib/alipayjsapi/3.1.1/alipayjsapi.inc.min.js"></script> <button class="btn btn-default">打开新页面</button> <

相关阅读

相关文章

相关问答

相关文档