diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-26 14:13:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-26 14:13:07 +0300 |
commit | 6175f9f2e26a598266580bcc3da301ea6ffe286a (patch) | |
tree | 780a8ad307c3ff710c8cae7ac31adfaaa55cdbc7 /cv.tex | |
parent | fix Docker builds (diff) | |
download | cv-6175f9f2e26a598266580bcc3da301ea6ffe286a.tar.gz cv-6175f9f2e26a598266580bcc3da301ea6ffe286a.zip |
use \begin{comment}
Diffstat (limited to '')
-rw-r--r-- | cv.tex | 32 |
1 files changed, 20 insertions, 12 deletions
@@ -6,6 +6,9 @@ \usepackage[T1]{fontenc} \usepackage[english]{babel} +% \begin{comment} +\usepackage{verbatim} + % Sans serif by default \renewcommand\familydefault{\sfdefault} @@ -207,20 +210,25 @@ system performance issues was developed. \end{CvWorkplaceDescription} \CvRule -%\CvSectionHeader{Education} +\begin{comment} +% Wish I was a properly educated man :-( + +\CvSectionHeader{Education} -%\CvWorkplaceHeader{2009}{2013}{Bachelor of Computer Science}{SPbSU}{eng.spbu.ru} +\CvWorkplaceHeader{2009}{2013}{Bachelor of Computer Science}{SPbSU}{eng.spbu.ru} + +\begin{CvWorkplaceDescription} +During my education, I've been focusing on the following topics: +\begin{itemize}[noitemsep] + \item x86(-64) architecture (including writing a term paper "Verification of +a x86-64 disassembler"), + \item x86(-64) microarchitecture (including working on my bachelor thesis +"Attacking AES in a cloud using CPU caches"). +\end{itemize} +\end{CvWorkplaceDescription} +\CvRule -%\begin{CvWorkplaceDescription} -%During my education, I've been focusing on the following topics: -%\begin{itemize}[noitemsep] - %\item x86(-64) architecture (including writing a term paper "Verification of -%a x86-64 disassembler"), - %\item x86(-64) microarchitecture (including working on my bachelor thesis -%"Attacking AES in a cloud using CPU caches"). -%\end{itemize} -%\end{CvWorkplaceDescription} -%\CvRule +\end{comment} \begin{minipage}[t]{.5\linewidth} \CvSectionHeader{Programming Languages} |