Merge branch 'master' into mako
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ figures/signature.pdf:
|
||||
gpg --yes --output $(DEC_SIGIMAGE) --decrypt $(ENC_SIGIMAGE)
|
||||
|
||||
%.pdf: %.tex
|
||||
latexmk -f -xelatex $<
|
||||
latexmk -f -lualatex $<
|
||||
|
||||
clean:
|
||||
latexmk -C *.tex
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
\documentclass[12pt,letterpaper]{article}
|
||||
\DocumentMetadata{
|
||||
pdfversion=2.0,
|
||||
pdfstandard=ua-2,
|
||||
lang=en-US,
|
||||
}
|
||||
\documentclass[11pt,letterpaper]{article}
|
||||
|
||||
% MODIFY THE DETAILS IN THIS SECTION TO MATCH WHAT YOU WANT ON /YOUR/ LETTERHEAD
|
||||
\def\department{Department of Communication}
|
||||
@@ -6,14 +11,16 @@
|
||||
\def\phone{mobile 206-409-7191}
|
||||
\def\email{makohill@uw.edu}
|
||||
\def\web{https://mako.cc/academic/}
|
||||
\def\letterauthor{Benjamin Mako Hill}
|
||||
\def\lettertitle{Letter from \letterauthor}
|
||||
|
||||
\usepackage[top=1.25in,left=1.25in,bottom=1.20in,right=1.25in]{geometry}
|
||||
|
||||
\usepackage{xltxtra}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{tagpdf}
|
||||
\tagpdfsetup{activate-all}
|
||||
\newopentypefeature{Contextuals}{NoAlternate}{-calt}
|
||||
\defaultfontfeatures{Kerning=Uppercase,Mapping=tex-text,}
|
||||
\defaultfontfeatures{Kerning=Uppercase,Ligatures=TeX}
|
||||
|
||||
\setsansfont{OpenSans}[
|
||||
Path = ./fonts/OpenSans/,
|
||||
@@ -51,6 +58,11 @@ BoldItalicFont = *-BdIt
|
||||
\usepackage[colorlinks=false,
|
||||
pdfborder={0 0 0},
|
||||
]{hyperref}
|
||||
\hypersetup{unicode=true,
|
||||
pdftitle={\lettertitle},
|
||||
pdfauthor={\letterauthor},
|
||||
pdflang={en-US},
|
||||
pdfdisplaydoctitle=true}
|
||||
\usepackage{tikz}
|
||||
|
||||
\usepackage{lastpage}
|
||||
@@ -63,7 +75,7 @@ BoldItalicFont = *-BdIt
|
||||
\ifnum\thepage=1
|
||||
\begin{tikzpicture}[remember picture,overlay,every node/.style={inner sep=0,outer sep=0}]
|
||||
\node at (current page.north west) [anchor=north west]
|
||||
{\includegraphics{figures/matrix_header.pdf}};
|
||||
{\includegraphics[alt={University of Washington letterhead}]{figures/matrix_header.pdf}};
|
||||
% add the department name
|
||||
\node at (current page.north west) [anchor=north west, xshift=1.19in, yshift=-0.56in]
|
||||
{{\fontsize{14pt}{16pt} \fontspec{MatrixIIOT-Book.otf}[
|
||||
@@ -350,7 +362,7 @@ Sed ullamcorper morbi tincidunt ornare massa eget egestas purus. Feugiat pretium
|
||||
|
||||
Sincerely,
|
||||
|
||||
\includegraphics[width=1.7in]{figures/mako-signature-2012.pdf}\\
|
||||
\includegraphics[width=1.7in,alt={Signature of \letterauthor}]{figures/signature.pdf}\\
|
||||
Benjamin Mako Hill\\
|
||||
Associate Professor, Communication\\
|
||||
Adjunct Associate Professor, Paul G.\ Allen School of Computer Science \& Engineering\\
|
||||
|
||||
Reference in New Issue
Block a user