summaryrefslogtreecommitdiffstats
path: root/LaTeX/RecommendationMemorandum/RecommendationMemorandum.tex
diff options
context:
space:
mode:
Diffstat (limited to 'LaTeX/RecommendationMemorandum/RecommendationMemorandum.tex')
-rw-r--r--LaTeX/RecommendationMemorandum/RecommendationMemorandum.tex116
1 files changed, 116 insertions, 0 deletions
diff --git a/LaTeX/RecommendationMemorandum/RecommendationMemorandum.tex b/LaTeX/RecommendationMemorandum/RecommendationMemorandum.tex
new file mode 100644
index 0000000..0c70406
--- /dev/null
+++ b/LaTeX/RecommendationMemorandum/RecommendationMemorandum.tex
@@ -0,0 +1,116 @@
+\documentclass{article}
+\usepackage[style=mla,backend=biber]{biblatex}
+
+%for Copyleft Symbol
+\usepackage{graphicx}
+
+%for URL embedding
+\usepackage{hyperref}
+\hypersetup{
+ colorlinks=true,
+ urlcolor=blue,
+ pdfborderstyle={/S/U/W 1},
+ citecolor=black
+}
+
+
+%
+%Margin - 1 inch on all sides
+%
+\usepackage[letterpaper]{geometry}
+\geometry{top=1.0in, bottom=1.0in, left=1.0in, right=1.0in}
+
+%
+%Doublespacing
+%
+\usepackage{setspace}
+\singlespacing
+
+%
+%Babel package for multiple language typesetting
+%
+%\usepackage[T1]{fontenc}
+%\usepackage[latin1]{inputenc}
+
+%
+%Setting the font
+%
+\usepackage{times}
+
+%
+%Rotating tables (e.g. sideways when too long)
+%
+\usepackage{rotating}
+
+%
+%For multiple rows in tables
+%
+\usepackage{multirow}
+
+%
+%Line numbering in verse environment
+%
+\usepackage{lineno}
+
+%
+%Fancy-header package to modify header/page numbering (insert last name)
+%
+\usepackage{fancyhdr}
+\pagestyle{fancy}
+\lhead{}
+\chead{}
+%\rhead{Anonymous \thepage}
+\lfoot{}
+\cfoot{}
+\rfoot{}
+\renewcommand{\headrulewidth}{0pt}
+\renewcommand{\footrulewidth}{0pt}
+\newcommand\tab[1][0.45cm]{\hspace*{#1}}
+%To make sure we actually have header 0.5in away from top edge
+%12pt is one-sixth of an inch. Subtract this from 0.5in to get headsep value
+\setlength\headsep{0.333in}
+
+%Bibliography File
+\addbibresource{Biblio.bib}
+
+
+
+\begin{document}
+\begin{flushleft}
+
+%%%%Changes paragraph indentation to 0.5in
+\setlength{\parindent}{0.5in}
+
+%%%%Begin body of paper here
+
+ \tab\textbf{To:} Anonymous \hfill \today
+ \linebreak
+ \tab\textbf{From:} msglm
+ \linebreak
+ \tab\textbf{Subject: Movie Recommendation}
+ \linebreak
+
+ Koyaanisqatsi: Life Out of Balance is a 1982 film that focuses on the out of balance nature of modern living. This is done by a non-traditional, experimental, music driven progression that shows clips of nature, human activity, human buildings, and human consumption.
+
+ Koyaanisqatsi's over all message is critical of much of post-industrial society due to its high amount of waste, construction, and consumption. This is viewed through the music's dissonance in highly industrialized human environments and the image allegories that are present through the work.
+
+ A couple notable allegories the movie points are as follows: Human cities, when looking at a satellite image, look extraordinarily similar to computer chips. This comparison highlights both's artificial and intricate nature. Another would be the comparability between human traveling, waiting, and task-preforming (for example, waiting in line for a movie) to road travel, with both making similar patterns that are observable to the viewer, highlighting their artificial, restricted nature by allegory.
+1
+ These allegories are complemented by American Score-writer Philip Glass's instrumental work that blends opera, neo-classical, minimalist, electronic, and ambient elements together to give the sequence of artificial images that compose Koyaanisqatsi the thrill and calmness necessary to understand the themes, motifs, and over all message of the work.
+
+ All of this content put together gives the observer of the movie quite an interesting critique of modern society that is spoken without a single word being uttered. The movie, while not what some would describe as entertaining, is rhetorically effectual in allowing someone to understand the Luddite perspective on post-industrial society.
+
+%%%%Works cited
+\printbibliography
+
+\end{flushleft}
+
+\scriptsize{
+ \begin{center}
+ \vspace*{\fill}
+ Copyright \copyright \the\year{} msglm -
+ This work is licensed under the \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC-BY-SA 4.0} with a willingness to sell exceptions.
+ \end{center}
+}
+\end{document}
+