Compare commits

..

2 Commits

Author SHA1 Message Date
c8da9e0237
Use secondary color for separator bars 2025-08-04 17:40:01 +02:00
b128d258d3
Set document size to A4 2025-08-04 17:39:04 +02:00
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
\documentclass[11pt,letterpaper]{moderncv} \documentclass[11pt,a4paper]{moderncv}
\usepackage{fontspec} \usepackage{fontspec}
\usepackage{fontawesome5} \usepackage{fontawesome5}
@ -12,6 +12,10 @@
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[scale=0.75,right=.45in,left=.45in,top=.4in,bottom=.4in]{geometry} \usepackage[scale=0.75,right=.45in,left=.45in,top=.4in,bottom=.4in]{geometry}
% Use secondary color for separator bars
\colorlet{headrulecolor}{color1}
\colorlet{bodyrulecolor}{color1}
% Change email icon % Change email icon
\providecommand*{\emailsymbol}{} \providecommand*{\emailsymbol}{}
\renewcommand*{\emailsymbol}{{\small\faEnvelope}~} \renewcommand*{\emailsymbol}{{\small\faEnvelope}~}