增加了列表之间的间距。
This commit is contained in:
+12
-14
@@ -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,11 +365,12 @@
|
||||
% }
|
||||
% {<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} \\*
|
||||
& \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
|
||||
@@ -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}}} \\
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user