rendercv/tests/outputs/test.tex

39 lines
975 B
TeX
Raw Normal View History

2023-09-01 19:56:05 +00:00
\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}