Will add examples and improve formatting of style sheets

This commit is contained in:
lleene
2019-07-09 11:48:27 +01:00
parent 7d5530cd5d
commit a615559191
24 changed files with 784 additions and 229 deletions

33
Examples/name_card.tex Normal file
View 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}