7 Commits

Author SHA1 Message Date
Pedro Cabral
799d21386e added script to propagate commits across CV branches 2026-07-17 12:50:52 +02:00
Pedro Cabral
27b9b9cf53 deleting auto-generated files, iff pdf was successfully rendered 2026-07-17 12:39:15 +02:00
Pedro Cabral
40371a39c8 renamed files 2026-07-17 11:47:47 +02:00
Pedro Cabral
1a9df92f3d merged .gitignore file 2026-07-17 11:47:37 +02:00
Pedro Cabral
8478f78d09 moved files to root directory 2026-07-15 00:09:12 +02:00
Pedro Cabral
67457d4d16 removed moderncv 2026-07-15 00:07:25 +02:00
Pedro Cabral
675b3e9b8f removed awesome-cv 2026-07-15 00:07:00 +02:00
7 changed files with 205 additions and 360 deletions

1
.gitignore vendored
View File

@@ -4,7 +4,6 @@
# Whitelist
!.gitignore
!*.cls
!*.tex
!*.pdf
!*.jpg

View File

@@ -16,6 +16,5 @@
}
],
"latex-workshop.latex.recipe.default": "Smart LaTeX Build",
"latex-workshop.formatting.latex": "latexindent",
"latex-workshop.latex.autoBuild.run": "onSave"
"latex-workshop.formatting.latex": "latexindent"
}

File diff suppressed because one or more lines are too long

View File

@@ -1,24 +1,75 @@
\documentclass{custom-cv}
\usepackage{fontawesome6} % for icons
\documentclass[11pt,a4paper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{parskip}
\usepackage{hyperref}
\usepackage{fontspec}
\usepackage{graphicx}
% \cvdebugtrue
\setmainfont{Helvetica Neue}
\setcvtitle{Pedro Miguel \textbf{Pessoa Cabral}}
\setcvauthor{\faMobile\quad +49-(0)-176-57909188 \quad \faEnvelope\quad \href{mailto:pmpcabral@gmail.com}{pmpcabral@posteo.de}}
\setcvphoto{me_m_8x8_4x.jpg} % Try commenting this out to see layout adapt
\titleformat{\section}{\large\bfseries}{}{0em}{}[\titlerule]
\titleformat{\subsection}{\normalsize\bfseries}{}{0em}{}
\pagestyle{empty}
\begin{document}
\maketitle
\section{Languages}
\cvitem{Portuguese}{First Language}{}
\cvitem{German}{Fluent}{}
\cvitem{English}{Fluent}{}
\cvitem{Spanish}{Good}{}
\cvitem{French}{Basic}{}
\begin{center}
\begin{minipage}{0.75\textwidth}
{\LARGE \textbf{Pedro Miguel Pessoa Cabral}}\\
\vspace{0.5em}
+49-(0)-17657-909188\\
\href{mailto:pmpcabral@gmail.com}{pmpcabral@gmail.com}\\
Rittmeisterkoppel 14-C, 22359 Hamburg
\end{minipage}%
\begin{minipage}{0.23\textwidth}
\includegraphics[width=\linewidth]{me_m_8x8_4x.jpg}
\end{minipage}
\end{center}
\section{Experience}
\cventry{2017 -- Present}{Software Developer}{HR4YOU AG}{PHP, JavaScript, SQL}
\vspace{1em}
\section*{Profile}
\begin{tabular}{rl}
Date and Place of Birth: & January 17\textsuperscript{th}, 1988, Setúbal, Portugal \\
Nationality: & Portuguese \\
Languages: & Portuguese (First language), German (Fluent), English (Fluent),\\
& Spanish (Good), French (Basic)
\end{tabular}
\vspace{1em}
\section*{Experience}
\noindent
\textbf{Software Developer, HR4YOU AG} \hfill Großefehn, Germany \\
\textit{Feb 2017 Present} \\
Technologies: PHP, JavaScript, SQL
\vspace{0.5em}
\noindent
\textbf{Support \& Operations, SAFIRA/KPMG} \hfill Carnaxide, Portugal \\
\textit{Sep 2014 Apr 2016} \\
Worked with IBM Business Process Management and Forefront Identity Manager (FIM)
\vspace{0.5em}
\noindent
\textbf{Software Developer, SAFIRA} \hfill Carnaxide, Portugal \\
\textit{Apr 2013 Sep 2014} \\
Worked with IBM Business Process Management, IBM WebSphere Message Broker, SQL
\vspace{1em}
\section*{Education}
\textbf{Faculdade de Ciências e Tecnologia, Universidade Nova de Lisboa} \hfill Caparica, Portugal \\
Bachelor of Science \hfill 2013
\vspace{1em}
\section*{Skills}
PHP, OOP, JavaScript, jQuery, CSS, SQL, SOAP, REST, PL/SQL, XML
\end{document}

View File

@@ -1,7 +1,7 @@
# Curriculum-Vitae
This project contains my *curriculum vitae* writen in `TeX` and the class
`custom-cv.cls` has been completley designed by me.
This project contains my *curriculum vitae* writen in `TeX` using the base
class `article`.
## Install TeX
@@ -13,11 +13,5 @@ Go to https://tug.org/texlive/ and install the correct TeX for your operating sy
If you are using VS Code, I highly recommend to install [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop).
## Other CV variants
- [Article](../article/)
- [Awesome-CV](../awesome-cv/)
- [ModernCV](../moderncv) (**main CV variant**)
##
Developed with ♥ by Pedro Pessoa Cabral

View File

@@ -29,7 +29,6 @@ if ! git rev-parse --verify --quiet "${COMMIT}^{commit}" >/dev/null; then
fi
COMMIT="$(git rev-parse --short "$COMMIT")"
COMMIT_MSG="$(git log -1 --pretty=format:%s "$COMMIT")"
PARENT_COUNT="$(git rev-list --parents -n 1 "$COMMIT" | wc -w | tr -d ' ')"
if [[ "$PARENT_COUNT" -gt 2 ]]; then
@@ -60,7 +59,7 @@ handle_error() {
trap handle_error ERR
echo -e "${BLUE}Propagating commit ${BOLD}'${COMMIT}: ${COMMIT_MSG}'${RESET}${BLUE} from '${START_BRANCH}' to local branches.${RESET}"
echo -e "${BLUE}Replicating commit ${COMMIT} from '${START_BRANCH}' to local branches.${RESET}"
while IFS= read -r BRANCH; do
if [[ "$BRANCH" == "$START_BRANCH" ]]; then

View File

@@ -1,189 +0,0 @@
% =========================
% custom-cv.cls (2025-08-13)
% =========================
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{custom-cv}[2025/08/13 Custom CV class]
% Base class
\LoadClass[11pt,a4paper]{article}
% Packages
\RequirePackage[a4paper,margin=1in]{geometry}
\RequirePackage{xcolor}
\RequirePackage{graphicx}
\RequirePackage{tikz}
\RequirePackage{titlesec}
\RequirePackage{enumitem}
\RequirePackage{hyperref}
\RequirePackage{draftwatermark}
\RequirePackage{fontspec}
\RequirePackage{pgf} % for watermark autoscale
% ---------------------------
% Fonts (with fallback)
% ---------------------------
\IfFontExistsTF{Helvetica Neue}{
\setmainfont{Helvetica Neue}
}{
\IfFontExistsTF{TeX Gyre Heros}{\setmainfont{TeX Gyre Heros}}{\setmainfont{Latin Modern Roman}}
}
% ---------------------------
% Colors
% ---------------------------
\definecolor{cvblue}{HTML}{1A4E8A}
% Debug colors & borders
\definecolor{debugtext}{HTML}{E0F7FA}
\definecolor{debugtextborder}{HTML}{0D47A1}
\definecolor{debugphoto}{HTML}{FFEBEE}
\definecolor{debugphotoborder}{HTML}{B71C1C}
% ---------------------------
% Debug flag & helpers
% ---------------------------
\newif\ifcvdebug
\cvdebugfalse
\newcommand{\debugboxtext}[1]{%
\ifcvdebug
\fcolorbox{debugtextborder}{debugtext}{\parbox{\dimexpr\linewidth-2\fboxsep-2\fboxrule}{#1}}%
\else
#1%
\fi
}
\newcommand{\debugboxphoto}[1]{%
\ifcvdebug
\fcolorbox{debugphotoborder}{debugphoto}{\parbox{\dimexpr\linewidth-2\fboxsep-2\fboxrule}{#1}}%
\else
#1%
\fi
}
% ---------------------------
% CV storage + setters
% ---------------------------
\newcommand{\cvtitle}{} % main title (name)
\newcommand{\cvauthor}{} % contact line
\newcommand{\cvphoto}{} % photo path
\newcommand{\setcvtitle}[1]{\renewcommand{\cvtitle}{#1}}
\newcommand{\setcvauthor}[1]{\renewcommand{\cvauthor}{#1}}
\newcommand{\setcvphoto}[1]{\renewcommand{\cvphoto}{#1}}
% ---------------------------
% Robust "is empty?" test (trim spaces)
% ---------------------------
\makeatletter
\newcommand{\IfNotEmpty}[3]{%
\edef\cv@tmp{\zap@space\detokenize{#1} \@empty}%
\ifx\cv@tmp\@empty
#3%
\else
#2%
\fi
}
\makeatother
% ---------------------------
% Hyperlinks & lists
% ---------------------------
\hypersetup{
colorlinks=true,
urlcolor=cvblue,
linkcolor=cvblue
}
\setlength{\parskip}{0.4em}
\setlist[itemize]{noitemsep,topsep=0pt}
% ---------------------------
% Section formatting
% ---------------------------
\titleformat{\section}
{\large\bfseries\color{cvblue}}
{}{0em}
{\debugboxtext}
[\titlerule]
\titleformat{\subsection}
{\normalsize\bfseries\color{cvblue}}
{}{0em}
{}
\setcounter{secnumdepth}{0}
% ---------------------------
% CV content commands
% ---------------------------
\newcommand{\cvitem}[2]{%
\debugboxtext{%
\noindent\textbf{#1:} #2
}\par
}
% \cventry{Title}{Date/Place}{Subtitle/Role}{Details}
\newcommand{\cventry}[4]{%
\debugboxtext{%
\noindent\textbf{#2} \hfill {\small #1}\\
\IfNotEmpty{#3}{\textit{#3}\par}{}%
#4%
}\par\vspace{0.8em}
}
% ---------------------------
% maketitle with adaptive layout
% ---------------------------
\renewcommand{\maketitle}{%
\IfNotEmpty{\cvtitle}{%
\begin{center}
\IfNotEmpty{\cvphoto}{%
% Text + Photo
\begin{minipage}[c]{0.75\textwidth}
\debugboxtext{%
{\LARGE \textbf{\cvtitle}}%
\IfNotEmpty{\cvauthor}{\\[0.5em]\cvauthor}{}%
}
\end{minipage}%
\hfill
\begin{minipage}[c]{0.23\textwidth}
\debugboxphoto{%
\begin{tikzpicture}
\clip (0,0) circle (1.75cm);
\node at (0,0) {\includegraphics[height=3.5cm]{\cvphoto}};
\end{tikzpicture}
}
\end{minipage}
}{%
% No photo: full-width text
\begin{minipage}[c]{\textwidth}
\debugboxtext{%
{\LARGE \textbf{\cvtitle}}%
\IfNotEmpty{\cvauthor}{\\[0.5em]\cvauthor}{}%
}
\end{minipage}
}%
\end{center}
\vspace{1em}
}{}%
}
% ---------------------------
% Watermark (auto-scale)
% ---------------------------
\newlength{\cvWatermarkWidth}
\newcommand{\cvsetwatermark}{%
\ifcvdebug
\SetWatermarkText{DEBUG MODE}%
{%
\fontsize{5cm}{5cm}\selectfont
\settowidth{\cvWatermarkWidth}{DEBUG MODE}%
}%
\pgfmathsetmacro{\cvScale}{min(\paperwidth,\paperheight)/\cvWatermarkWidth*0.9}%
\SetWatermarkScale{\cvScale}%
\SetWatermarkColor[gray]{0.85}%
\else
\SetWatermarkText{}%
\fi
}
\AtBeginDocument{\cvsetwatermark}