您的当前位置:首页正文

LaTeX简历,好看!

2024-12-16 来源:华佗小知识

作为一个处女座人士,整齐是生活必需品。参考网上大牛的样例,制作了如下的TeX简历模版(源代码见后面)。LaTeX制作的简历修改起来非常方便,间距设置、符号、字体、图片大小都可用命令设置。


简历 - 模板.jpg
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document properties and packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt,final]{memoir}
\usepackage{CJK}%中文支持

% misc
\renewcommand{\familydefault}{bch}  % font
\pagestyle{empty}                   % no pagenumbering
\setlength{\parindent}{0pt}         % no paragraph indentation
% required packages (add your own)
\usepackage{flowfram}% column layou
\usepackage{marvosym}
\usepackage{textcomp}

\usepackage[top=1cm,left=1cm,right=1cm,bottom=1cm]{geometry}
% margins
\usepackage{graphicx}                                       
% figures
\usepackage{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}  %蓝色
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}                                        
% URLs
\usepackage[usenames,dvipsnames]{xcolor}                    
% color
\usepackage{multicol}                                       
% columns env.
    \setlength{\multicolsep}{0pt}
\usepackage{paralist}                                       
% compact lists
\usepackage{tikz}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Create column layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define length commands
\setlength{\vcolumnsep}{\baselineskip}
\setlength{\columnsep}{\vcolumnsep}
%定义主题颜色
\newcommand{\myThemeColor}{RoyalBlue}
% frame setup (flowfram package)
% left frame
\newflowframe{0.23\textwidth}{\textheight}{0pt}{0pt}[left]
    \newlength{\LeftMainSep}
    \setlength{\LeftMainSep}{0.23\textwidth}
    \addtolength{\LeftMainSep}{1\columnsep}

% small static frame for the vertical line
\newstaticframe{1.5pt}{\textheight}{\LeftMainSep}{0pt}

% content of the static frame
\begin{staticcontents}{1} %绘制分割线,使用tikz包绘制。如需改变风格线样式,请参考tikz 教程,对于新手,不建议修改。
\hfill
\tikz{%
    \draw[loosely dotted,color=\myThemeColor,line width=1.5pt,yshift=0]
    (0,0) -- (0,\textheight);}%
\hfill\mbox{}
\end{staticcontents}

% right frame
\addtolength{\LeftMainSep}{1.5pt}
\addtolength{\LeftMainSep}{1\columnsep}
\newflowframe{0.7\textwidth}{\textheight}{\LeftMainSep}{0pt}[main01]


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% define macros (for convience)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\Sep}{\vspace{1em}}
\newcommand{\SmallSep}{\vspace{0.9em}}

\newenvironment{AboutMe}
    {\ignorespaces\textbf{\color{\myThemeColor} About me}}
    {\Sep\ignorespacesafterend}
%定义section  
\newcommand{\CVSection}[1]
    {\Large\textbf{#1}\par
    \vspace{0.2cm}\normalsize\normalfont}

\newcommand{\CVItem}[1]
    {\textbf{\color{\myThemeColor} #1}}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Begin document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}

\begin{CJK*}{GBK}{song}
% Left frame 左边内容在此定义
%%%%%%%%%%%%%%%%%%%%
\begin{figure}
    \hfill
    \includegraphics[width=0.8\columnwidth]{photo}
    \vspace{-2cm}
\end{figure}


\begin{flushright}\footnotesize
    \raggedright
    \CVItem{{\large 个人信息:}}\\
    民族:汉\\
    出生年月:\\
    手机:\\
    住址:\\
    电子邮箱:\href{mailto: 
    个人主页:
    
    
    \CVItem{{\large 语言能力:}}\\
    \textit{\textbf{中文}:母语 \\
    \textbf{英语}:}
    
    \CVItem{{\large 电脑技能:}}\\
    $\bullet$\textbf{编程语言:}\\ ~A~~\\
    $\bullet$\textbf{工作软件:}\\ ~B~~\\
    $\bullet$\textbf{科学计算:}\\ ~C~~\\
    \vspace{4mm}
    \textit{熟练使用 \ \LaTeX}
    
    \CVItem{{\large 爱好:}}\\
    \textit{电影,科幻,音乐}
    \SmallSep
\end{flushright}\normalsize
\framebreak


% Right frame 右边内容在此定义
%%%%%%%%%%%%%%%%%%%%
\Huge\bfseries {\color{\myThemeColor} 小~~杰~~宝}\\
\normalsize\normalfont

% Education
\CVSection{教育背景}
\hrule
\SmallSep
\CVItem{2018.09 - 目前\hfill 浙江大学(ZJU)}\\
\textit{-计算数学}
\\
\CVItem{2019.03\hfill 阿里巴巴集团(Alibaba)}\\
\textit{-阿里巴巴冬季大师班}
\\
\CVItem{2014.09 - 2018.06 \hfill 浙江大学(ZJU)}\\
\textit{-数学与应用数学}\\

\vspace{5mm}

% Experience
\CVSection{实习经历}
\hrule
\SmallSep
\CVItem{2018.05 - 2018.08 \hfill 杭州XXX有限公司}\\
\textit{$\bullet$ 巴拉巴拉巴拉
}

\vspace{5mm}

% CAMPU
\CVSection{校园经历}
\hrule
\SmallSep
\CVItem{2016.05 - 2017.02,数学建模竞赛    \hfill 组长}\\
\textit{$\bullet$巴拉巴拉巴拉巴拉巴拉;\\
$\bullet$巴拉巴拉巴拉;\\
$\bullet$巴拉巴拉巴拉巴拉巴拉巴拉巴拉.
}

\vspace{2mm}
\CVItem{2016.06 - 2017.05,浙江大学大学生科研训练计划 \hfill 组员}\\
\textit{$\bullet$巴拉巴拉巴拉
}

\vspace{2mm}
\CVItem{2015.09 - 2016.06,浙江大学学生校友联络协会 \hfill 副部长}\\
\textit{$\bullet$巴拉巴拉巴拉巴拉巴拉;\\
$\bullet$巴拉巴拉巴拉.\\
}

\vspace{5mm}

% HONORS & SCHOLARSHIPS
\CVSection{个人荣誉}
\hrule
\SmallSep
    \begin{tabular}{l|l}
        $\Rightarrow$ 2018.12&\textit{巴拉巴拉巴拉\footnotesize{第13名}}\\
        $\Rightarrow$ 2018.06&\textit{巴拉巴拉}\\
        $\Rightarrow$ 2017.12&\textit{巴拉巴拉巴拉}\\
        $\Rightarrow$ 2017.12&\textit{巴拉巴拉巴拉巴拉巴拉}\\
        $\Rightarrow$ 2016.12&\textit{巴拉巴拉巴拉}\\
    \end{tabular}

\vspace{5mm}

%Self-assessment
\CVSection{自我评价}
\hrule
\SmallSep
巴拉巴拉巴拉巴拉巴拉巴拉

\end{CJK*}
\end{document}

本文如未解决您的问题请添加抖音号:51dongshi(抖音搜索懂视),直接咨询即可。

热门图文