-
Notifications
You must be signed in to change notification settings - Fork 2
/
template.tex
51 lines (51 loc) · 2.11 KB
/
template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%&lualatex
\documentclass[letterpaper,10pt]{article}
\input{profile}
\usepackage{graphicx,xcolor}
\usepackage{fontspec,microtype}
\setmainfont[Ligatures=TeX,Numbers=Uppercase]{TeXGyrePagella}
\pagestyle{empty}
\setlength{\textwidth}{8in}
\setlength{\textheight}{9in}
\setlength{\oddsidemargin}{-0.55in}
\setlength{\topmargin}{-0.75in}
\newcommand{\mydot}{\raisebox{-0.5ex}{\scalebox{2}{$\cdot$}}}
\newcommand{\mylogo}{\includegraphics[scale=0.8]{imark/imark_1867_bold}}
\newcommand{\mytextsc}[2]{\makebox[#1][s]{\textsc{\addfontfeature{LetterSpace=7}#2}}}
\newcommand{\mytextit}[1]{\textit{\addfontfeature{LetterSpace=1}#1}}
\newcommand{\mytextbf}[1]{\textbf{\fontsize{0.8em}{1em}\selectfont#1}}
\newcommand{\mycolor}[1]{\color[HTML]{003C7D}#1}
\begin{document}
\setlength{\unitlength}{1mm}
\begin{picture}(191,227)
\multiput(0,0)(0,56){4}{%
\multiput(0,0)(95,0){2}{%
\begin{picture}(89,51)
\put(0,51){\line(1,0){89}}
\put(89,0){\line(0,1){51}}
\put(0,0){\line(1,0){89}}
\put(0,0){\line(0,1){51}}
\put(0,52){\line(0,1){3}}
\put(-1,51){\line(-1,0){3}}
\put(89,52){\line(0,1){3}}
\put(90,51){\line(1,0){3}}
\put(7.50,20.40){\mylogo}
\put(18.35,41.75){\mycolor{\mytextsc{51.25mm}{\normalsize{U}\large{niversity of }\normalsize{I}\large{llinois}}}}
\put(18.35,37.25){\mycolor{\mytextsc{51.50mm}{\large{at}\normalsize{ U}\large{rbana}\small{-}\normalsize{C}\large{hampaign}}}}
\put(18.35,31.20){\mytextbf{\myname}}
\put(18.35,28.35){\scriptsize\mytextit{\mytitlea}}
\put(18.35,25.50){\scriptsize\mytextit{\mytitleb}}
\put(18.35,21.25){\scriptsize\myaddra}
\put(18.35,18.40){\scriptsize\myaddrb}
\put(18.35,15.50){\scriptsize\myaddrc}
\put(18.35,12.65){\scriptsize\myaddrd}
\put(18.35,9.80){\scriptsize\myphone\ \mydot\ \textit{cell}\ \mycell}
\put(18.35,6.95){\scriptsize\myemail}
\put(0,-1){\line(0,-1){3}}
\put(-1,0){\line(-1,0){3}}
\put(89,-1){\line(0,-1){3}}
\put(90,0){\line(1,0){3}}
\end{picture}}}
\end{picture}
\end{document}
% vim:set ts=2 sw=2 et: