minor changes
This commit is contained in:
parent
cc5b0dabcf
commit
b20945c82d
4
CV.tex
4
CV.tex
@ -53,7 +53,7 @@
|
|||||||
\datedexperience{Mobile-Software AG}{2019-2020 / Germany}
|
\datedexperience{Mobile-Software AG}{2019-2020 / Germany}
|
||||||
\explanation{Ios Developer}
|
\explanation{Ios Developer}
|
||||||
\explanationdetail{\coloredbullet\ %
|
\explanationdetail{\coloredbullet\ %
|
||||||
\lipsum[1][4-5]\par. %replace this part with actual text
|
\lipsum[1][4-5]\par %replace this part with actual text
|
||||||
}
|
}
|
||||||
%
|
%
|
||||||
\datedexperience{BMW Autonomous Driving Campus}{2020-Now / Germany}
|
\datedexperience{BMW Autonomous Driving Campus}{2020-Now / Germany}
|
||||||
@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
%
|
%
|
||||||
\newcommand{\extrathree}{%
|
\newcommand{\extrathree}{%
|
||||||
\lipsum[1][11-12]\par%replace this part with actual text
|
\lipsum[1][11-12]%replace this part with actual text
|
||||||
}
|
}
|
||||||
%
|
%
|
||||||
\newcommand{\listofextras}{\extraone, \extratwo, \extrathree}
|
\newcommand{\listofextras}{\extraone, \extratwo, \extrathree}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
\RequirePackage{titlesec}
|
\RequirePackage{titlesec}
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
\RequirePackage{fontspec}
|
\RequirePackage{fontspec}
|
||||||
\RequirePackage[left=0.75in,top=0.4in,right=0.75in,bottom=0.6in]{geometry} % Document margins
|
\RequirePackage[left=0.75in,top=0.3in,right=0.75in,bottom=0.6in]{geometry} % Document margins
|
||||||
\RequirePackage{hyperref}
|
\RequirePackage{hyperref}
|
||||||
\RequirePackage{fontawesome}
|
\RequirePackage{fontawesome}
|
||||||
\RequirePackage{mfirstuc}
|
\RequirePackage{mfirstuc}
|
||||||
@ -143,15 +143,11 @@ Position: & \@claimedposition \\
|
|||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\explanation}[1]{%
|
\newcommand{\explanation}[1]{%
|
||||||
\noindent \mbox { \scshape \hspace{1.2em} \footnotesize #1}\\[0.05cm]
|
\mbox { \scshape \hspace{1.2em} \footnotesize #1}\\[0.05cm]
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\explanationdetail}[1]{%
|
\newcommand{\explanationdetail}[1]{%
|
||||||
\begin{minipage}{\linewidth} \hspace{1.5em} \footnotesize #1 \end{minipage} \\[0.1cm]
|
\indent \begin{minipage}{0.96\linewidth} \footnotesize #1 \end{minipage} \\[0.1cm]
|
||||||
}
|
|
||||||
|
|
||||||
\newcommand{\simpletext}[1]{%
|
|
||||||
\begin{minipage}{\linewidth} \footnotesize #1 \end{minipage}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\itemwithtext}[1]{%
|
\newcommand{\itemwithtext}[1]{%
|
||||||
@ -160,7 +156,7 @@ Position: & \@claimedposition \\
|
|||||||
|
|
||||||
\newcommand{\addblocktext}[2]{%
|
\newcommand{\addblocktext}[2]{%
|
||||||
\section{#1}
|
\section{#1}
|
||||||
\explanationdetail{#2}
|
\indent \explanationdetail{\hspace{4ex} #2}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand\createskill[2]{%
|
\newcommand\createskill[2]{%
|
||||||
|
Loading…
Reference in New Issue
Block a user