博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
编程之外:使用Latex/Tex创建自己的简历。
阅读量:4028 次
发布时间:2019-05-24

本文共 2995 字,大约阅读时间需要 9 分钟。

http://www.cnblogs.com/aoaoblogs/archive/2013/01/24/2874595.html 

正在折腾Latex,看到篇博客, 于是也把自己的简历用Latex重新写了一遍,好处就是可以使用git来管理自己的简历版本了,比word舒服多了。

这里所用的res.cls来源于。

细节就不写了,最终写出来的效果是这样的。里面的内容大部分是真的,改掉了一些和隐私密切相关的东西。

或者可以下载

Tex文件如下(这里不好拷贝的话,可以去下载整个文件)

\documentclass[line,margin,UTF8]{res}
\usepackage{xcolor}
\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent}   % uses
new 
century schoolbook postscript font
 
\usepackage{enumitem}
 
\usepackage[hyperfootnotes=
true
,pdfborder={0 0 0}]{hyperref} 
\hypersetup{pdfborder=0 0 0}
\usepackage{CJKutf8}
\AtBeginDvi{\input{zhwinfonts}}
 
\renewcommand\thefootnote{\textcolor{red}{\arabic{footnote}}}
 
\makeindex
 
\begin{document}
\name{Aoao
\begin{CJK*}{UTF8}{zhsong}
(嗷嗷)
\end{CJK*} }
 
\address{Aoao@Abc.Com}
\address{136-123-45678}
 
\begin{resume} 
\section{OBJECTIVE}
A position in the field of computer with special interests in graphic, media or driver.
 
\section{EDUCATION}
 
{\sl Master of Computer Science} \\
 
University of ABC \\
 
200X $\sim$ 200X \\
[10pt]
 
{\sl Bachelor of Computer Science} \\
 
University of ABC \\
 
199X $\sim$ 200X
 
\section{EXPERIENCE}
 
{\bf XXX R\&D Ltd, Shanghai, PRC \hfill July 200X $\sim$ Present}
 
\vspace{3pt}
 
\begin{itemize}
\item \makebox[7cm][l]{\textit{Windows Graphic Driver Developer\hfil}} 200X $\sim$ Present
    
\vspace{-3pt}
    
\begin{itemize}
        
\item {\bf Over} five years graphic driver development experience on Vista/Win7/Win8
for 
four hardware platforms.
        
\item {\bf Focus} on media module(DXVA2); understand popular media players' pipeline.
        
\item {\bf Known} Windows Display Driver Mode(WDDM) very well; delivery the training multiple times
for 
dozens of audiences
        
\item {\bf Master} at various diagnostic tools: Windbg, Xperf, GpuView, Vtune \ldots
    
\end{itemize}
\item \makebox[7cm][l]{\textit{C Compiler Validation\hfil}} 200X $\sim$ 200X
    
\vspace{-3pt}
    
\begin{itemize}
        
\item {\bf Maintain} automatic testing
system 
used by more than hundred persons and containing 20k+ test cases.
        
\item {\bf Design} test cases
for 
optimized code debugging feature of the compiler.The compiler is designed
for 
an embedding platform. It's impossible to load un-optimized binary in its limited memory, so the compiler has to support debugging optimized code.
    
\end{itemize}
 
 
\end{itemize}
 
 
\section{SKILLS}
 
\begin{itemize}
 
\item C
 
\item C++\footnote{\textit{C++ is a horrible language.} No body can master it, I
'm just no bad.I don'
t know Templates and C++11.}
 
\item Windbg, GpuView, Vtune
 
\item Intel IA-32 Architectures
 
\item DirectX Video Acceleration(DXVA)
 
\item Windows Display Driver Model(WDDM)
 
\end{itemize}
 
\section{FAVOURITES\footnotemark}
 
\begin{itemize}
 
\item Go
 
\item Lua
 
\item Python
 
\item Haskell
 
\item CUDA,OpenCL
 
\end{itemize}
\footnotetext{My favourites are skills that I
'm not professional at, but feel interesting. I'
m learning or going to learn them, so it would be a plus to me
if 
new 
position uses them}
%\section{PATENTS}
%One patent filed
for 
Intel work
  
\end{resume}   
\end{document}
 

你可能感兴趣的文章
linux 驱动开发 头文件
查看>>
/etc/resolv.conf
查看>>
container_of()传入结构体中的成员,返回该结构体的首地址
查看>>
linux sfdisk partition
查看>>
ipconfig,ifconfig,iwconfig
查看>>
opensuse12.2 PL2303 minicom
查看>>
电平触发方式和边沿触发的区别
查看>>
网络视频服务器移植
查看>>
Encoding Schemes
查看>>
移植QT
查看>>
如此调用
查看>>
计算机的发展史
查看>>
带WiringPi库的交叉编译如何处理一
查看>>
带WiringPi库的交叉笔译如何处理二之软链接概念
查看>>
Spring事务的七种传播行为
查看>>
ES写入找不到主节点问题排查
查看>>
Java8 HashMap集合解析
查看>>
ArrayList集合解析
查看>>
欢迎使用CSDN-markdown编辑器
查看>>
Android计算器实现源码分析
查看>>