\documentclass[10pt, a4paper]{memoir} % =========== % =========== % USER INPUTS: \newcommand{\AUTHOR}{Sina Atalay} \newcommand{\PRIMARYCOLOR}{0,79,144} % In RGB out of 255 \newcommand{\PageXMargin}{0.53in} \newcommand{\PageYMargin}{0.53in} \newcommand{\TopMarginOfSections}{0.13cm} \newcommand{\BottomMarginOfSections}{0.13cm} \newcommand{\YMarginBetweenEntries}{0.12cm} \newcommand{\YMarginBetweenBullets}{0.07cm} \newcommand{\LeftMarginOfBullets}{0.7cm} \newcommand{\DateandLocationWidth}{3.7cm} % =========== % =========== \input{preamble} \begin{document} % Test out the 4 main entry types with the commands below: \Header{a}{b}{c}{d}{e}{f} \section{EducationEntry} \EducationEntry{a}{b}{c}{d}{e}{f}{g}{j} \section{ExperienceEntry} \ExperienceEntry{a}{b}{c}{d}{e}{f}{g}{j} \section{NormalEntry} \NormalEntry{a}{b}{c}{d}{e}{f} \section{OneLineEntry} \OneLineEntry{a}{b} \end{document}