diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-03-07 06:05:59 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-03-07 06:05:59 +0100 |
commit | 9318cf9302ecefccd7cff8461439c965b1e1edc8 (patch) | |
tree | 3743b960df6e75c920171592d1ed0a6339f9dac4 /yaac-another-awesome-cv/example/section_langues.tex | |
parent | 617192d5107af675fdf27462e21f60c8459b2c5e (diff) | |
download | cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.gz cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.bz2 cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.tar.xz cv-9318cf9302ecefccd7cff8461439c965b1e1edc8.zip |
First draft of scientific CV
Diffstat (limited to 'yaac-another-awesome-cv/example/section_langues.tex')
-rwxr-xr-x | yaac-another-awesome-cv/example/section_langues.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/yaac-another-awesome-cv/example/section_langues.tex b/yaac-another-awesome-cv/example/section_langues.tex new file mode 100755 index 0000000..6a817f2 --- /dev/null +++ b/yaac-another-awesome-cv/example/section_langues.tex @@ -0,0 +1,26 @@ +% Awesome Source CV LaTeX Template
+%
+% This template has been downloaded from:
+% https://github.com/darwiin/awesome-neue-latex-cv
+%
+% Author:
+% Christophe Roger
+%
+% Template license:
+% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
+
+%Section: Languages
+\twocolumnsection
+{\sectionTitle{Langues}{\faLanguage}
+\begin{skills}
+ \skill{Français}{5}
+ \skill{Anglais}{4}
+\end{skills}}
+{\sectionTitle{Forces}{\faPlus}
+\vspace{1em}
+\begin{itemize}
+ \item Passioné
+ \item Motivé
+ \item Autonome
+\end{itemize}
+}
|