mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-12-14 23:49:19 +01:00
Will add examples and improve formatting of style sheets
This commit is contained in:
33
Examples/name_card.tex
Normal file
33
Examples/name_card.tex
Normal file
@ -0,0 +1,33 @@
|
||||
% !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}
|
||||
|
||||
\usepackage[paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot]{geometry}
|
||||
\setlength{\baselineskip}{0cm}
|
||||
\setlength{\topskip}{0pt}
|
||||
|
||||
\ifx\nolinks\undefined
|
||||
\hypersetup{ allcolors = black }
|
||||
\fi
|
||||
|
||||
\begin{document}
|
||||
\makefrontcard{Style/IC_black.pdf}
|
||||
\clearpage
|
||||
\makebackcard{Style/IC_black.pdf}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user