mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-23 02:42:21 +01:00
34 lines
820 B
TeX
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}
|