diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-07-14 01:46:06 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-07-14 01:46:06 +0200 |
| commit | f4cb66e8820f9eea32346d8d73e093db9c25e310 (patch) | |
| tree | 992cd55f53c239c4a07ab8430524af453d0342e3 | |
| parent | 27f65d4799b0d1abdb7d983511d8cbf6b886800d (diff) | |
init
| -rw-r--r-- | cv.cls | 107 | ||||
| -rw-r--r-- | cv.tex | 54 | ||||
| -rw-r--r-- | cv/init.lua | 3 | ||||
| -rw-r--r-- | flake.lock | 75 | ||||
| -rw-r--r-- | flake.nix | 31 | ||||
| -rw-r--r-- | main.aux | 4 | ||||
| -rw-r--r-- | main.log | 848 | ||||
| -rw-r--r-- | main.pdf | bin | 0 -> 63302 bytes | |||
| -rw-r--r-- | main.tex | 20 |
9 files changed, 929 insertions, 213 deletions
@@ -1,60 +1,61 @@ -\LoadClass{article} \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{cv}[Sept 2023 custom cv class] +\ProvidesClass{cv}[cv] + +% Font +\usepackage{fontspec} +\setmainfont[Ligatures=TeX]{vollkorn} +\setsansfont[Ligatures=TeX]{metropolis} + +\renewcommand{\normalsize}{\fontsize{10}{11}\selectfont} + \RequirePackage{titlesec} -\RequirePackage{tabularx} -\RequirePackage{pgffor} -\RequirePackage{pbox} -\RequirePackage{geometry} - -% lengths and orientation -\setlength{\parindent}{0ex} % Remove indent -\setlength{\parskip}{0ex} -\geometry{letterpaper, portrait, margin=1in} - -\titleformat{\section} -{\Large\scshape\raggedright} -{}{0em} -{} -[\titlerule] - -\titlespacing*{\section}{0pt}{1.6ex}{2.5ex} - -\titleformat{\subsection} -{\large\bfseries\raggedright} -{}{0em} -{} - -\newcommand{\contact}[5]{ - #1\newline - #2\newline - #3\newline - \href{mailto:#4}{#4}\newline - \href{https://#5}{#5} +\usepackage[a4paper, margin=4cm]{geometry} +\usepackage{enumitem} + +\DeclareRobustCommand\scriptsize{\@setfontsize\scriptsize\@viiipt{9.5}} +\DeclareRobustCommand\tiny{\@setfontsize\tiny\@vipt\@viipt} +\DeclareRobustCommand\large{\@setfontsize\large\@xiipt{14}} +\DeclareRobustCommand\Large{\@setfontsize\Large\@xivpt{18}} +\DeclareRobustCommand\LARGE{\@setfontsize\LARGE\@xviipt{22}} +\DeclareRobustCommand\huge{\@setfontsize\huge\@xxpt{25}} +\DeclareRobustCommand\Huge{\@setfontsize\Huge\@xxvpt{30}} + +\titleformat{\section}{\hrule \vspace{3pt} \sffamily \bfseries \scriptsize \MakeUppercase}{}{2em}{} +\titlespacing{\section}{0pt}{20pt}{8pt} + +\newcommand\labelitemi {\labelitemfont \textbullet} +\newcommand\labelitemii {\labelitemfont \bfseries \textendash} +\newcommand\labelitemiii{\labelitemfont \textasteriskcentered} +\newcommand\labelitemiv {\labelitemfont \textperiodcentered} +\newcommand\labelitemfont{\normalfont} + +\newcommand{\role}[4]{% + \noindent\begin{minipage}[t]{.7\textwidth}% + \noindent{\LARGE \MakeTitlecase #1} + + \noindent{\itshape #3 \vspace{5pt}} + \vspace{5pt} + + \begin{itemize}[align=left,label=\textbf{\arabic{*}},leftmargin=3em,labelwidth=!,labelsep=3em] + #4 + \end{itemize} + \end{minipage} + \begin{minipage}[t]{.3\textwidth} + \raggedleft \Large #2 + \end{minipage} } -\newcommand{\experience}[5]{ - #1 #2, #3, #4, - \begin{itemize} - #5 - \end{itemize} -} +\newcommand{\entry}[3]{% + \noindent\begin{minipage}[t]{.7\textwidth}% + \noindent{\LARGE \MakeTitlecase #1 \vspace{5pt}} -\newcommand{\talk}[4]{ - \textit{#1}. #2, #3, #4. -} + \begin{itemize}[align=left,label=\textbf{\arabic{*}},leftmargin=3em,labelwidth=!,labelsep=3em] + #3 + \end{itemize} + \end{minipage} + \begin{minipage}[t]{.3\textwidth} + \raggedleft \Large #2 + \end{minipage} -% Command to produce a paper: -% #1 (optional) joint authors -% #2 title -% #3 status - in preparation, submitted, accepted by..., to appear in..., etc. -% #4 Anything else, e.g. links -\newcommand{\paper}[4][\@nil]{% - \def\tmp{#1}% - - \ifx\tmp\@nnil - \textbf{#2}. #3. #4 - \else - \textbf{#2} (joint with #1). #3. #4 - \fi + \vspace{20pt} } @@ -1,54 +0,0 @@ -%%% Local Variables: -%%% mode: latex -%%% TeX-master: t -%%% End: -\documentclass{cv} -\usepackage{enumitem} -\usepackage{etaremune} -\usepackage{amsmath} -\usepackage[colorlinks = true, linkcolor = blue, urlcolor = blue, citecolor = blue, anchorcolor = blue]{hyperref} - -\begin{document} -\contact{Mike Vink} -{Utrecht} -{+31 6 40970634} -{mike1994vinkm@gmail.com} -{www.vinkland.xyz} - -\section{Summary} -\section{Experience} - -\experience -{November 2019}{November 2020} -{Research Intern at the Structural Neurobiology group of Dr. ir. Bert Janssen} -{Utrecht University}{ -\item Researched the structure of a neuronal protein using crystallisation and X-ray diffraction. Designed primers and purified protein constructs. Performed biophysical tests to research protein protein interactions for constructs (mostly SEC, SEC-MALS, AUC). Designed and set up crystallisation trials for constructs. Fished for crystals and prepared samples for synchotron. Wrote a thesis giving a literature review and summarising results. -} - -\experience -{Februari 2018}{May 2018} -{Research Intern at the X-Ray and Crystallography group of Dr. Piet Gros} -{Utrecht University}{ -\item -} - -\section{Skills} -\section{Education} - -\experience -{September 2019}{May 2021} -{Molecular and Cellular Life Sciences, MSc.} -{Utrecht University}{ -\item Enrolled in the biophysics and molecular imaging major and got a 7.8/10 grade average over the entire masters. Completed crystallography and molecular dynamics courses. Wrote an article reviewing different protein cavity detection algorithms. -\item Enrolled in the applied datascience minor and got a 8.6/10 grade over the projects and courses in the minor. Completed courses about programming machine learning algorithms "deep learning" and "data mining". Applied machine learning algorithms in research projects "Comparative study of state-of-the-art GANs" and "a data exploration using the FluPrint database". -} - -\experience -{September 2014}{May 2018} -{Molecular Life Sciences, BSc.} -{Utrecht University}{ -\item Enrolled in courses related to molecular imaging techniques (crystallography, NMR, and molecular dynamics). Part of multiple student organisations, biology and chemistry student groups, utrecht student rugby society (USRS) for 1 year, and student rowing club ORCA for 1 year. Made final round for high level rowing competition try outs. -} - -\section{Certifications} -\end{document} diff --git a/cv/init.lua b/cv/init.lua new file mode 100644 index 0000000..a3b33b5 --- /dev/null +++ b/cv/init.lua @@ -0,0 +1,3 @@ +local M = {} +M.hello = "world" +return M diff --git a/flake.lock b/flake.lock deleted file mode 100644 index caec498..0000000 --- a/flake.lock +++ /dev/null @@ -1,75 +0,0 @@ -{ - "nodes": { - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "nix-filter": { - "locked": { - "lastModified": 1694434370, - "narHash": "sha256-7yfdTR4mCvWZ39Q6HUcsa18tr0mg+fJZSaHE/63rwoo=", - "owner": "numtide", - "repo": "nix-filter", - "rev": "d6381c442f79f2f1fdfde00521c3d15d6c21218e", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "nix-filter", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1694593561, - "narHash": "sha256-WSaIQZ5s9N9bDFkEMTw6P9eaZ9bv39ZhsiW12GtTNM0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "1697b7d480449b01111e352021f46e5879e47643", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "nix-filter": "nix-filter", - "nixpkgs": "nixpkgs" - } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/flake.nix b/flake.nix deleted file mode 100644 index b967b92..0000000 --- a/flake.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ - inputs = { - nixpkgs.url = "nixpkgs"; - nix-filter.url = "github:numtide/nix-filter"; - flake-utils.url = "github:numtide/flake-utils"; - }; - outputs = { - self, - flake-utils, - ... - } @ inputs: - flake-utils.lib.eachDefaultSystem (system: let - pkgs = - import inputs.nixpkgs - { - inherit system; - }; - tex = pkgs.texlive.combine { - inherit (pkgs.texlive) scheme-medium latex-bin latexmk - enumitem etaremune hyperref amsmath titlesec pbox; - }; - in { - devShells.default = pkgs.mkShell { - name = "dev"; - buildInputs = [ - pkgs.coreutils - tex - ]; - }; - }); -} diff --git a/main.aux b/main.aux new file mode 100644 index 0000000..2b4a3e7 --- /dev/null +++ b/main.aux @@ -0,0 +1,4 @@ +\relax +\@writefile{toc}{\contentsline {section}{experience}{}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{education}{}{}\protected@file@percent } +\gdef \@abspage@last{1} diff --git a/main.log b/main.log new file mode 100644 index 0000000..c804cae --- /dev/null +++ b/main.log @@ -0,0 +1,848 @@ +This is LuaHBTeX, Version 1.22.0 (TeX Live 2025) (format=lualatex 2025.7.13) 14 JUL 2025 01:45 + restricted system commands enabled. +**main.tex +(./main.tex +LaTeX2e <2025-06-01> patch level 1 +L3 programming layer <2025-07-11> +Lua module: luaotfload 2024-12-03 v3.29 Lua based OpenType font support +Lua module: lualibs 2023-07-13 v2.76 ConTeXt Lua standard libraries. +Lua module: lualibs-extended 2023-07-13 v2.76 ConTeXt Lua libraries -- extended +collection. +luaotfload | conf : Root cache directory is "/home/ivi/.texlive2025/texmf-var/lu +atex-cache/generic/names". +luaotfload | init : Loading fontloader "fontloader-2023-12-28.lua" from kpse-res +olved path "/opt/texlive/2025/texmf-dist/tex/luatex/luaotfload/fontloader-2023-1 +2-28.lua". +Lua-only attribute luaotfload@noligature = 1 +luaotfload | init : Context OpenType loader version 3.134 +Inserting `luaotfload.node_processor' in `pre_linebreak_filter'. +Inserting `luaotfload.node_processor' in `hpack_filter'. +Inserting `luaotfload.glyph_stream' in `glyph_stream_provider'. +Inserting `luaotfload.define_font' in `define_font'. +Lua-only attribute luaotfload_color_attribute = 2 +luaotfload | conf : Root cache directory is "/home/ivi/.texlive2025/texmf-var/lu +atex-cache/generic/names". +Inserting `luaotfload.harf.strip_prefix' in `find_opentype_file'. +Inserting `luaotfload.harf.strip_prefix' in `find_truetype_file'. +Removing `luaotfload.glyph_stream' from `glyph_stream_provider'. +Inserting `luaotfload.harf.glyphstream' in `glyph_stream_provider'. +Inserting `luaotfload.harf.finalize_vlist' in `post_linebreak_filter'. +Inserting `luaotfload.harf.finalize_hlist' in `hpack_filter'. +Inserting `luaotfload.cleanup_files' in `wrapup_run'. +Inserting `luaotfload.harf.finalize_unicode' in `finish_pdffile'. +Inserting `luaotfload.glyphinfo' in `glyph_info'. +Lua-only attribute luaotfload.letterspace_done = 3 +Inserting `luaotfload.aux.set_sscale_dimens' in `luaotfload.patch_font'. +Inserting `luaotfload.aux.set_font_index' in `luaotfload.patch_font'. +Inserting `luaotfload.aux.patch_cambria_domh' in `luaotfload.patch_font'. +Inserting `luaotfload.aux.fixup_fontdata' in `luaotfload.patch_font_unsafe'. +Inserting `luaotfload.aux.set_capheight' in `luaotfload.patch_font'. +Inserting `luaotfload.aux.set_xheight' in `luaotfload.patch_font'. +Inserting `luaotfload.rewrite_fontname' in `luaotfload.patch_font'. +Inserting `tracingstacklevels' in `input_level_string'. (./cv.cls +Document Class: cv cv +(/opt/texlive/2025/texmf-dist/tex/latex/fontspec/fontspec.sty +(/opt/texlive/2025/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +(/opt/texlive/2025/texmf-dist/tex/latex/l3kernel/expl3.sty +Package: expl3 2025-07-11 L3 programming layer (loader) + +(/opt/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-luatex.def +File: l3backend-luatex.def 2025-06-09 L3 backend support: PDF output (LuaTeX) +\l__color_backend_stack_int=\count273 +Inserting `l3color' in `luaotfload.parse_color'.)) +Package: xparse 2024-08-16 L3 Experimental document command parser +) +Package: fontspec 2024/05/11 v2.9e Font selection for XeLaTeX and LuaLaTeX +Lua module: fontspec 2024/05/11 v2.9e Font selection for XeLaTeX and LuaLaTeX +(/opt/texlive/2025/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty +Package: fontspec-luatex 2024/05/11 v2.9e Font selection for XeLaTeX and LuaLaT +eX +\l__fontspec_script_int=\count274 +\l__fontspec_language_int=\count275 +\l__fontspec_strnum_int=\count276 +\l__fontspec_tmp_int=\count277 +\l__fontspec_tmpa_int=\count278 +\l__fontspec_tmpb_int=\count279 +\l__fontspec_tmpc_int=\count280 +\l__fontspec_em_int=\count281 +\l__fontspec_emdef_int=\count282 +\l__fontspec_strong_int=\count283 +\l__fontspec_strongdef_int=\count284 +\l__fontspec_tmpa_dim=\dimen147 +\l__fontspec_tmpb_dim=\dimen148 +\l__fontspec_tmpc_dim=\dimen149 + +(/opt/texlive/2025/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2024/12/21 v2.1c Standard LaTeX package +luaotfload | db : Font names database loaded from /home/ivi/.texlive2025/texmf-v +ar/luatex-cache/generic/names/luaotfload-names.luc.gz) + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.439 ..._in:NnT \@filelist {.cls} { \normalsize } + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + +(/opt/texlive/2025/texmf-dist/tex/latex/fontspec/fontspec.cfg))) +luaotfload | cache : Lookup cache loaded from /home/ivi/.texlive2025/texmf-var/l +uatex-cache/generic/names/luaotfload-lookup-cache.luc. + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.7 \setsansfont + [Ligatures=TeX]{metropolis} +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +Package fontspec Info: +(fontspec) Font family 'vollkorn(0)' created for font 'vollkorn' +(fontspec) with options [Ligatures=TeX,Ligatures=TeX]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"name:vollkorn:mode=node;script=latn;language=dflt;+t +lig;" +(fontspec) - 'small caps' (m/sc) with NFSS spec.: +(fontspec) <->"name:vollkorn:mode=node;script=latn;language=dflt;+t +lig;+smcp;" +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"name:vollkorn/B:mode=node;script=latn;language=dflt; ++tlig;" +(fontspec) - 'bold small caps' (b/sc) with NFSS spec.: +(fontspec) <->"name:vollkorn/B:mode=node;script=latn;language=dflt; ++tlig;+smcp;" +(fontspec) - 'italic' (m/it) with NFSS spec.: +(fontspec) <->"name:vollkorn/I:mode=node;script=latn;language=dflt; ++tlig;" +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"name:vollkorn/BI:mode=node;script=latn;language=dflt +;+tlig;" + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +! LaTeX Error: The font size command \normalsize is not defined: + there is probably something wrong with the class file. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.8 + +Your command was ignored. +Type I <command> <return> to replace it with another command, +or <return> to continue without it. + + +Package fontspec Info: +(fontspec) Font family 'metropolis(0)' created for font +(fontspec) 'metropolis' with options +(fontspec) [Ligatures=TeX,Ligatures=TeX]. +(fontspec) +(fontspec) This font family consists of the following NFSS +(fontspec) series/shapes: +(fontspec) +(fontspec) - 'normal' (m/n) with NFSS spec.: +(fontspec) <->"name:metropolis:mode=node;script=DFLT;language=dflt; ++tlig;" +(fontspec) - 'bold' (b/n) with NFSS spec.: +(fontspec) <->"name:metropolis/B:mode=node;script=DFLT;language=dfl +t;+tlig;" +(fontspec) - 'italic' (m/it) with NFSS spec.: +(fontspec) <->"name:metropolis/I:mode=node;script=DFLT;language=dfl +t;+tlig;" +(fontspec) - 'bold italic' (b/it) with NFSS spec.: +(fontspec) <->"name:metropolis/BI:mode=node;script=DFLT;language=df +lt;+tlig;" + +(/opt/texlive/2025/texmf-dist/tex/latex/titlesec/titlesec.sty +Package: titlesec 2025/01/04 v2.17 Sectioning titles +\ttl@box=\box53 +\beforetitleunit=\skip49 +\aftertitleunit=\skip50 +\ttl@plus=\dimen150 +\ttl@minus=\dimen151 +\ttl@toksa=\toks17 +\titlewidth=\dimen152 +\titlewidthlast=\dimen153 +\titlewidthfirst=\dimen154 + + +Package titlesec Warning: Non standard sectioning command \section +(titlesec) detected. Using default spacing and no format. + + +Package titlesec Warning: Non standard sectioning command \subsection +(titlesec) detected. Using default spacing and no format. + + +Package titlesec Warning: Non standard sectioning command \subsubsection +(titlesec) detected. Using default spacing and no format. + + +Package titlesec Warning: Non standard sectioning command \paragraph +(titlesec) detected. Using default spacing and no format. + + +Package titlesec Warning: Non standard sectioning command \subparagraph +(titlesec) detected. Using default spacing and no format. + +) (/opt/texlive/2025/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/opt/texlive/2025/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2022/05/29 v1.15 key=value parser (DPC) +\KV@toks@=\toks18 +) +(/opt/texlive/2025/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/opt/texlive/2025/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2024/12/12 v1.0g TeX engine tests +)) +\Gm@cnth=\count285 +\Gm@cntv=\count286 +\c@Gm@tempcnt=\count287 +\Gm@bindingoffset=\dimen155 +\Gm@wd@mp=\dimen156 +\Gm@odd@mp=\dimen157 +\Gm@even@mp=\dimen158 +\Gm@layoutwidth=\dimen159 +\Gm@layoutheight=\dimen160 +\Gm@layouthoffset=\dimen161 +\Gm@layoutvoffset=\dimen162 +\Gm@dimlist=\toks19 +) +(/opt/texlive/2025/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2025/02/06 v3.11 Customized lists +\labelindent=\skip51 +\enit@outerparindent=\dimen163 +\enit@toks=\toks20 +\enit@inbox=\box54 +\enit@count@id=\count288 + +! Undefined control sequence. +<argument> \scriptsize + +l.1104 \SetEnumitemSize{script}\scriptsize + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \tiny + +l.1105 \SetEnumitemSize{tiny}\tiny + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \footnotesize + +l.1106 \SetEnumitemSize{footnote}\footnotesize + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \small + +l.1107 \SetEnumitemSize{small}\small + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \large + +l.1109 \SetEnumitemSize{large}\large + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \Large + +l.1110 \SetEnumitemSize{Large}\Large + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \LARGE + +l.1111 \SetEnumitemSize{LARGE}\LARGE + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \huge + +l.1112 \SetEnumitemSize{huge}\huge + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<argument> \Huge + +l.1113 \SetEnumitemSize{Huge}\Huge + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +\enitdp@description=\count289 + +! LaTeX Error: Environment description undefined. + +See the LaTeX manual or LaTeX Companion for explanation. +Type H <return> for immediate help. + ... + +l.1853 \renewenvironment{description} + [1][] +Try typing <return> to proceed. +If that doesn't work, type X <return> to quit. + +)) (/opt/texlive/2025/texmf-dist/tex/latex/lipsum/lipsum.sty +(/opt/texlive/2025/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2024-08-16 LaTeX2e option processing using LaTeX3 keys +) +Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text +\g__lipsum_par_int=\count290 +\l__lipsum_a_int=\count291 +\l__lipsum_b_int=\count292 + +(/opt/texlive/2025/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex)) (./main.aux) +\openout1 = main.aux + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for TU/lmr/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 4. +LaTeX Font Info: ... okay on input line 4. + +Package fontspec Info: +(fontspec) Adjusting the maths setup (use [no-math] to avoid +(fontspec) this). + +\symlegacymaths=\mathgroup4 +LaTeX Font Info: Overwriting symbol font `legacymaths' in version `bold' +(Font) OT1/cmr/m/n --> OT1/cmr/bx/n on input line 4. +LaTeX Font Info: Redeclaring math accent \acute on input line 4. +LaTeX Font Info: Redeclaring math accent \grave on input line 4. +LaTeX Font Info: Redeclaring math accent \ddot on input line 4. +LaTeX Font Info: Redeclaring math accent \tilde on input line 4. +LaTeX Font Info: Redeclaring math accent \bar on input line 4. +LaTeX Font Info: Redeclaring math accent \breve on input line 4. +LaTeX Font Info: Redeclaring math accent \check on input line 4. +LaTeX Font Info: Redeclaring math accent \hat on input line 4. +LaTeX Font Info: Redeclaring math accent \dot on input line 4. +LaTeX Font Info: Redeclaring math accent \mathring on input line 4. +LaTeX Font Info: Redeclaring math symbol \colon on input line 4. +LaTeX Font Info: Redeclaring math symbol \Gamma on input line 4. +LaTeX Font Info: Redeclaring math symbol \Delta on input line 4. +LaTeX Font Info: Redeclaring math symbol \Theta on input line 4. +LaTeX Font Info: Redeclaring math symbol \Lambda on input line 4. +LaTeX Font Info: Redeclaring math symbol \Xi on input line 4. +LaTeX Font Info: Redeclaring math symbol \Pi on input line 4. +LaTeX Font Info: Redeclaring math symbol \Sigma on input line 4. +LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 4. +LaTeX Font Info: Redeclaring math symbol \Phi on input line 4. +LaTeX Font Info: Redeclaring math symbol \Psi on input line 4. +LaTeX Font Info: Redeclaring math symbol \Omega on input line 4. +LaTeX Font Info: Redeclaring math symbol \mathdollar on input line 4. +LaTeX Font Info: Redeclaring symbol font `operators' on input line 4. +LaTeX Font Info: Encoding `OT1' has changed to `TU' for symbol font +(Font) `operators' in the math version `normal' on input line 4. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> TU/vollkorn(0)/m/n on input line 4. +LaTeX Font Info: Encoding `OT1' has changed to `TU' for symbol font +(Font) `operators' in the math version `bold' on input line 4. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> TU/vollkorn(0)/m/n on input line 4. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) TU/vollkorn(0)/m/n --> TU/vollkorn(0)/m/n on input line + 4. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> TU/vollkorn(0)/m/it on input line 4. +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> TU/vollkorn(0)/b/n on input line 4. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> TU/metropolis(0)/m/n on input line 4. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> TU/lmtt/m/n on input line 4. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) TU/vollkorn(0)/m/n --> TU/vollkorn(0)/b/n on input line + 4. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> TU/vollkorn(0)/b/it on input line 4. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> TU/metropolis(0)/b/n on input line 4. + +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold' +(Font) OT1/cmtt/m/n --> TU/lmtt/b/n on input line 4. + +*geometry* driver: auto-detecting +*geometry* detected driver: luatex +*geometry* verbose mode - [ preamble ] result: +* driver: luatex +* paper: a4paper +* layout: <same size as paper> +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(113.81102pt, 369.88583pt, 113.81102pt) +* v-part:(T,H,B)=(113.81102pt, 617.4248pt, 113.81102pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=369.88583pt +* \textheight=617.4248pt +* \oddsidemargin=41.54103pt +* \evensidemargin=41.54103pt +* \topmargin=41.54103pt +* \headheight=0.0pt +* \headsep=0.0pt +* \topskip=10.0pt +* \footskip=0.0pt +* \marginparwidth=0.0pt +* \marginparsep=0.0pt +* \columnsep=0.0pt +* \skip\footins=12.0pt plus 4.0pt minus 4.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +! Missing number, treated as zero. +<to be read again> + \c@ +l.10 } + +A number should have been here; I inserted `0'. +(If you can't figure out why I needed to see a number, +look up `weird error' in the index to The TeXbook.) + +! Missing number, treated as zero. +<to be read again> + \c@ +l.10 } + +A number should have been here; I inserted `0'. +(If you can't figure out why I needed to see a number, +look up `weird error' in the index to The TeXbook.) + + +Overfull \hbox (1.33331pt too wide) in paragraph at lines 10--11 +[] [] + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 10--11 + + [] + +! Missing number, treated as zero. +<to be read again> + \c@ +l.15 } + +A number should have been here; I inserted `0'. +(If you can't figure out why I needed to see a number, +look up `weird error' in the index to The TeXbook.) + + +Overfull \hbox (1.33331pt too wide) in paragraph at lines 15--15 +[] [] + [] + +! Missing number, treated as zero. +<to be read again> + \c@ +l.18 } + +A number should have been here; I inserted `0'. +(If you can't figure out why I needed to see a number, +look up `weird error' in the index to The TeXbook.) + + +Overfull \hbox (1.33331pt too wide) in paragraph at lines 18--18 +[] [] + [] + + + +[1{/opt/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map} +! Undefined control sequence. +<write> ...ntsline {section}{experience}{\thepage + }{}\protected@file@percent } +l.20 \end{document} + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +! Undefined control sequence. +<write> ...entsline {section}{education}{\thepage + }{}\protected@file@percent } +l.20 \end{document} + +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. + +] (./main.aux) + *********** +LaTeX2e <2025-06-01> patch level 1 +L3 programming layer <2025-07-11> + *********** +) + +Here is how much of LuaTeX's memory you used: + 4296 strings out of 470133 + 100000,794899 words of node,token memory allocated + 386 words of node memory still in use: + 3 hlist, 1 vlist, 1 rule, 2 glue, 3 kern, 1 glyph, 4 attribute, 44 glue_spec, + 4 attribute_list, 1 write nodes + avail lists: 2:204,3:104,4:9,5:170,6:38,7:2156,8:2,9:130,10:8,11:148 + 32694 multiletter control sequences out of 65536+600000 + 43 fonts using 6294087 bytes + 88i,5n,105p,685b,277s stack positions out of 10000i,1000n,20000p,200000b,200000s +</usr/share/fonts/TTF/Vollkorn-Bold.ttf></usr/share/fonts/TTF/Vollkorn-Italic.tt +f></usr/share/fonts/TTF/Vollkorn-Regular.ttf></home/ivi/.local/share/fonts/Metro +polis-Bold.ttf> +Output written on main.pdf (1 page, 63302 bytes). + +PDF statistics: 36 PDF objects out of 1000 (max. 8388607) + 20 compressed objects within 1 object stream + 0 named destinations out of 1000 (max. 131072) + 1 words of extra memory for PDF output out of 10000 (max. 100000000) + diff --git a/main.pdf b/main.pdf Binary files differnew file mode 100644 index 0000000..3ff6d69 --- /dev/null +++ b/main.pdf diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..20c4cfb --- /dev/null +++ b/main.tex @@ -0,0 +1,20 @@ +\documentclass{cv} +\usepackage{lipsum} + +\begin{document} + +\section{experience} +\role{Utrect University}{nov. 2020 -\\ nov. 2019}{Research Intern}{ + \item Tijdens mijn master thesis onderzoek bij de Structural Neurobiology groep van Dr. ir. Bert Janssen heb ik gewerkt aan het toepassen van kristallisatie en X-ray diffractie structuurbepaling op een neuronaal eiwit. Het doel van het onderzoek was fundamentele vragen beantwoorden over neuronale eiwitten: Wat zijn de eiwitstructuur en biochemie achter neuronale eiwit interacties? Het eiwit waar mijn onderzoek over ging leende zich niet voor kristallisatie, dus een groot deel van het onderzoek ging over het ontwerpen en produceren van een gemodificeerd eiwit dat wel kristalliseerde, en de kristal kwaliteit testen met X-ray diffractie in een synchrotron in Engeland. + \item nextitem +} + +\section{education} +\entry{Utrect University}{2021 -\\ 2018}{ + \item M.S. Biosciences +} +\entry{Utrect University}{2018 -\\ 2014}{ + \item B.A. Biosciences +} + +\end{document} |
