17
0

add missing structure.tex input file.

This commit is contained in:
Nathan TeBlunthuis 2024-10-10 09:17:35 -07:00
parent cc33c785d0
commit 6cfdc2a9ec

View File

@ -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
}
}