Adds a letter class and pathes several formatting bugs in cls files

This commit is contained in:
lleene
2019-07-31 20:15:03 +01:00
parent 20d85f6a65
commit d380f7bdd5
139 changed files with 645 additions and 941 deletions

View File

@ -18,7 +18,7 @@
\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}
\geometry{paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot}
\setlength{\baselineskip}{0cm}
\setlength{\topskip}{0pt}
@ -27,7 +27,7 @@
\fi
\begin{document}
\makefrontcard{Style/IC_black.pdf}
\makefrontcard{Style/latex_logo.pdf}
\clearpage
\makebackcard{Style/IC_black.pdf}
\makebackcard{Style/latex_logo.pdf}
\end{document}