mirror of
https://github.com/CPunch/resume.git
synced 2024-11-21 22:10:05 +00:00
styling improvements
This commit is contained in:
parent
9a909c994b
commit
fe0bd4ddeb
@ -641,7 +641,7 @@
|
|||||||
% Define an entry of cv information
|
% Define an entry of cv information
|
||||||
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
||||||
\newcommand*{\cventry}[5]{%
|
\newcommand*{\cventry}[5]{%
|
||||||
\vspace{-2.0mm}
|
\vspace{-1.0mm}
|
||||||
\setlength\tabcolsep{0pt}
|
\setlength\tabcolsep{0pt}
|
||||||
\setlength{\extrarowheight}{0pt}
|
\setlength{\extrarowheight}{0pt}
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||||
@ -649,7 +649,7 @@
|
|||||||
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||||
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
||||||
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||||
\multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}}
|
\multicolumn{2}{L{\textwidth}}{\vspace{1.0mm}\descriptionstyle{#5}}
|
||||||
\end{tabular*}%
|
\end{tabular*}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
% include Awesome-CV, with 12pt font and A4 paper size
|
% include Awesome-CV, with 12pt font and A4 paper size
|
||||||
\documentclass[12pt, a4paper]{awesome-cv}
|
\documentclass[10pt, A4]{awesome-cv}
|
||||||
|
|
||||||
% disable first 3 letter highlight
|
% disable first 3 letter highlight
|
||||||
\setbool{acvSectionColorHighlight}{false}
|
\setbool{acvSectionColorHighlight}{false}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\cvsection{Projects}
|
\cvsection{Passion Projects}
|
||||||
|
|
||||||
\begin{cventries}
|
\begin{cventries}
|
||||||
\ifbool{contributedProjects}{
|
\ifbool{contributedProjects}{
|
||||||
|
Loading…
Reference in New Issue
Block a user