34 lines
855 B
TeX
Raw Normal View History

% !TEX program = xelatex
% !TEX spellcheck = en_GB
% !TEX outputDirectory = tex_output
% !TEX enableSynctex = true
% !TEX jobNames = namecard
\makeatletter
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
\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}