From f1824f0e5dbfe6f9c1487669487ca316479ef101 Mon Sep 17 00:00:00 2001 From: Timvde Date: Tue, 12 Jun 2018 13:08:05 +0200 Subject: [PATCH] clean-up --- cv.tex | 38 +-------- friggeri-cv.cls | 202 ------------------------------------------------ 2 files changed, 2 insertions(+), 238 deletions(-) diff --git a/cv.tex b/cv.tex index 86b9db1..e4610d5 100644 --- a/cv.tex +++ b/cv.tex @@ -1,13 +1,10 @@ -%!TEX TS-program = xelatex \documentclass[]{friggeri-cv} -%\usepackage{pgfplots} -%\pgfplotsset{compat=newest} -%\usetikzlibrary{patterns} +\usepackage[utf8]{inputenc} \usepackage{bchart} \usepackage[normalem]{ulem} \begin{document} -{\Large \header{Tim }{Van den Eynde} +{\Large \header{\huge Tim }{\huge Van den Eynde} {Computer Scientist / Software Developer}} @@ -46,23 +43,6 @@ \bcbar[plain,text=English]{8}% \bcbar[plain,text=French]{5}% \end{bchart}% - %\begin{tikzpicture}% - % \begin{axis}[% - % xbar, xmin=0,% - % ticks=none,% - % width=4cm, height=3.5cm, enlarge y limits=0.5,% - % nodes near coords style={anchor=west},% - % %every node near coord/.append style={ - % % anchor={\ifdim\valueissmall pt=1 pt west\else east\fi} - % %} - % %major grid style=white,% - % axis lines*=left]% - % \addplot% - % [draw=blue] % - % coordinates% - % {(5,LaTeX) (9,git) (7,Linux CLI)};% - % \end{axis}% - %\end{tikzpicture}% \end{aside} \section*{Work experience} @@ -138,18 +118,4 @@ %\section*{\sout{Buzzwords} Keywords} %Github, Gitlab, VPS, Digital Ocean, hosting, Linux, vim, Android, GPG, PostgreSQL, MySQL, nginx, apache, postfix, dovecot, scrum, kanban, agile, microservices, docker, type systems, mypy, Z3, security, devops -%%% This piece of code has been commented by Karol Kozioł due to biblatex errors. -% -%\printbibsection*{article}{article in peer-reviewed journal} -%\begin{refsection*} -% \nocite{*} -% \printbibliography[sorting=chronological, type=inproceedings, title={international peer-reviewed conferences/proceedings}, notkeyword={france}, heading=subbibliography] -%\end{refsection*} -%\begin{refsection*} -% \nocite{*} -% \printbibliography[sorting=chronological, type=inproceedings, title={local peer-reviewed conferences/proceedings}, keyword={france}, heading=subbibliography] -%\end{refsection*} -%\printbibsection*{misc}{other publications} -%\printbibsection*{report}{research reports} - \end{document} diff --git a/friggeri-cv.cls b/friggeri-cv.cls index a1a84b2..bad59d5 100644 --- a/friggeri-cv.cls +++ b/friggeri-cv.cls @@ -15,18 +15,6 @@ \RequirePackage{xcolor} -%\definecolor{white}{RGB}{255,255,255} -% -%\definecolor{darkgray}{HTML}{333333} -%\definecolor{gray}{HTML}{4D4D4D} -%\definecolor{lightgray}{HTML}{999999} -% -%\definecolor{green}{HTML}{C2E15F} -%\definecolor{orange}{HTML}{FDA333} -%\definecolor{purple}{HTML}{D3A4F9} -%\definecolor{red}{HTML}{FB4485} -%\definecolor{blue}{HTML}{0C1071} - \ifdefined\@cv@print \colorlet{green}{gray} \colorlet{orange}{gray} @@ -42,58 +30,8 @@ \colorlet{textcolor}{gray} \colorlet{headercolor}{gray} -%%%%%%%%% -% Fonts % -%%%%%%%%% - -% \RequirePackage[quiet]{fontspec} -% \RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math} -% -% \newfontfamily\bodyfont[]{Helvetica Neue} -% \newfontfamily\thinfont[]{Helvetica Neue UltraLight} -% \newfontfamily\headingfont[]{Helvetica Neue Condensed Bold} -% -% \defaultfontfeatures{Mapping=tex-text} -% \setmainfont[Mapping=tex-text, Color=textcolor]{Helvetica Neue Light} -% -% \setmathfont{XITS Math} - -%%% modified by Karol Kozioł for ShareLaTex use -%\RequirePackage[quiet]{fontspec} -%\RequirePackage[math-style=TeX]{unicode-math} -% -%\newfontfamily\bodyfont -%[BoldFont=texgyreheros-bold.otf, -%ItalicFont=texgyreheros-italic.otf, -%BoldItalicFont=texgyreheros-bolditalic.otf] -%{texgyreheros-regular.otf} -%\newfontfamily\thinfont[]{Lato-Light.ttf} -%\newfontfamily\headingfont[]{texgyreheros-bold.otf} -% -%\defaultfontfeatures{Mapping=tex-text} -%\setmainfont -%[Mapping=tex-text, Color=textcolor, -%BoldFont=texgyreheros-bold.otf, -%ItalicFont=texgyreheros-italic.otf, -%BoldItalicFont=texgyreheros-bolditalic.otf -%] -%{texgyreheros-regular.otf} -% -%\setmathfont{texgyreheros-regular.otf} -%%% - -%%%%%%%%%% -% Header % -%%%%%%%%%% - \RequirePackage{tikz} -%\newcommand{\rolefont}{% -% \fontsize{14pt}{24pt}\selectfont% -% %\thinfont% -% \color{white}% -%} - \newcommand{\header}[3]{% \begin{tikzpicture}[remember picture,overlay] \node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth, minimum height=4cm] (box) at (current page.north){}; @@ -117,37 +55,6 @@ \RequirePackage{parskip} \newcounter{colorCounter} -%\def\@sectioncolor#1#2#3{% -% {% -% \color{% -% \ifcase\value{colorCounter}% -% blue\or% -% red\or% -% orange\or% -% green\or% -% purple\else% -% headercolor\fi% -% } #1#2#3% -% }% -% \stepcounter{colorCounter}% -%} - -%\renewcommand{\section}[1]{ -% \par\vspace{\parskip} -% {% -% \LARGE\color{headercolor}% -% \@sectioncolor #1% -% } -% \par\vspace{\parskip} -%} -% -%\renewcommand{\subsection}[1]{ -% \par\vspace{.5\parskip}% -% {% -% \large\color{headercolor} #1% -% } -% \par\vspace{.25\parskip}% -%} \pagestyle{empty} @@ -194,115 +101,6 @@ \let\section\oldsection } -%%%%%%%%%%%%%%%% -% Bibliography % -%%%%%%%%%%%%%%%% - -%\RequirePackage[style=verbose, maxnames=99, sorting=ydnt, backend=biber]{biblatex} -% -%\DeclareFieldFormat[article]{title}{#1\par} -%\DeclareFieldFormat[inproceedings]{title}{#1\par} -%\DeclareFieldFormat[misc]{title}{#1\par} -%\DeclareFieldFormat[report]{title}{#1\par} -% -%\DeclareBibliographyDriver{article}{% -% \printfield{title}% -% \newblock% -% \printnames{author}% -% \par% -% \newblock% -% {% -% \footnotesize\addfontfeature{Color=lightgray}\itshape% -% \usebibmacro{journal+issuetitle}% -% \setunit{\space}% -% \printfield{pages}% -% \newunit% -% \printlist{publisher}% -% \setunit*{\addcomma\space}% -% \printfield{year}% -% \newunit% -% } -% \par\vspace{0.3\baselineskip} -%} -% -%\DeclareBibliographyDriver{inproceedings}{% -% \printfield{title}% -% \newblock% -% \printnames{author}% -% \par% -% \newblock% -% {% -% \footnotesize\addfontfeature{Color=lightgray}% -% \printfield{booktitle}% -% \setunit{\addcomma\space}% -% \printfield{year}% -% \setunit{\addcomma\space}% -% \printlist{location}% -% \newunit% -% } -% \par\vspace{0.3\baselineskip} -%} -% -%\DeclareBibliographyDriver{misc}{% -% \printfield{title}% -% \newblock% -% \printnames{author}% -% \par% -% \newblock% -% {% -% \footnotesize\addfontfeature{Color=lightgray}\itshape% -% \printfield{booktitle}% -% \setunit*{\addcomma\space}% -% \printfield{note}% -% \setunit*{\addcomma\space}% -% \printfield{year}% -% \setunit{\addcomma\space}% -% \printlist{location}% -% \newunit% -% } -% \par\vspace{0.3\baselineskip} -%} -% -%\DeclareBibliographyDriver{report}{% -% \printfield{title}% -% \newblock% -% \printnames{author}% -% \par% -% \newblock% -% {% -% \footnotesize\addfontfeature{Color=lightgray}\itshape% -% \printfield{type}% -% \setunit{\space}% -% \printfield{number}% -% \setunit{\addcomma\space}% -% \printfield{year}% -% \newunit% -% } -% \par\vspace{0.3\baselineskip} -%} -% -%\DeclareNameFormat{author}{% -% \small\addfontfeature{Color=lightgray}% -% \ifblank{##3}{}{##3\space}#1% -% \ifthenelse{\value{listcount}<\value{liststop}} -% {\addcomma\space} -% {}% -%} -% -%\newcommand{\printbibsection}[2]{ -% \begin{refsection} -% \nocite{*} -% \printbibliography[sorting=chronological, type={#1}, title={#2}, heading=subbibliography] -% \end{refsection} -%} -% -%\DeclareSortingScheme{chronological}{ -% \sort[direction=descending]{\field{year}} -% \sort[direction=descending]{\field{month}} -%} - - - %%%%%%%%%%%%%%%% % Other tweaks % %%%%%%%%%%%%%%%%