I tried something. I failed. Ok. removed the packages, clutter, organized i3 config, added google-this mode, nyan-cat-mode, dummyparents, compilation for c++ and elpymode, a template for my cvs

This commit is contained in:
TuDatTr
2018-01-04 14:54:30 +01:00
parent 60739c339c
commit e761450c89
2434 changed files with 51974 additions and 204976 deletions

42
Templates/LaTeX/cv.tex Normal file
View File

@@ -0,0 +1,42 @@
\documentclass[12pt,a4paper,sans]{moderncv}
% -------------------------------------------------------------------------------
% PACKAGES
% -------------------------------------------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[a4paper, top=1.5cm, margin=2.5cm]{geometry}
\usepackage{tikz}
\usepackage{xcolor}
% -------------------------------------------------------------------------------
% COLORS
% -------------------------------------------------------------------------------
\definecolor{white}{RGB}{255,255,255}
\definecolor{blue}{HTML}{3970AB}
\definecolor{gray}{HTML}{B9B9B9}
\definecolor{mint}{HTML}{50B48A}
% -------------------------------------------------------------------------------
% NEW COMMANDS
% -------------------------------------------------------------------------------
\newcommand\skill[1]{
\begin{tikzpicture}
\foreach [count=\i] \x/\y in {#1}
{
\draw[fill=gray, gray] (0,\i) rectangle (\y,\i+0.4);
\draw[fill=white,mint](0,\i) rectangle (\x,\i+0.4);
}
\end{tikzpicture}
}
\newcommand{\givenskill}{}
% -------------------------------------------------------------------------------
% PERSONAL INFORMATION
% -------------------------------------------------------------------------------
\firstname{Tuan-Dat}
\familyname{Tran}
\email{tran.tuan-dat@mailbox.org}
\social[github]{TuDatTr}
% \quote{Be the change you to see in the world}