Lieuwe B. Leene 0370c5ba1c
Merge to git (#1)
* Minor cleanup and added new beamer style

* minor update to file organization

* Use unix line endings

---------

Co-authored-by: Lieuwe Leene <lieuwe@leene.dev>
2024-01-02 19:06:28 +01:00

34 lines
820 B
TeX

% !TEX program = xelatex
% !TEX spellcheck = en_GB
% !TEX outputDirectory = tex_output
% !TEX enableSynctex = true
% !TEX jobNames = namecard
\makeatletter
\def\input@path{{../}}
\newcommand{\maintitle}{\FirstName~\LastName}
\newcommand{\mainsubject}{\JobTitle}
\newcommand{\mainkeywords}{Name-Card}
\def\fontscale{0.8}
\makeatother
%uncomment to disable hyperref package
%\newcommand{\nolinks}{}
\documentclass[letterpaper]{leene-resume} % Use US Letter paper, change to a4paper for A4
\input{resume.preamble.cls}
\geometry{paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot}
\setlength{\baselineskip}{0cm}
\setlength{\topskip}{0pt}
\ifx\nolinks\undefined
\hypersetup{ allcolors = black }
\fi
\begin{document}
\makefrontcard{Style/latex_logo.pdf}
\clearpage
\makebackcard{Style/latex_logo.pdf}
\end{document}