增加了列表之间的间距。
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
|
||||
|
||||
\makecvheader
|
||||
|
||||
\input{section_headline}
|
||||
\input{section_work_experience}
|
||||
\input{section_education} % Section education
|
||||
@@ -40,6 +39,4 @@
|
||||
%\input{section_awards} % Section Awards
|
||||
%\input{section_interests} % Section Interests
|
||||
%\input{section_references} % Section References
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
+11
-13
@@ -47,10 +47,7 @@
|
||||
\RequirePackage[skins]{tcolorbox}
|
||||
|
||||
|
||||
% \DeclareUnicodeCharacter{00E9}{\'{e}} %luatex
|
||||
|
||||
% Define default accent colors
|
||||
%\definecolor{basecolor}{HTML}{000066} %BLUE
|
||||
% 基本颜色:海大蓝
|
||||
\definecolor{basecolor}{HTML}{004098}
|
||||
\ifundef{\@green} {
|
||||
\ifundef{\@red} {
|
||||
@@ -82,8 +79,8 @@
|
||||
\titlespacing{\section}{0pt}{2pt}{2pt}
|
||||
|
||||
% 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
|
||||
\newcolumntype{R}[1]{>{\hfill}m{#1}}
|
||||
|
||||
@@ -95,15 +92,14 @@
|
||||
%
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% Configuration for fonts
|
||||
%字体设置
|
||||
%-------------------------------------------------------------------------------
|
||||
% Set the FontAwesome font to be up-to-date.
|
||||
\setfontfamily\FA[Path=fonts/]{FontAwesome}
|
||||
|
||||
% Define font to use according to localFont option
|
||||
%鸿蒙字体
|
||||
\ifundef{\@local}
|
||||
{
|
||||
%\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin}
|
||||
\setmainfont[
|
||||
Path=fonts/,
|
||||
BoldFont=HarmonyOS_Sans_SC_Bold.ttf,
|
||||
@@ -120,7 +116,8 @@
|
||||
]{HarmonyOS_Sans_SC_Regular.ttf}
|
||||
}
|
||||
|
||||
\linespread{1.2}
|
||||
% 行间距
|
||||
\linespread{1.3}
|
||||
|
||||
%New length definition
|
||||
\newlength{\rightcolumnlength}
|
||||
@@ -368,10 +365,11 @@
|
||||
% }
|
||||
% {<Technology list>}
|
||||
\newcommand\experience[7]{
|
||||
\textsc{#1} & \textsc{#2, #3, #4} \\*
|
||||
\textsc{#1} & \textbf{#2, #3, #4} \\*
|
||||
\textsc{#5} & \begin{minipage}[t]{\rightcolumnlength}
|
||||
#6
|
||||
\end{minipage} \\*
|
||||
\vspace{0.5cm}
|
||||
& \footnotesize{\foreach \n in {#7}{ \cvtag{\n}}} \\
|
||||
}
|
||||
|
||||
@@ -385,12 +383,12 @@
|
||||
% }
|
||||
% {<Technology list>}
|
||||
\newcommand\consultantexperience[9]{
|
||||
\textsc{#1} & \textsc{#2, #3, #4} \\*
|
||||
\textsc{#1} & \textbf{#2, #3, #4} \\*
|
||||
\textsc{#5} & \emph{#6} pour #7 \\*
|
||||
& \begin{minipage}[t]{\rightcolumnlength}
|
||||
#8
|
||||
\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}
|
||||
%\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
|
||||
\sectionTitle{项目经验}{\faCode}
|
||||
|
||||
@@ -54,9 +45,4 @@
|
||||
\end{itemize}
|
||||
}
|
||||
{三维可视化, 并行计算, 仿真软件}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\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
|
||||
\sectionTitle{Projects \& Experiences}{\faListUl}
|
||||
|
||||
|
||||
+8
-8
@@ -24,14 +24,14 @@
|
||||
Path=fonts/
|
||||
]{HarmonyOS_Sans_SC_Regular.ttf}
|
||||
|
||||
\setCJKfamilyfont{zhsong}{AdobeSongStd-Light.otf}
|
||||
\setCJKfamilyfont{zhhei}{AdobeHeitiStd-Regular.otf}
|
||||
\setCJKfamilyfont{zhfs}{AdobeFangsongStd-Regular.otf}
|
||||
\setCJKfamilyfont{zhkai}{AdobeKaitiStd-Regular.otf}
|
||||
% \setCJKfamilyfont{zhsong}{AdobeSongStd-Light.otf}
|
||||
% \setCJKfamilyfont{zhhei}{AdobeHeitiStd-Regular.otf}
|
||||
% \setCJKfamilyfont{zhfs}{AdobeFangsongStd-Regular.otf}
|
||||
% \setCJKfamilyfont{zhkai}{AdobeKaitiStd-Regular.otf}
|
||||
|
||||
\newcommand*{\songti}{\CJKfamily{zhsong}} % 宋体
|
||||
\newcommand*{\heiti}{\CJKfamily{zhhei}} % 黑体
|
||||
\newcommand*{\kaishu}{\CJKfamily{zhkai}} % 楷书
|
||||
\newcommand*{\fangsong}{\CJKfamily{zhfs}} % 仿宋
|
||||
% \newcommand*{\songti}{\CJKfamily{zhsong}} % 宋体
|
||||
% \newcommand*{\heiti}{\CJKfamily{zhhei}} % 黑体
|
||||
% \newcommand*{\kaishu}{\CJKfamily{zhkai}} % 楷书
|
||||
% \newcommand*{\fangsong}{\CJKfamily{zhfs}} % 仿宋
|
||||
|
||||
\endinput
|
||||
|
||||
Reference in New Issue
Block a user