增加了列表之间的间距。
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
|
|
||||||
\makecvheader
|
\makecvheader
|
||||||
|
|
||||||
\input{section_headline}
|
\input{section_headline}
|
||||||
\input{section_work_experience}
|
\input{section_work_experience}
|
||||||
\input{section_education} % Section education
|
\input{section_education} % Section education
|
||||||
@@ -40,6 +39,4 @@
|
|||||||
%\input{section_awards} % Section Awards
|
%\input{section_awards} % Section Awards
|
||||||
%\input{section_interests} % Section Interests
|
%\input{section_interests} % Section Interests
|
||||||
%\input{section_references} % Section References
|
%\input{section_references} % Section References
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
+12
-14
@@ -47,10 +47,7 @@
|
|||||||
\RequirePackage[skins]{tcolorbox}
|
\RequirePackage[skins]{tcolorbox}
|
||||||
|
|
||||||
|
|
||||||
% \DeclareUnicodeCharacter{00E9}{\'{e}} %luatex
|
% 基本颜色:海大蓝
|
||||||
|
|
||||||
% Define default accent colors
|
|
||||||
%\definecolor{basecolor}{HTML}{000066} %BLUE
|
|
||||||
\definecolor{basecolor}{HTML}{004098}
|
\definecolor{basecolor}{HTML}{004098}
|
||||||
\ifundef{\@green} {
|
\ifundef{\@green} {
|
||||||
\ifundef{\@red} {
|
\ifundef{\@red} {
|
||||||
@@ -82,8 +79,8 @@
|
|||||||
\titlespacing{\section}{0pt}{2pt}{2pt}
|
\titlespacing{\section}{0pt}{2pt}{2pt}
|
||||||
|
|
||||||
% Configure list
|
% Configure list
|
||||||
\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em}
|
\setlist[itemize,1]{label=\faAngleRight, topsep=0pt, itemsep=3pt, leftmargin=2em}
|
||||||
|
% \setitemize[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt}
|
||||||
% Setup Array : new column type
|
% Setup Array : new column type
|
||||||
\newcolumntype{R}[1]{>{\hfill}m{#1}}
|
\newcolumntype{R}[1]{>{\hfill}m{#1}}
|
||||||
|
|
||||||
@@ -95,15 +92,14 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% Configuration for fonts
|
%字体设置
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% Set the FontAwesome font to be up-to-date.
|
% Set the FontAwesome font to be up-to-date.
|
||||||
\setfontfamily\FA[Path=fonts/]{FontAwesome}
|
\setfontfamily\FA[Path=fonts/]{FontAwesome}
|
||||||
|
|
||||||
% Define font to use according to localFont option
|
%鸿蒙字体
|
||||||
\ifundef{\@local}
|
\ifundef{\@local}
|
||||||
{
|
{
|
||||||
%\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin}
|
|
||||||
\setmainfont[
|
\setmainfont[
|
||||||
Path=fonts/,
|
Path=fonts/,
|
||||||
BoldFont=HarmonyOS_Sans_SC_Bold.ttf,
|
BoldFont=HarmonyOS_Sans_SC_Bold.ttf,
|
||||||
@@ -120,7 +116,8 @@
|
|||||||
]{HarmonyOS_Sans_SC_Regular.ttf}
|
]{HarmonyOS_Sans_SC_Regular.ttf}
|
||||||
}
|
}
|
||||||
|
|
||||||
\linespread{1.2}
|
% 行间距
|
||||||
|
\linespread{1.3}
|
||||||
|
|
||||||
%New length definition
|
%New length definition
|
||||||
\newlength{\rightcolumnlength}
|
\newlength{\rightcolumnlength}
|
||||||
@@ -368,11 +365,12 @@
|
|||||||
% }
|
% }
|
||||||
% {<Technology list>}
|
% {<Technology list>}
|
||||||
\newcommand\experience[7]{
|
\newcommand\experience[7]{
|
||||||
\textsc{#1} & \textsc{#2, #3, #4} \\*
|
\textsc{#1} & \textbf{#2, #3, #4} \\*
|
||||||
\textsc{#5} & \begin{minipage}[t]{\rightcolumnlength}
|
\textsc{#5} & \begin{minipage}[t]{\rightcolumnlength}
|
||||||
#6
|
#6
|
||||||
\end{minipage} \\*
|
\end{minipage} \\*
|
||||||
& \footnotesize{\foreach \n in {#7}{\cvtag{\n}}} \\
|
\vspace{0.5cm}
|
||||||
|
& \footnotesize{\foreach \n in {#7}{ \cvtag{\n}}} \\
|
||||||
}
|
}
|
||||||
|
|
||||||
% Render a consultant experience in the experiences environment
|
% Render a consultant experience in the experiences environment
|
||||||
@@ -385,12 +383,12 @@
|
|||||||
% }
|
% }
|
||||||
% {<Technology list>}
|
% {<Technology list>}
|
||||||
\newcommand\consultantexperience[9]{
|
\newcommand\consultantexperience[9]{
|
||||||
\textsc{#1} & \textsc{#2, #3, #4} \\*
|
\textsc{#1} & \textbf{#2, #3, #4} \\*
|
||||||
\textsc{#5} & \emph{#6} pour #7 \\*
|
\textsc{#5} & \emph{#6} pour #7 \\*
|
||||||
& \begin{minipage}[t]{\rightcolumnlength}
|
& \begin{minipage}[t]{\rightcolumnlength}
|
||||||
#8
|
#8
|
||||||
\end{minipage} \\*
|
\end{minipage} \\*
|
||||||
& \footnotesize{\foreach \n in {#9}{\cvtag{\n}}} \\
|
& \footnotesize{\foreach \n in {#9}{\vspace{10cm} \cvtag{\n}}} \\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,3 @@
|
|||||||
% Awesome CV LaTeX Template
|
|
||||||
%
|
|
||||||
% This template has been downloaded from:
|
|
||||||
% https://github.com/huajh/huajh-awesome-latex-cv
|
|
||||||
%
|
|
||||||
% Author:
|
|
||||||
% Junhao Hua
|
|
||||||
|
|
||||||
\sectionTitle{教育经历}{\faMortarBoard}
|
\sectionTitle{教育经历}{\faMortarBoard}
|
||||||
%\faMortarBoard, \faGraduationCap
|
%\faMortarBoard, \faGraduationCap
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,3 @@
|
|||||||
% Awesome CV LaTeX Template
|
|
||||||
%
|
|
||||||
% This template has been downloaded from:
|
|
||||||
% https://github.com/huajh/huajh-awesome-latex-cv
|
|
||||||
%
|
|
||||||
% Author:
|
|
||||||
% Junhao Hua
|
|
||||||
|
|
||||||
|
|
||||||
%Section: Work Experience at the top
|
%Section: Work Experience at the top
|
||||||
\sectionTitle{项目经验}{\faCode}
|
\sectionTitle{项目经验}{\faCode}
|
||||||
|
|
||||||
@@ -36,7 +27,7 @@
|
|||||||
\emptySeparator
|
\emptySeparator
|
||||||
\experience
|
\experience
|
||||||
{2017年01月} {海洋大数据多维可视与智能服务应用}{ 国家实验室鳌山计划}{课题负责人}
|
{2017年01月} {海洋大数据多维可视与智能服务应用}{ 国家实验室鳌山计划}{课题负责人}
|
||||||
{2018年12月 } {
|
{2018年12月}{
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item 海洋大数据可视化
|
\item 海洋大数据可视化
|
||||||
\item 海洋大数据智能应用服务平台研发
|
\item 海洋大数据智能应用服务平台研发
|
||||||
@@ -54,9 +45,4 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
}
|
}
|
||||||
{三维可视化, 并行计算, 仿真软件}
|
{三维可视化, 并行计算, 仿真软件}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\end{experiences}
|
\end{experiences}
|
||||||
|
|||||||
@@ -1,12 +1,3 @@
|
|||||||
% Awesome CV LaTeX Template
|
|
||||||
%
|
|
||||||
% This template has been downloaded from:
|
|
||||||
% https://github.com/huajh/huajh-awesome-latex-cv
|
|
||||||
%
|
|
||||||
% Author:
|
|
||||||
% Junhao Hua
|
|
||||||
|
|
||||||
|
|
||||||
%Section: Work Experience at the top
|
%Section: Work Experience at the top
|
||||||
\sectionTitle{Projects \& Experiences}{\faListUl}
|
\sectionTitle{Projects \& Experiences}{\faListUl}
|
||||||
|
|
||||||
|
|||||||
+8
-8
@@ -24,14 +24,14 @@
|
|||||||
Path=fonts/
|
Path=fonts/
|
||||||
]{HarmonyOS_Sans_SC_Regular.ttf}
|
]{HarmonyOS_Sans_SC_Regular.ttf}
|
||||||
|
|
||||||
\setCJKfamilyfont{zhsong}{AdobeSongStd-Light.otf}
|
% \setCJKfamilyfont{zhsong}{AdobeSongStd-Light.otf}
|
||||||
\setCJKfamilyfont{zhhei}{AdobeHeitiStd-Regular.otf}
|
% \setCJKfamilyfont{zhhei}{AdobeHeitiStd-Regular.otf}
|
||||||
\setCJKfamilyfont{zhfs}{AdobeFangsongStd-Regular.otf}
|
% \setCJKfamilyfont{zhfs}{AdobeFangsongStd-Regular.otf}
|
||||||
\setCJKfamilyfont{zhkai}{AdobeKaitiStd-Regular.otf}
|
% \setCJKfamilyfont{zhkai}{AdobeKaitiStd-Regular.otf}
|
||||||
|
|
||||||
\newcommand*{\songti}{\CJKfamily{zhsong}} % 宋体
|
% \newcommand*{\songti}{\CJKfamily{zhsong}} % 宋体
|
||||||
\newcommand*{\heiti}{\CJKfamily{zhhei}} % 黑体
|
% \newcommand*{\heiti}{\CJKfamily{zhhei}} % 黑体
|
||||||
\newcommand*{\kaishu}{\CJKfamily{zhkai}} % 楷书
|
% \newcommand*{\kaishu}{\CJKfamily{zhkai}} % 楷书
|
||||||
\newcommand*{\fangsong}{\CJKfamily{zhfs}} % 仿宋
|
% \newcommand*{\fangsong}{\CJKfamily{zhfs}} % 仿宋
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
|||||||
Reference in New Issue
Block a user