From 6cfdc2a9ecc7f4272a03ac263da30a965f15607d Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Thu, 10 Oct 2024 09:17:35 -0700 Subject: [PATCH] add missing structure.tex input file. --- .../letter/letter/structure.tex | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 job_application_materials/faculty_jobs/teblunthuis_ut_soi_2023/letter/letter/structure.tex diff --git a/job_application_materials/faculty_jobs/teblunthuis_ut_soi_2023/letter/letter/structure.tex b/job_application_materials/faculty_jobs/teblunthuis_ut_soi_2023/letter/letter/structure.tex new file mode 100644 index 0000000..94d9587 --- /dev/null +++ b/job_application_materials/faculty_jobs/teblunthuis_ut_soi_2023/letter/letter/structure.tex @@ -0,0 +1,95 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Professional Formal Letter +% Structure Specification File +% Version 1.0 (12/2/17) +% +% This file originates from: +% http://www.LaTeXTemplates.com +% +% Authors: +% Brian Moses +% Vel (vel@LaTeXTemplates.com) +% +% License: +% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) +% +% Updated by: Aaron Shaw, 2018 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS +%---------------------------------------------------------------------------------------- + +\usepackage{microtype} % Improves typography + +\pagestyle{empty} % Suppress headers and footers + +%\setlength\parindent{1cm} % Paragraph indentation + +%---------------------------------------------------------------------------------------- +% DEFINE CUSTOM COMMANDS +%---------------------------------------------------------------------------------------- + +\newcommand{\logo}[1]{\renewcommand{\logo}{#1}} + +\newcommand{\Who}[1]{\renewcommand{\Who}{#1}} +\newcommand{\Title}[1]{\renewcommand{\Title}{#1}} +\newcommand{\email}[1]{\renewcommand{\email}{#1}} + +\newcommand{\authordetails}[1]{\renewcommand{\authordetails}{#1}} + +%---------------------------------------------------------------------------------------- +% AUTHOR DETAILS STRUCTURE +%---------------------------------------------------------------------------------------- + +\newcommand{\authordetailsblock}{ + \hspace{\fill} % Move the author details to the far right + \parbox[t]{0.48\textwidth}{ % Box holding the author details; width value specifies where it starts and ends, increase to move details left + \footnotesize % Use a smaller font size for the details + \raggedleft +% \textcolor{Gray}{\Who}\\ % Author name + \textcolor{Gray}{\authordetails} % The author details text, all italicised + } +} + +%---------------------------------------------------------------------------------------- +% HEADER STRUCTURE +%---------------------------------------------------------------------------------------- +% +%\address{ +% \hfill\\~\\[-0.11\textheight] % Reduce the whitespace above %authordetails +% \authordetailsblock % Include the letter author's details on +% % the right side of the page +%% \hspace{-0.25\textwidth} % Horizontal position of the author details %block, increase to move left, decrease to move right +%} + +%---------------------------------------------------------------------------------------- +% COMPOSE THE ENTIRE HEADER +%---------------------------------------------------------------------------------------- + +\renewcommand{\opening}[1]{ +% {\centering\fromaddress\vspace{0.03\textheight}} % Print the header and from address here, add whitespace to move date down + +% {\raggedright \par \toname \toaddress \par} % Print the to name and address + \vspace{3em} % White space after the to address + \noindent #1 % Print the opening line +} + +%---------------------------------------------------------------------------------------- +% SIGNATURE STRUCTURE +%---------------------------------------------------------------------------------------- + +% Currently ignored +\signature{\Who\Title} % The signature is a combination of the author's name and title + +\renewcommand{\closing}[1]{ + \vspace{2.5mm} % Some whitespace after the letter content and before the signature + \noindent % Stop paragraph indentation +% \hspace*{\longindentation} % Move the signature right to the value of \longindentation + \parbox{\indentedwidth}{ + \raggedright + #1 % Print the signature text + \vskip 1.65cm % Whitespace between the closing text and author's name for a physical signature + \fromsig % Prints the value of \signature{}, i.e. author name and title + } +}