Skip to content

Commit

Permalink
Include date variable, update rank and letterhead
Browse files Browse the repository at this point in the history
  • Loading branch information
wcaleb committed Sep 1, 2016
1 parent 4360e1b commit c5280a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pdfletter.tex
Expand Up @@ -21,12 +21,12 @@
\renewcommand{\headrulewidth}{0pt}
\fancyfoot{}
\lfoot{\scriptsize\textcolor{Gray}{\textsf {Dr. W. Caleb McDaniel \textcolor{MidnightBlue}{Email} caleb.mcdaniel@rice.edu / \textcolor{MidnightBlue}{Office} 713-348-2556 / \textcolor{MidnightBlue}{Fax} 713-348-5207 / Rice University Department of History-MS42 / P.O. Box 1892 / Houston, TX 77005-1892 / \textcolor{MidnightBlue}{http://wcm1.web.rice.edu}}}}
\includegraphics{/Users/wcm1/Pictures/letterhead.jpg}
\includegraphics{/Users/wcm1/Pictures/letterhead.png}

\today
$if(date)$$date$$else$\today$endif$
\begin{flushleft}
$body$
\end{flushleft}

Sincerely,\\\includegraphics[scale=0.35]{/Users/wcm1/Pictures/signature.png}\\W. Caleb McDaniel\\Assistant Professor of History
Sincerely,\\\includegraphics[scale=0.35]{/Users/wcm1/Pictures/signature.png}\\Dr. W. Caleb McDaniel\\Associate Professor of History
\end{document}
9 changes: 6 additions & 3 deletions printletter.tex
@@ -1,4 +1,4 @@
\documentclass[12pt]{article}
\documentclass[$if(fontsize)$$fontsize$$else$12pt$endif$]{article}
\usepackage{fullpage}
\usepackage[breaklinks=true,colorlinks=false,unicode=true,pdfborder={0 0 0}]{hyperref}
\setlength{\parindent}{0pt}
Expand All @@ -7,18 +7,21 @@
\widowpenalty=2000
\clubpenalty=2000
\usepackage{graphicx}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}


\begin{document}
\thispagestyle{empty}
\vspace*{0.5in}

\today
$if(date)$$date$$else$\today$endif$
\begin{flushleft}
$body$
\end{flushleft}

Sincerely,
\par%
W. Caleb McDaniel\\Assistant Professor of History\\caleb.mcdaniel@rice.edu\\713-348-2556
W. Caleb McDaniel\\Associate Professor of History\\caleb.mcdaniel@rice.edu\\713-348-2556

\end{document}

0 comments on commit c5280a9

Please sign in to comment.