Skip to content

Commit

Permalink
Update all spacings to keep all in one page.
Browse files Browse the repository at this point in the history
  • Loading branch information
brtrndb committed Oct 10, 2023
1 parent f788ad8 commit 54dbfd5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions BertrandBoyer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
\usepackage{eso-pic}

% Margin options.
\geometry{top=0.5 cm} %% Margin top.
\geometry{bottom=0.5 cm} %% Margin bottom.
\geometry{top=0.3 cm} %% Margin top.
\geometry{bottom=0.3 cm} %% Margin bottom.
\geometry{left=1.5 cm} %% Margin left.
\geometry{right=1.5 cm} %% Margin right.

Expand All @@ -26,7 +26,7 @@

\begin{document}
\makecvtitle %% Header.
\vspace{-1.5 cm}
\vspace{-1.71 cm}
\input{./tex/skills} %% Skills section.
\vspace{\cvSectionSpace}
\input{./tex/experiences} %% Experiences section.
Expand Down
2 changes: 1 addition & 1 deletion tex/experiences.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% Lengths.
\newlength{\cvExperienceSpace} %% Vertical space between each experience entry.
\setlength{\cvExperienceSpace}{+0.2 cm}
\setlength{\cvExperienceSpace}{+0.03 cm}

%% Macros.
\newcommand{\jobdate}[2]{#1 $\rightharpoonup$\\#2}
Expand Down
2 changes: 1 addition & 1 deletion tex/moderncv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%% Custom lengths.
\setlength{\hintscolumnwidth}{+3.2 cm} %% Column width of cventry.
\newlength{\cvSectionSpace} %% Space between sections.
\setlength{\cvSectionSpace}{-0.0 cm}
\setlength{\cvSectionSpace}{-0.17 cm}

%% CV options.
\newcommand{\displayImageProfile}{no} % Display the profile image.
Expand Down
2 changes: 1 addition & 1 deletion tex/pageborder.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

%% Border width.
\newlength{\pageborder}
\setlength{\pageborder}{4 pt}
\setlength{\pageborder}{3 pt}

%% Border color.
\pagecolor{modernBlue}
Expand Down
2 changes: 1 addition & 1 deletion tex/personal.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
\displayYes{\displayImageProfile}{\photo[64pt][0.5pt]{./img/personal/profile}}
% \extrainfo{\href{https://youtu.be/pq31rjX1BMw}{Epitech Promotion 2015}}
\quote{%
\vspace{-1.5 cm}\newline%
\vspace{-1.6 cm}\newline%
« Basically, I transform bad coffee \faCoffee{} into good code \faKeyboard. »%
}%

0 comments on commit 54dbfd5

Please sign in to comment.