diff --git a/mla-template/Documentation.pdf b/mla-template/Documentation.pdf
new file mode 100755
index 0000000..2ec6398
Binary files /dev/null and b/mla-template/Documentation.pdf differ
diff --git a/mla-template/document.tex b/mla-template/document.tex
new file mode 100644
index 0000000..a2b4d81
--- /dev/null
+++ b/mla-template/document.tex
@@ -0,0 +1,48 @@
+\documentclass{article}
+
+\usepackage{mla13}
+
+% ========== Note to users =========
+% Remove these two packages after
+% you remove the example text.
+\usepackage{blindtext}
+\usepackage{lipsum}
+
+\title{Example Paper Title} % Title for the paper
+\firstname{John} % Author's first name
+\lastname{Smith} % Author's last name
+\professor{Dr. Doctore} % Last Name of the professor
+\class{Example Class} % Name of the class
+%\date{10 April 2017} % Uncomment to change due-date
+\sources{references.bib} % File holding all the sources
+
+\begin{document}
+% First create the title page on its own.
+\maketitlepage
+\newpage
+
+% Then create the table of contents on its own.
+\tableofcontents
+\newpage
+
+% Finally create the abstract on its own.
+\begin{abstract}
+ \blindtext[3] % Replace this line with the abstract.
+\end{abstract}
+\newpage
+
+% Paper content begins here.
+\makeheader % Adds the MLA-Style information
+\maketitle % Redefined to use MLA-Style
+
+% Put paper here.
+% Begin example text.
+This is here just so I can cite this thingy \cite{Kavanaugh1976} and also this thingy \cite{Saussure1995} so there can be some examples of bibliography and such. Usually this is where you'd put your introduction or something.
+\blinddocument
+% End example text.
+
+% Put the works-cited on a separate page.
+\newpage
+\makeworkscited
+
+\end{document}
diff --git a/mla-template/mla13.sty b/mla-template/mla13.sty
new file mode 100644
index 0000000..3119141
--- /dev/null
+++ b/mla-template/mla13.sty
@@ -0,0 +1,191 @@
+\ProvidesPackage{mla13}
+%\usepackage{fullpage}
+\usepackage[letterpaper]{geometry}
+%\usepackage[style=mla,backend=biber]{biblatex}
+%\usepackage{biblatex}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage{setspace}
+\setlength{\parindent}{0.5in}
+\usepackage[style=mla,mladraft=true,annotation=true,hyperref=false]{biblatex}
+\usepackage{color}
+\newcommand{\sources}[1]{
+ \def\@sources{#1}
+ \bibliography{#1}
+}
+
+%removes the space added to the center enviornment
+\newenvironment{nospacecenter}{\parskip=0pt\par\nopagebreak\centering}{\par\noindent\ignorespacesafterend}
+
+%Formatting Commands
+\renewcommand \thesection {\@arabic\c@section.}
+\renewcommand\thesubsection {\thesection\@arabic\c@subsection}
+\renewcommand\section{\@startsection{section}{1}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+
+
+%Bibliography Commands
+\DeclareFieldFormat{ibidpostnote}{#1}%
+\renewbibmacro*{cite:idem}{%
+ \ifsingletitle%
+ {\iffieldundef{postnote}%
+ {\usebibmacro{cite:name}}%
+ {\unspace\global\boolfalse{cbx@named}}}%
+ {\addspace\global\boolfalse{cbx@named}}}
+\renewbibmacro*{cite:mla:title:internal}{% 0.7.1 new internal macro
+ \ifbool{cbx@named}%
+ {\unspace\addcomma\addspace}%
+ {}%
+ \iffieldundef{title}%
+ {\iffieldequalstr{entrytype}{review}%
+ {\printtext[bibhyperref]{\printtext{\bibstring{reviewof}%
+ \addspace\printfield{booktitle}}}}%
+ {\ifthenelse{\iffieldequalstr{entrytype}{suppbook}% 0.7.1
+ \OR\iffieldequalstr{entrytype}{suppcollection}}%
+ {\printtext[bibhyperref]{%
+ \printfield[mla:capital]{entrysubtype}}}%
+ {}}}%
+ {\printtext[bibhyperref]{%
+ \printfield[citetitle:\strfield{entrytype}]{labeltitle}}}}%
+\renewbibmacro*{cite:mla:title}{% 0.7.1 tidied up
+ \unspace%
+ \ifnameundef{labelname}%
+ {\unspace%
+ \printtext[bibhyperref]{%
+ \printfield[citetitle:\strfield{entrytype}]{labeltitle}}%
+ \iffieldundef{postnote}%
+ {}%
+ {\addspace}}%
+ {\ifsingletitle%
+ {}%
+ {\usebibmacro{cite:mla:title:internal}\addspace}}%
+ \ifthenelse{\iffieldequalstr{entrytype}{review}%
+ \and\ifnameundef{author}%
+ \and\iffieldundef{title}}%
+ {\printtext[bibhyperref]%
+ {\unspace\printtext{\bibcpstring{reviewof}%
+ \addspace\printfield{booktitle}}}}%
+ {}}%
+\DeclareCiteCommand{\cite}[\mkbibparens]
+ {\usebibmacro{prenote}}%
+ {\usebibmacro{citeindex}%
+ \usebibmacro{cite:mla}}{}
+ {\usebibmacro{postnote}}
+\defbibheading{apa}[\refname]{}
+
+%Annotations for the Bibliography
+\renewbibmacro{finentry}{%Renew the annotation macro
+ \finentry
+ \iffieldundef{annotation}%
+ {}%
+ {\ifbool{bbx@annotation}%
+ {\begin{quotation}\noindent%Make the annotation look like a quotation and remove the indent
+ \printfield{annotation}%
+ \end{quotation}}%
+ {}}%
+}
+%End Annotation Section
+
+% Formatting Section Headings
+\def\section{\@startsection{section}{1}{\z@}{-5.25ex plus -1ex minus
+-.2ex}{1.5ex plus .2ex}{\center}}
+\def\thesection{\arabic{section}.}
+% End Formatting Section Headings
+
+%End Bibliography Commands
+%remove parenthesis from bibliography
+%\renewbibmacro*{issue+date}{%
+% \setunit{\addcomma\space}% NEW
+% \printtext[parens]{% DELETED
+% \iffieldundef{issue}
+% {\usebibmacro{date}}
+% {\printfield{issue}%
+% \setunit*{\addspace}%
+% \usebibmacro{date}}}% DELETED
+% \usebibmacro{date}}% NEW
+% \newunit}
+%end section
+
+\geometry{top=1.0in,bottom=1.0in,left=1.0in,right=1.0in}
+\usepackage{datetime}
+\usepackage{fancyhdr}
+\linespread{2}
+\def\@firstname{ }
+\newcommand{\firstname}[1]{
+ \def\@firstname{#1}
+}
+\def\@lastname{ }
+\newcommand{\lastname}[1]{
+ \def\@lastname{#1}
+}
+\newcommand{\professor}[1]{
+ \def\@professor{#1}
+}
+\newcommand{\class}[1]{
+ \def\@class{#1}
+}
+\pagestyle{empty}
+\pagestyle{fancy}
+\fancyhf{}
+\fancyhead{}
+\renewcommand{\headrulewidth}{0pt}
+\rhead{\@lastname\ \thepage}
+\newdateformat{datef}{\THEDAY\ \monthname[\THEMONTH] \THEYEAR}
+\renewcommand{\maketitle}
+ {\begin{nospacecenter}
+ \@title
+ \end{nospacecenter}}
+\newcommand*{\makeheader}
+ {\begingroup
+ \rmfamily
+ \fontsize{12}{2}
+ \noindent \@firstname\ \@lastname\\
+ \@professor\\
+ \@class\\
+ \datef\@date
+ \endgroup}
+\newcommand*{\makeworkscited}
+ {\addcontentsline{toc}{section}{Works Cited}
+ \begingroup
+ \pagebreak
+ \begin{center}
+ Works Cited
+ \end{center}
+ \printbibliography[heading=apa]
+ \endgroup}
+\newcommand*{\maketitlepage}
+ {\begingroup
+ \pagebreak
+ \linespread{1}\vspace*{3in}\centering\huge\@title\normalsize \\
+ \vspace{4in} \centering {\@firstname\ \@lastname} \\
+ \@professor \\
+ \@class \\
+ \datef\@date \\
+ \endgroup}
+% Make abstract add itself to the table of contents.
+\renewenvironment{abstract}
+ {\addcontentsline{toc}{section}{Abstract}
+ \small
+ \begin{center}
+ \bfseries \abstractname\vspace{-.5em}\vspace{0pt}
+ \end{center}
+ \quotation}
+ {\endquotation}
diff --git a/mla-template/references.bib b/mla-template/references.bib
new file mode 100755
index 0000000..989eb77
--- /dev/null
+++ b/mla-template/references.bib
@@ -0,0 +1,98 @@
+@misc{unWater,
+ organization={United Nations},
+ title="We Can End Poverty 2015",
+ year="2010",
+ month=oct,
+}
+@Article{planetArk,
+ author={{Planet Ark}},
+ title={Greywater: The Basics},
+ year={2007},
+ annotation={Work baby work}
+}
+@Article{pacificInst2010,
+ author={Allen, Lucy},
+ organization={Pacific Institute},
+ title={Overview of Greywater Reuse: The potential of Greywater Systems to Aid Sustainable Water Management},
+ month=nov,
+ year={2010},
+ annotation = {Will this work like a charm or will it not?}
+}
+@Article{usaToday2012,
+ author={Keen, Judy},
+ publisher={USA Today},
+ title={Midwest drought and heat increase water supply worries},
+ month=jul,
+ year={2012},
+}
+@Article{mcgill2008,
+ author={Finley, Sara},
+ publisher={McGill University},
+ title={Reuse of Domestic Greywater for the Irrigation of Food Crops},
+ month=aug,
+ year={2008},
+}
+@Article{twente2011,
+ author={Ercin, Ertug and Aldaya, Maite and Hoekstra, Arjen},
+ publisher={United Nations Environment Programme},
+ title={The water footprint of soy milk and soy burger and equivalent animal products},
+ month=dec,
+ year={2011},
+}
+@Article{inspect2012,
+ author={Gromicko, Nick and London, Elise},
+ publisher={International Association of Certified Home Inspectors},
+ title={Greywater Inspection},
+ year={2012},
+}
+@Article{sustainLaw2011,
+ author={Unger, Lysan},
+ publisher={Lewis & Clark Law School},
+ title={Greywater is Great Water for your Plants},
+ year={2011},
+ month=apr,
+}
+@Article{ucdavis,
+ author={Reschke, Erin},
+ publisher={UC Davis},
+ title={Greywater Systems - Benefits, Drawbacks and Uses of greywater},
+ year={2003},
+}
+@Article{graywaterguide,
+ author={Little, Val},
+ publisher={Water Conservation Alliance},
+ title={Gray Water Guide},
+ year={2004},
+}
+@Article{newTimes,
+ author={Johnston, Kathy},
+ publisher={New Times Los Angeles},
+ title={From laundry to landscaping},
+ year={2009},
+ month=jul,
+}
+@Article{worldWaterCouncil,
+ organization={World Water Council},
+ title={Water Crisis},
+ year={2012},
+}
+@Article{nytimes,
+ author={Marlow, Jeffery},
+ publisher={The New York Times},
+ title={The Pursuit of Cost-Effective Desalination},
+ year={2009},
+ month=sep,
+}
+@Article{epa,
+ author={McGovern, Cheryl},
+ publisher={Environmental Protection Agency},
+ title={Water Recycling and Reuse: The Environmental Benefits},
+ year={2011},
+ month=sep,
+}
+@Article{rcap,
+ author={Adams, Randolph},
+ publisher={Rural Community Assistance Partnership},
+ title={Still Living Without the Basics in the 21st Century},
+ year={2009},
+}
diff --git a/mme-essay/Documentation.pdf b/mme-essay/Documentation.pdf
new file mode 100755
index 0000000..2ec6398
Binary files /dev/null and b/mme-essay/Documentation.pdf differ
diff --git a/mme-essay/document.bbl b/mme-essay/document.bbl
new file mode 100644
index 0000000..1b062e4
--- /dev/null
+++ b/mme-essay/document.bbl
@@ -0,0 +1,20 @@
+% $ biblatex auxiliary file $
+% $ biblatex bbl format version 3.3 $
+% Do not modify the above lines!
+%
+% This is an auxiliary file used by the 'biblatex' package.
+% This file may safely be deleted. It will be recreated by
+% biber as required.
+%
+\begingroup
+\makeatletter
+\@ifundefined{ver@biblatex.sty}
+ {\@latex@error
+ {Missing 'biblatex' package}
+ {The bibliography requires the 'biblatex' package.}
+ \aftergroup\endinput}
+ {}
+\endgroup
+
+\endinput
+
diff --git a/mme-essay/document.bcf b/mme-essay/document.bcf
new file mode 100644
index 0000000..50ae2c1
--- /dev/null
+++ b/mme-essay/document.bcf
@@ -0,0 +1,2821 @@
+
+
+
+
+
+ output_encoding
+ utf8
+
+
+ input_encoding
+ utf8
+
+
+ debug
+ 0
+
+
+ mincrossrefs
+ 2
+
+
+ minxrefs
+ 2
+
+
+ sortcase
+ 1
+
+
+ sortupper
+ 1
+
+
+
+
+
+
+ alphaothers
+ +
+
+
+ extradatecontext
+ labelname
+ labeltitle
+
+
+ labelalpha
+ 0
+
+
+ labelnamespec
+ shortauthor
+ author
+ shorteditor
+ editor
+ translator
+
+
+ labeltitle
+ 0
+
+
+ labeltitlespec
+ shorttitle
+ title
+ maintitle
+
+
+ labeltitleyear
+ 0
+
+
+ labeldateparts
+ 0
+
+
+ labeldatespec
+ date
+ year
+ eventdate
+ origdate
+ urldate
+ nodate
+
+
+ julian
+ 0
+
+
+ gregorianstart
+ 1582-10-15
+
+
+ maxalphanames
+ 3
+
+
+ maxbibnames
+ 2
+
+
+ maxcitenames
+ 2
+
+
+ maxsortnames
+ 2
+
+
+ maxitems
+ 3
+
+
+ minalphanames
+ 1
+
+
+ minbibnames
+ 1
+
+
+ mincitenames
+ 1
+
+
+ minsortnames
+ 1
+
+
+ minitems
+ 1
+
+
+ nohashothers
+ 0
+
+
+ noroman
+ 0
+
+
+ nosortothers
+ 0
+
+
+ pluralothers
+ 0
+
+
+ singletitle
+ 1
+
+
+ skipbib
+ 0
+
+
+ skipbiblist
+ 0
+
+
+ skiplab
+ 0
+
+
+ sortalphaothers
+ +
+
+
+ sortlocale
+ american
+
+
+ sortingtemplatename
+ nty
+
+
+ sortsets
+ 0
+
+
+ uniquelist
+ false
+
+
+ uniquename
+ init
+
+
+ uniqueprimaryauthor
+ 0
+
+
+ uniquetitle
+ 0
+
+
+ uniquebaretitle
+ 0
+
+
+ uniquework
+ 0
+
+
+ useprefix
+ 1
+
+
+ useafterword
+ 1
+
+
+ useannotator
+ 1
+
+
+ useauthor
+ 1
+
+
+ usebookauthor
+ 1
+
+
+ usecommentator
+ 1
+
+
+ useeditor
+ 1
+
+
+ useeditora
+ 1
+
+
+ useeditorb
+ 1
+
+
+ useeditorc
+ 1
+
+
+ useforeword
+ 1
+
+
+ useholder
+ 1
+
+
+ useintroduction
+ 1
+
+
+ usenamea
+ 1
+
+
+ usenameb
+ 1
+
+
+ usenamec
+ 1
+
+
+ usetranslator
+ 0
+
+
+ useshortauthor
+ 1
+
+
+ useshorteditor
+ 1
+
+
+
+
+
+ extradatecontext
+ labelname
+ labeltitle
+
+
+ labelalpha
+ 0
+
+
+ labelnamespec
+ shortauthor
+ author
+ shorteditor
+ editor
+ translator
+
+
+ labeltitle
+ 0
+
+
+ labeltitlespec
+ shorttitle
+ title
+ maintitle
+
+
+ labeltitleyear
+ 0
+
+
+ labeldateparts
+ 0
+
+
+ labeldatespec
+ date
+ year
+ eventdate
+ origdate
+ urldate
+ nodate
+
+
+ maxalphanames
+ 3
+
+
+ maxbibnames
+ 2
+
+
+ maxcitenames
+ 2
+
+
+ maxsortnames
+ 2
+
+
+ maxitems
+ 3
+
+
+ minalphanames
+ 1
+
+
+ minbibnames
+ 1
+
+
+ mincitenames
+ 1
+
+
+ minsortnames
+ 1
+
+
+ minitems
+ 1
+
+
+ nohashothers
+ 0
+
+
+ noroman
+ 0
+
+
+ nosortothers
+ 0
+
+
+ singletitle
+ 1
+
+
+ skipbib
+ 0
+
+
+ skipbiblist
+ 0
+
+
+ skiplab
+ 0
+
+
+ uniquelist
+ false
+
+
+ uniquename
+ init
+
+
+ uniqueprimaryauthor
+ 0
+
+
+ uniquetitle
+ 0
+
+
+ uniquebaretitle
+ 0
+
+
+ uniquework
+ 0
+
+
+ useprefix
+ 1
+
+
+ useafterword
+ 1
+
+
+ useannotator
+ 1
+
+
+ useauthor
+ 1
+
+
+ usebookauthor
+ 1
+
+
+ usecommentator
+ 1
+
+
+ useeditor
+ 1
+
+
+ useeditora
+ 1
+
+
+ useeditorb
+ 1
+
+
+ useeditorc
+ 1
+
+
+ useforeword
+ 1
+
+
+ useholder
+ 1
+
+
+ useintroduction
+ 1
+
+
+ usenamea
+ 1
+
+
+ usenameb
+ 1
+
+
+ usenamec
+ 1
+
+
+ usetranslator
+ 0
+
+
+ useshortauthor
+ 1
+
+
+ useshorteditor
+ 1
+
+
+
+
+
+ extradatecontext
+ labelname
+ labeltitle
+
+
+ labelalpha
+ 0
+
+
+ labelnamespec
+ shortauthor
+ author
+ shorteditor
+ editor
+ translator
+
+
+ labeltitle
+ 0
+
+
+ labeltitlespec
+ shorttitle
+ title
+ maintitle
+
+
+ labeltitleyear
+ 0
+
+
+ labeldateparts
+ 0
+
+
+ labeldatespec
+ date
+ year
+ eventdate
+ origdate
+ urldate
+ nodate
+
+
+ maxalphanames
+ 3
+
+
+ maxbibnames
+ 2
+
+
+ maxcitenames
+ 2
+
+
+ maxsortnames
+ 2
+
+
+ maxitems
+ 3
+
+
+ minalphanames
+ 1
+
+
+ minbibnames
+ 1
+
+
+ mincitenames
+ 1
+
+
+ minsortnames
+ 1
+
+
+ minitems
+ 1
+
+
+ nohashothers
+ 0
+
+
+ noroman
+ 0
+
+
+ nosortothers
+ 0
+
+
+ singletitle
+ 1
+
+
+ skipbib
+ 0
+
+
+ skipbiblist
+ 0
+
+
+ skiplab
+ 0
+
+
+ uniquelist
+ false
+
+
+ uniquename
+ init
+
+
+ uniqueprimaryauthor
+ 0
+
+
+ uniquetitle
+ 0
+
+
+ uniquebaretitle
+ 0
+
+
+ uniquework
+ 0
+
+
+ useprefix
+ 1
+
+
+ useafterword
+ 1
+
+
+ useannotator
+ 1
+
+
+ useauthor
+ 1
+
+
+ usebookauthor
+ 1
+
+
+ usecommentator
+ 1
+
+
+ useeditor
+ 0
+
+
+ useeditora
+ 1
+
+
+ useeditorb
+ 1
+
+
+ useeditorc
+ 1
+
+
+ useforeword
+ 1
+
+
+ useholder
+ 1
+
+
+ useintroduction
+ 1
+
+
+ usenamea
+ 1
+
+
+ usenameb
+ 1
+
+
+ usenamec
+ 1
+
+
+ usetranslator
+ 0
+
+
+ useshortauthor
+ 1
+
+
+ useshorteditor
+ 1
+
+
+
+
+ datamodel
+ labelalphanametemplate
+ labelalphatemplate
+ inheritance
+ translit
+ uniquenametemplate
+ namehashtemplate
+ sortingnamekeytemplate
+ sortingtemplate
+ extradatespec
+ extradatecontext
+ labelnamespec
+ labeltitlespec
+ labeldatespec
+ controlversion
+ alphaothers
+ sortalphaothers
+ presort
+ texencoding
+ bibencoding
+ sortingtemplatename
+ sortlocale
+ language
+ autolang
+ langhook
+ indexing
+ hyperref
+ backrefsetstyle
+ block
+ pagetracker
+ citecounter
+ citetracker
+ ibidtracker
+ idemtracker
+ opcittracker
+ loccittracker
+ labeldate
+ labeltime
+ dateera
+ date
+ time
+ eventdate
+ eventtime
+ origdate
+ origtime
+ urldate
+ urltime
+ alldatesusetime
+ alldates
+ alltimes
+ gregorianstart
+ autocite
+ notetype
+ uniquelist
+ uniquename
+ refsection
+ refsegment
+ citereset
+ sortlos
+ babel
+ datelabel
+ backrefstyle
+ arxiv
+ containerized
+ nametracker
+ familyinits
+ giveninits
+ prefixinits
+ suffixinits
+ useafterword
+ useannotator
+ useauthor
+ usebookauthor
+ usecommentator
+ useeditor
+ useeditora
+ useeditorb
+ useeditorc
+ useforeword
+ useholder
+ useintroduction
+ usenamea
+ usenameb
+ usenamec
+ usetranslator
+ useshortauthor
+ useshorteditor
+ debug
+ loadfiles
+ safeinputenc
+ sortcase
+ sortupper
+ terseinits
+ abbreviate
+ dateabbrev
+ clearlang
+ sortcites
+ sortsets
+ backref
+ backreffloats
+ trackfloats
+ parentracker
+ labeldateusetime
+ datecirca
+ dateuncertain
+ dateusetime
+ eventdateusetime
+ origdateusetime
+ urldateusetime
+ julian
+ datezeros
+ timezeros
+ timezones
+ seconds
+ autopunct
+ punctfont
+ labelnumber
+ labelalpha
+ labeltitle
+ labeltitleyear
+ labeldateparts
+ pluralothers
+ nohashothers
+ nosortothers
+ noroman
+ singletitle
+ uniquetitle
+ uniquebaretitle
+ uniquework
+ uniqueprimaryauthor
+ defernumbers
+ locallabelwidth
+ bibwarn
+ useprefix
+ skipbib
+ skipbiblist
+ skiplab
+ dataonly
+ defernums
+ firstinits
+ sortfirstinits
+ sortgiveninits
+ labelyear
+ isbn
+ url
+ doi
+ eprint
+ related
+ dashed
+ annotation
+ showlocation
+ longdash
+ noremoteinfo
+ isan
+ ismn
+ isrn
+ issn
+ firstlonghand
+ nofullfootnote
+ mancitepar
+ footnoterulestrict
+ mladraft
+ bibtexcaseprotection
+ mincrossrefs
+ minxrefs
+ maxnames
+ minnames
+ maxbibnames
+ minbibnames
+ maxcitenames
+ mincitenames
+ maxsortnames
+ minsortnames
+ maxitems
+ minitems
+ maxalphanames
+ minalphanames
+ maxparens
+ dateeraauto
+
+
+ alphaothers
+ sortalphaothers
+ presort
+ indexing
+ citetracker
+ ibidtracker
+ idemtracker
+ opcittracker
+ loccittracker
+ uniquelist
+ uniquename
+ familyinits
+ giveninits
+ prefixinits
+ suffixinits
+ useafterword
+ useannotator
+ useauthor
+ usebookauthor
+ usecommentator
+ useeditor
+ useeditora
+ useeditorb
+ useeditorc
+ useforeword
+ useholder
+ useintroduction
+ usenamea
+ usenameb
+ usenamec
+ usetranslator
+ useshortauthor
+ useshorteditor
+ terseinits
+ abbreviate
+ dateabbrev
+ clearlang
+ labelnumber
+ labelalpha
+ labeltitle
+ labeltitleyear
+ labeldateparts
+ nohashothers
+ nosortothers
+ noroman
+ singletitle
+ uniquetitle
+ uniquebaretitle
+ uniquework
+ uniqueprimaryauthor
+ useprefix
+ skipbib
+ skipbiblist
+ skiplab
+ dataonly
+ skiplos
+ labelyear
+ isbn
+ url
+ doi
+ eprint
+ related
+ bibtexcaseprotection
+ labelalphatemplate
+ translit
+ sortexclusion
+ sortinclusion
+ extradatecontext
+ labelnamespec
+ labeltitlespec
+ labeldatespec
+ maxnames
+ minnames
+ maxbibnames
+ minbibnames
+ maxcitenames
+ mincitenames
+ maxsortnames
+ minsortnames
+ maxitems
+ minitems
+ maxalphanames
+ minalphanames
+
+
+ noinherit
+ nametemplates
+ labelalphanametemplatename
+ uniquenametemplatename
+ namehashtemplatename
+ sortingnamekeytemplatename
+ presort
+ indexing
+ citetracker
+ ibidtracker
+ idemtracker
+ opcittracker
+ loccittracker
+ uniquelist
+ uniquename
+ containerized
+ familyinits
+ giveninits
+ prefixinits
+ suffixinits
+ useafterword
+ useannotator
+ useauthor
+ usebookauthor
+ usecommentator
+ useeditor
+ useeditora
+ useeditorb
+ useeditorc
+ useforeword
+ useholder
+ useintroduction
+ usenamea
+ usenameb
+ usenamec
+ usetranslator
+ useshortauthor
+ useshorteditor
+ terseinits
+ abbreviate
+ dateabbrev
+ clearlang
+ labelnumber
+ labelalpha
+ labeltitle
+ labeltitleyear
+ labeldateparts
+ nohashothers
+ nosortothers
+ noroman
+ singletitle
+ uniquetitle
+ uniquebaretitle
+ uniquework
+ uniqueprimaryauthor
+ useprefix
+ skipbib
+ skipbiblist
+ skiplab
+ dataonly
+ skiplos
+ isbn
+ url
+ doi
+ eprint
+ related
+ totalnames
+ uniquetranslator
+ uniquenamea
+ uniquenameb
+ uniquenamec
+ showlocation
+ datebrackets
+ noremoteinfo
+ nodate
+ bibtexcaseprotection
+ maxnames
+ minnames
+ maxbibnames
+ minbibnames
+ maxcitenames
+ mincitenames
+ maxsortnames
+ minsortnames
+ maxitems
+ minitems
+ maxalphanames
+ minalphanames
+
+
+ nametemplates
+ labelalphanametemplatename
+ uniquenametemplatename
+ namehashtemplatename
+ sortingnamekeytemplatename
+ uniquelist
+ uniquename
+ familyinits
+ giveninits
+ prefixinits
+ suffixinits
+ terseinits
+ nohashothers
+ nosortothers
+ useprefix
+
+
+ nametemplates
+ labelalphanametemplatename
+ uniquenametemplatename
+ namehashtemplatename
+ sortingnamekeytemplatename
+ uniquename
+ familyinits
+ giveninits
+ prefixinits
+ suffixinits
+ terseinits
+ useprefix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ unpublished
+
+
+
+
+
+
+
+ video
+
+
+
+
+ movie
+
+
+
+
+ music
+
+
+
+
+ audio
+
+
+
+
+ software
+
+
+
+
+ music
+
+
+
+
+
+
+
+ patent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ prefix
+ family
+
+
+
+
+ shorthand
+ label
+ labelname
+ labelname
+
+
+ year
+
+
+
+
+
+ labelyear
+ year
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ prefix
+ family
+ given
+
+
+
+ family
+ given
+ prefix
+ suffix
+
+
+
+
+ prefix
+ family
+
+
+ given
+
+
+ suffix
+
+
+ prefix
+
+
+ mm
+
+
+
+ sf,sm,sn,pf,pm,pn,pp
+ family,given,prefix,suffix
+ boolean,integer,string,xml
+ default,transliteration,transcription,translation
+
+
+ article
+ artwork
+ audio
+ bibnote
+ book
+ bookinbook
+ booklet
+ collection
+ commentary
+ customa
+ customb
+ customc
+ customd
+ custome
+ customf
+ dataset
+ inbook
+ incollection
+ inproceedings
+ inreference
+ image
+ jurisdiction
+ legal
+ legislation
+ letter
+ manual
+ misc
+ movie
+ music
+ mvcollection
+ mvreference
+ mvproceedings
+ mvbook
+ online
+ patent
+ performance
+ periodical
+ proceedings
+ reference
+ report
+ review
+ set
+ software
+ standard
+ suppbook
+ suppcollection
+ suppperiodical
+ thesis
+ unpublished
+ video
+ xdata
+ mlasource
+
+
+ sortyear
+ volume
+ volumes
+ abstract
+ addendum
+ annotation
+ booksubtitle
+ booktitle
+ booktitleaddon
+ chapter
+ edition
+ eid
+ entrysubtype
+ eprintclass
+ eprinttype
+ eventtitle
+ eventtitleaddon
+ gender
+ howpublished
+ indexsorttitle
+ indextitle
+ isan
+ isbn
+ ismn
+ isrn
+ issn
+ issue
+ issuesubtitle
+ issuetitle
+ issuetitleaddon
+ iswc
+ journalsubtitle
+ journaltitle
+ journaltitleaddon
+ label
+ langid
+ langidopts
+ library
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ nameaddon
+ note
+ number
+ origtitle
+ pagetotal
+ part
+ relatedstring
+ relatedtype
+ reprinttitle
+ series
+ shorthandintro
+ subtitle
+ title
+ titleaddon
+ usera
+ userb
+ userc
+ userd
+ usere
+ userf
+ venue
+ version
+ shorthand
+ shortjournal
+ shortseries
+ shorttitle
+ sorttitle
+ sortshorthand
+ sortkey
+ presort
+ institution
+ lista
+ listb
+ listc
+ listd
+ liste
+ listf
+ location
+ organization
+ origlocation
+ origpublisher
+ publisher
+ afterword
+ annotator
+ author
+ bookauthor
+ commentator
+ editor
+ editora
+ editorb
+ editorc
+ foreword
+ holder
+ introduction
+ namea
+ nameb
+ namec
+ translator
+ shortauthor
+ shorteditor
+ sortname
+ authortype
+ editoratype
+ editorbtype
+ editorctype
+ editortype
+ bookpagination
+ nameatype
+ namebtype
+ namectype
+ pagination
+ pubstate
+ type
+ language
+ origlanguage
+ crossref
+ xref
+ date
+ endyear
+ year
+ month
+ day
+ hour
+ minute
+ second
+ timezone
+ yeardivision
+ endmonth
+ endday
+ endhour
+ endminute
+ endsecond
+ endtimezone
+ endyeardivision
+ eventdate
+ eventendyear
+ eventyear
+ eventmonth
+ eventday
+ eventhour
+ eventminute
+ eventsecond
+ eventtimezone
+ eventyeardivision
+ eventendmonth
+ eventendday
+ eventendhour
+ eventendminute
+ eventendsecond
+ eventendtimezone
+ eventendyeardivision
+ origdate
+ origendyear
+ origyear
+ origmonth
+ origday
+ orighour
+ origminute
+ origsecond
+ origtimezone
+ origyeardivision
+ origendmonth
+ origendday
+ origendhour
+ origendminute
+ origendsecond
+ origendtimezone
+ origendyeardivision
+ urldate
+ urlendyear
+ urlyear
+ urlmonth
+ urlday
+ urlhour
+ urlminute
+ urlsecond
+ urltimezone
+ urlyeardivision
+ urlendmonth
+ urlendday
+ urlendhour
+ urlendminute
+ urlendsecond
+ urlendtimezone
+ urlendyeardivision
+ doi
+ eprint
+ file
+ verba
+ verbb
+ verbc
+ url
+ xdata
+ ids
+ entryset
+ related
+ keywords
+ options
+ relatedoptions
+ pages
+ execute
+ supplemental
+ titletype
+ titlea
+ contributora
+ versiona
+ numbera
+ publishera
+ datea
+ locationa
+ supplementala
+ titleb
+ contributorb
+ versionb
+ numberb
+ publisherb
+ dateb
+ locationb
+ supplementalb
+
+
+ abstract
+ annotation
+ authortype
+ bookpagination
+ crossref
+ day
+ doi
+ eprint
+ eprintclass
+ eprinttype
+ endday
+ endhour
+ endminute
+ endmonth
+ endsecond
+ endtimezone
+ endyear
+ endyeardivision
+ entryset
+ entrysubtype
+ execute
+ file
+ gender
+ hour
+ ids
+ indextitle
+ indexsorttitle
+ isan
+ ismn
+ iswc
+ keywords
+ label
+ langid
+ langidopts
+ library
+ lista
+ listb
+ listc
+ listd
+ liste
+ listf
+ minute
+ month
+ namea
+ nameb
+ namec
+ nameatype
+ namebtype
+ namectype
+ nameaddon
+ options
+ origday
+ origendday
+ origendhour
+ origendminute
+ origendmonth
+ origendsecond
+ origendtimezone
+ origendyear
+ origendyeardivision
+ orighour
+ origminute
+ origmonth
+ origsecond
+ origtimezone
+ origyear
+ origyeardivision
+ origlocation
+ origpublisher
+ origtitle
+ pagination
+ presort
+ related
+ relatedoptions
+ relatedstring
+ relatedtype
+ second
+ shortauthor
+ shorteditor
+ shorthand
+ shorthandintro
+ shortjournal
+ shortseries
+ shorttitle
+ sortkey
+ sortname
+ sortshorthand
+ sorttitle
+ sortyear
+ timezone
+ url
+ urlday
+ urlendday
+ urlendhour
+ urlendminute
+ urlendmonth
+ urlendsecond
+ urlendtimezone
+ urlendyear
+ urlhour
+ urlminute
+ urlmonth
+ urlsecond
+ urltimezone
+ urlyear
+ usera
+ userb
+ userc
+ userd
+ usere
+ userf
+ verba
+ verbb
+ verbc
+ xdata
+ xref
+ year
+ yeardivision
+
+
+ set
+ entryset
+
+
+ article
+ addendum
+ annotator
+ author
+ commentator
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ eid
+ issn
+ issue
+ issuetitle
+ issuesubtitle
+ issuetitleaddon
+ journalsubtitle
+ journaltitle
+ journaltitleaddon
+ language
+ note
+ number
+ origlanguage
+ pages
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ translator
+ version
+ volume
+
+
+ bibnote
+ note
+
+
+ book
+ author
+ addendum
+ afterword
+ annotator
+ chapter
+ commentator
+ edition
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ eid
+ foreword
+ introduction
+ isbn
+ language
+ location
+ maintitle
+ maintitleaddon
+ mainsubtitle
+ note
+ number
+ origlanguage
+ pages
+ pagetotal
+ part
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ translator
+ volume
+ volumes
+
+
+ mvbook
+ addendum
+ afterword
+ annotator
+ author
+ commentator
+ edition
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ foreword
+ introduction
+ isbn
+ language
+ location
+ note
+ number
+ origlanguage
+ pagetotal
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ translator
+ volume
+ volumes
+
+
+ inbook
+ bookinbook
+ suppbook
+ addendum
+ afterword
+ annotator
+ author
+ booktitle
+ bookauthor
+ booksubtitle
+ booktitleaddon
+ chapter
+ commentator
+ edition
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ eid
+ foreword
+ introduction
+ isbn
+ language
+ location
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ note
+ number
+ origlanguage
+ part
+ publisher
+ pages
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ translator
+ volume
+ volumes
+
+
+ booklet
+ addendum
+ author
+ chapter
+ editor
+ editortype
+ eid
+ howpublished
+ language
+ location
+ note
+ pages
+ pagetotal
+ pubstate
+ subtitle
+ title
+ titleaddon
+ type
+
+
+ collection
+ reference
+ addendum
+ afterword
+ annotator
+ chapter
+ commentator
+ edition
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ eid
+ foreword
+ introduction
+ isbn
+ language
+ location
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ note
+ number
+ origlanguage
+ pages
+ pagetotal
+ part
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ translator
+ volume
+ volumes
+
+
+ mvcollection
+ mvreference
+ addendum
+ afterword
+ annotator
+ author
+ commentator
+ edition
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ foreword
+ introduction
+ isbn
+ language
+ location
+ note
+ number
+ origlanguage
+ publisher
+ pubstate
+ subtitle
+ title
+ titleaddon
+ translator
+ volume
+ volumes
+
+
+ incollection
+ suppcollection
+ inreference
+ addendum
+ afterword
+ annotator
+ author
+ booksubtitle
+ booktitle
+ booktitleaddon
+ chapter
+ commentator
+ edition
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ eid
+ foreword
+ introduction
+ isbn
+ language
+ location
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ note
+ number
+ origlanguage
+ pages
+ part
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ translator
+ volume
+ volumes
+
+
+ dataset
+ addendum
+ author
+ edition
+ editor
+ editortype
+ language
+ location
+ note
+ number
+ organization
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ type
+ version
+
+
+ manual
+ addendum
+ author
+ chapter
+ edition
+ editor
+ editortype
+ eid
+ isbn
+ language
+ location
+ note
+ number
+ organization
+ pages
+ pagetotal
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ type
+ version
+
+
+ misc
+ software
+ addendum
+ author
+ editor
+ editortype
+ howpublished
+ language
+ location
+ note
+ organization
+ pubstate
+ subtitle
+ title
+ titleaddon
+ type
+ version
+
+
+ online
+ addendum
+ author
+ editor
+ editortype
+ language
+ note
+ organization
+ pubstate
+ subtitle
+ title
+ titleaddon
+ version
+
+
+ patent
+ addendum
+ author
+ holder
+ location
+ note
+ number
+ pubstate
+ subtitle
+ title
+ titleaddon
+ type
+ version
+
+
+ periodical
+ addendum
+ editor
+ editora
+ editorb
+ editorc
+ editortype
+ editoratype
+ editorbtype
+ editorctype
+ issn
+ issue
+ issuesubtitle
+ issuetitle
+ issuetitleaddon
+ language
+ note
+ number
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ volume
+ yeardivision
+
+
+ mvproceedings
+ addendum
+ editor
+ editortype
+ eventday
+ eventendday
+ eventendhour
+ eventendminute
+ eventendmonth
+ eventendsecond
+ eventendtimezone
+ eventendyear
+ eventendyeardivision
+ eventhour
+ eventminute
+ eventmonth
+ eventsecond
+ eventtimezone
+ eventyear
+ eventyeardivision
+ eventtitle
+ eventtitleaddon
+ isbn
+ language
+ location
+ note
+ number
+ organization
+ pagetotal
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ venue
+ volumes
+
+
+ proceedings
+ addendum
+ chapter
+ editor
+ editortype
+ eid
+ eventday
+ eventendday
+ eventendhour
+ eventendminute
+ eventendmonth
+ eventendsecond
+ eventendtimezone
+ eventendyear
+ eventendyeardivision
+ eventhour
+ eventminute
+ eventmonth
+ eventsecond
+ eventtimezone
+ eventyear
+ eventyeardivision
+ eventtitle
+ eventtitleaddon
+ isbn
+ language
+ location
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ note
+ number
+ organization
+ pages
+ pagetotal
+ part
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ venue
+ volume
+ volumes
+
+
+ inproceedings
+ addendum
+ author
+ booksubtitle
+ booktitle
+ booktitleaddon
+ chapter
+ editor
+ editortype
+ eid
+ eventday
+ eventendday
+ eventendhour
+ eventendminute
+ eventendmonth
+ eventendsecond
+ eventendtimezone
+ eventendyear
+ eventendyeardivision
+ eventhour
+ eventminute
+ eventmonth
+ eventsecond
+ eventtimezone
+ eventyear
+ eventyeardivision
+ eventtitle
+ eventtitleaddon
+ isbn
+ language
+ location
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ note
+ number
+ organization
+ pages
+ part
+ publisher
+ pubstate
+ series
+ subtitle
+ title
+ titleaddon
+ venue
+ volume
+ volumes
+
+
+ report
+ addendum
+ author
+ chapter
+ eid
+ institution
+ isrn
+ language
+ location
+ note
+ number
+ pages
+ pagetotal
+ pubstate
+ subtitle
+ title
+ titleaddon
+ type
+ version
+
+
+ thesis
+ addendum
+ author
+ chapter
+ eid
+ institution
+ language
+ location
+ note
+ pages
+ pagetotal
+ pubstate
+ subtitle
+ title
+ titleaddon
+ type
+
+
+ unpublished
+ addendum
+ author
+ eventday
+ eventendday
+ eventendhour
+ eventendminute
+ eventendmonth
+ eventendsecond
+ eventendtimezone
+ eventendyear
+ eventendyeardivision
+ eventhour
+ eventminute
+ eventmonth
+ eventsecond
+ eventtimezone
+ eventyear
+ eventyeardivision
+ eventtitle
+ eventtitleaddon
+ howpublished
+ language
+ location
+ note
+ pubstate
+ subtitle
+ title
+ titleaddon
+ type
+ venue
+
+
+ mlasource
+ jkauthor
+ authortype
+ title
+ titletype
+ supplemental
+ titlea
+ contributora
+ versiona
+ numbera
+ publishera
+ datea
+ locationa
+ supplementala
+ titleb
+ contributorb
+ versionb
+ numberb
+ publisherb
+ dateb
+ locationb
+ supplementalb
+
+
+ abstract
+ addendum
+ afterword
+ annotator
+ author
+ bookauthor
+ booksubtitle
+ booktitle
+ booktitleaddon
+ chapter
+ commentator
+ editor
+ editora
+ editorb
+ editorc
+ foreword
+ holder
+ institution
+ introduction
+ issuesubtitle
+ issuetitle
+ issuetitleaddon
+ journalsubtitle
+ journaltitle
+ journaltitleaddon
+ location
+ mainsubtitle
+ maintitle
+ maintitleaddon
+ nameaddon
+ note
+ organization
+ origlanguage
+ origlocation
+ origpublisher
+ origtitle
+ part
+ publisher
+ relatedstring
+ series
+ shortauthor
+ shorteditor
+ shorthand
+ shortjournal
+ shortseries
+ shorttitle
+ sortname
+ sortshorthand
+ sorttitle
+ subtitle
+ title
+ titleaddon
+ translator
+ venue
+
+
+ article
+ book
+ inbook
+ bookinbook
+ suppbook
+ booklet
+ collection
+ incollection
+ suppcollection
+ manual
+ misc
+ mvbook
+ mvcollection
+ online
+ patent
+ periodical
+ suppperiodical
+ proceedings
+ inproceedings
+ reference
+ inreference
+ report
+ set
+ thesis
+ unpublished
+
+
+ date
+ year
+
+
+
+
+ set
+
+ entryset
+
+
+
+ article
+
+ author
+ journaltitle
+ title
+
+
+
+ book
+ mvbook
+
+ author
+ title
+
+
+
+ inbook
+ bookinbook
+ suppbook
+
+ author
+ title
+ booktitle
+
+
+
+ booklet
+
+
+ author
+ editor
+
+ title
+
+
+
+ collection
+ reference
+ mvcollection
+ mvreference
+
+ editor
+ title
+
+
+
+ incollection
+ suppcollection
+ inreference
+
+ author
+ editor
+ title
+ booktitle
+
+
+
+ dataset
+
+ title
+
+
+
+ manual
+
+ title
+
+
+
+ misc
+ software
+
+ title
+
+
+
+ online
+
+ title
+
+ url
+ doi
+ eprint
+
+
+
+
+ patent
+
+ author
+ title
+ number
+
+
+
+ periodical
+
+ editor
+ title
+
+
+
+ proceedings
+ mvproceedings
+
+ title
+
+
+
+ inproceedings
+
+ author
+ title
+ booktitle
+
+
+
+ report
+
+ author
+ title
+ type
+ institution
+
+
+
+ thesis
+
+ author
+ title
+ type
+ institution
+
+
+
+ unpublished
+
+ author
+ title
+
+
+
+
+ isbn
+
+
+ issn
+
+
+ ismn
+
+
+ gender
+
+
+
+
+
+
+ references.bib
+
+
+ Kavanaugh1976
+ Saussure1995
+
+
+
+
+ presort
+
+
+ sortkey
+
+
+ sortname
+ author
+ editor
+ translator
+ sorttitle
+ title
+
+
+ sorttitle
+ title
+
+
+ sortyear
+ year
+
+
+ volume
+ 0
+
+
+
+
+
+
diff --git a/mme-essay/document.blg b/mme-essay/document.blg
new file mode 100644
index 0000000..f651b42
--- /dev/null
+++ b/mme-essay/document.blg
@@ -0,0 +1,18 @@
+[0] Config.pm:328> INFO - This is Biber 2.21
+[0] Config.pm:331> INFO - Logfile is 'document.blg'
+[34] biber:342> INFO - === Sat Sep 13, 2025, 13:58:46
+[44] Biber.pm:421> INFO - Reading 'document.bcf'
+[80] Biber.pm:1002> INFO - Found 2 citekeys in bib section 0
+[88] Biber.pm:4487> INFO - Processing section 0
+[92] Biber.pm:4678> INFO - Looking for bibtex file 'references.bib' for section 0
+[93] bibtex.pm:1713> INFO - LaTeX decoding ...
+[97] bibtex.pm:1519> INFO - Found BibTeX data source 'references.bib'
+[100] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
+[100] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
+[100] Biber.pm:4307> INFO - Sorting list 'nty/global//global/global/global' of type 'entry' with template 'nty' and locale 'en-US'
+[100] Biber.pm:4313> INFO - No sort tailoring available for locale 'en-US'
+[101] bbl.pm:676> INFO - Writing 'document.bbl' with encoding 'UTF-8'
+[101] bbl.pm:779> INFO - Output to document.bbl
+[101] Biber.pm:132> WARN - I didn't find a database entry for 'Kavanaugh1976' (section 0)
+[101] Biber.pm:132> WARN - I didn't find a database entry for 'Saussure1995' (section 0)
+[101] Biber.pm:134> INFO - WARNINGS: 2
diff --git a/mme-essay/document.pdf b/mme-essay/document.pdf
new file mode 100644
index 0000000..8234f8d
Binary files /dev/null and b/mme-essay/document.pdf differ
diff --git a/mme-essay/document.run.xml b/mme-essay/document.run.xml
new file mode 100644
index 0000000..5ff66fa
--- /dev/null
+++ b/mme-essay/document.run.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+]>
+
+
+ latex
+
+ document.bcf
+
+
+ document.bbl
+
+
+ blx-dm.def
+ mla.dbx
+ blx-compat.def
+ biblatex.def
+ standard.bbx
+ mla-strict.bbx
+ mla.bbx
+ mla-footnotes.cbx
+ mla.cbx
+ biblatex.cfg
+ english.lbx
+ english-mla.lbx
+ american.lbx
+ american-mla.lbx
+
+
+
+ biber
+
+ biber
+ document
+
+
+ document.bcf
+
+
+
+ document.bbl
+
+
+ document.bcf
+
+
+ references.bib
+
+
+
diff --git a/mme-essay/document.tex b/mme-essay/document.tex
new file mode 100644
index 0000000..fcb5b5b
--- /dev/null
+++ b/mme-essay/document.tex
@@ -0,0 +1,48 @@
+\documentclass{article}
+
+\usepackage{mla13}
+
+% ========== Note to users =========
+% Remove these two packages after
+% you remove the example text.
+\usepackage{blindtext}
+\usepackage{lipsum}
+\usepackage{amsmath}
+\title{Example Paper Title} % Title for the paper
+\firstname{John} % Author's first name
+\lastname{Smith} % Author's last name
+\professor{Dr. Doctore} % Last Name of the professor
+\class{Example Class} % Name of the class
+%\date{10 April 2017} % Uncomment to change due-date
+\sources{references.bib} % File holding all the sources
+
+\begin{document}
+% First create the title page on its own.
+\maketitlepage
+\newpage
+
+% Then create the table of contents on its own.
+\tableofcontents
+\newpage
+
+% Finally create the abstract on its own.
+\begin{abstract}
+ \blindtext[3] % Replace this line with the abstract.
+\end{abstract}
+\newpage
+
+% Paper content begins here.
+\makeheader % Adds the MLA-Style information
+\maketitle % Redefined to use MLA-Style
+
+% Put paper here.
+% Begin example text.
+This is here just so I can cite this thingy \cite{Kavanaugh1976} and also this thingy \cite{Saussure1995} so there can be some examples of bibliography and such. Usually this is where you'd put your introduction or something.
+\blinddocument
+% End example text.
+
+% Put the works-cited on a separate page.
+\newpage
+\makeworkscited
+
+\end{document}
diff --git a/mme-essay/document.toc b/mme-essay/document.toc
new file mode 100644
index 0000000..46f778d
--- /dev/null
+++ b/mme-essay/document.toc
@@ -0,0 +1,14 @@
+\babel@toc {american}{}\relax
+\contentsline {section}{Abstract}{3}{}%
+\contentsline {section}{\numberline {1.}Heading on level\xspace 1 (section)}{4}{}%
+\contentsline {subsection}{\numberline {1.1}Heading on level\xspace 2 (subsection)}{4}{}%
+\contentsline {subsubsection}{\numberline {1.1.1}Heading on level\xspace 3 (subsubsection)}{4}{}%
+\contentsline {paragraph}{Heading on level\xspace 4 (paragraph)}{5}{}%
+\contentsline {section}{\numberline {2.}Lists}{5}{}%
+\contentsline {subsection}{\numberline {2.1}Example for list\xspace (itemize)}{5}{}%
+\contentsline {subsubsection}{\numberline {2.1.1}Example for list\xspace (4*itemize)}{5}{}%
+\contentsline {subsection}{\numberline {2.2}Example for list\xspace (enumerate)}{6}{}%
+\contentsline {subsubsection}{\numberline {2.2.1}Example for list\xspace (4*enumerate)}{6}{}%
+\contentsline {subsection}{\numberline {2.3}Example for list\xspace (description)}{6}{}%
+\contentsline {subsubsection}{\numberline {2.3.1}Example for list\xspace (4*description)}{7}{}%
+\contentsline {section}{Works Cited}{8}{}%
diff --git a/mme-essay/mla13.sty b/mme-essay/mla13.sty
new file mode 100644
index 0000000..3119141
--- /dev/null
+++ b/mme-essay/mla13.sty
@@ -0,0 +1,191 @@
+\ProvidesPackage{mla13}
+%\usepackage{fullpage}
+\usepackage[letterpaper]{geometry}
+%\usepackage[style=mla,backend=biber]{biblatex}
+%\usepackage{biblatex}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage{setspace}
+\setlength{\parindent}{0.5in}
+\usepackage[style=mla,mladraft=true,annotation=true,hyperref=false]{biblatex}
+\usepackage{color}
+\newcommand{\sources}[1]{
+ \def\@sources{#1}
+ \bibliography{#1}
+}
+
+%removes the space added to the center enviornment
+\newenvironment{nospacecenter}{\parskip=0pt\par\nopagebreak\centering}{\par\noindent\ignorespacesafterend}
+
+%Formatting Commands
+\renewcommand \thesection {\@arabic\c@section.}
+\renewcommand\thesubsection {\thesection\@arabic\c@subsection}
+\renewcommand\section{\@startsection{section}{1}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
+ {\z@}%
+ {\lineskip}%
+ {\normalfont}}
+
+
+%Bibliography Commands
+\DeclareFieldFormat{ibidpostnote}{#1}%
+\renewbibmacro*{cite:idem}{%
+ \ifsingletitle%
+ {\iffieldundef{postnote}%
+ {\usebibmacro{cite:name}}%
+ {\unspace\global\boolfalse{cbx@named}}}%
+ {\addspace\global\boolfalse{cbx@named}}}
+\renewbibmacro*{cite:mla:title:internal}{% 0.7.1 new internal macro
+ \ifbool{cbx@named}%
+ {\unspace\addcomma\addspace}%
+ {}%
+ \iffieldundef{title}%
+ {\iffieldequalstr{entrytype}{review}%
+ {\printtext[bibhyperref]{\printtext{\bibstring{reviewof}%
+ \addspace\printfield{booktitle}}}}%
+ {\ifthenelse{\iffieldequalstr{entrytype}{suppbook}% 0.7.1
+ \OR\iffieldequalstr{entrytype}{suppcollection}}%
+ {\printtext[bibhyperref]{%
+ \printfield[mla:capital]{entrysubtype}}}%
+ {}}}%
+ {\printtext[bibhyperref]{%
+ \printfield[citetitle:\strfield{entrytype}]{labeltitle}}}}%
+\renewbibmacro*{cite:mla:title}{% 0.7.1 tidied up
+ \unspace%
+ \ifnameundef{labelname}%
+ {\unspace%
+ \printtext[bibhyperref]{%
+ \printfield[citetitle:\strfield{entrytype}]{labeltitle}}%
+ \iffieldundef{postnote}%
+ {}%
+ {\addspace}}%
+ {\ifsingletitle%
+ {}%
+ {\usebibmacro{cite:mla:title:internal}\addspace}}%
+ \ifthenelse{\iffieldequalstr{entrytype}{review}%
+ \and\ifnameundef{author}%
+ \and\iffieldundef{title}}%
+ {\printtext[bibhyperref]%
+ {\unspace\printtext{\bibcpstring{reviewof}%
+ \addspace\printfield{booktitle}}}}%
+ {}}%
+\DeclareCiteCommand{\cite}[\mkbibparens]
+ {\usebibmacro{prenote}}%
+ {\usebibmacro{citeindex}%
+ \usebibmacro{cite:mla}}{}
+ {\usebibmacro{postnote}}
+\defbibheading{apa}[\refname]{}
+
+%Annotations for the Bibliography
+\renewbibmacro{finentry}{%Renew the annotation macro
+ \finentry
+ \iffieldundef{annotation}%
+ {}%
+ {\ifbool{bbx@annotation}%
+ {\begin{quotation}\noindent%Make the annotation look like a quotation and remove the indent
+ \printfield{annotation}%
+ \end{quotation}}%
+ {}}%
+}
+%End Annotation Section
+
+% Formatting Section Headings
+\def\section{\@startsection{section}{1}{\z@}{-5.25ex plus -1ex minus
+-.2ex}{1.5ex plus .2ex}{\center}}
+\def\thesection{\arabic{section}.}
+% End Formatting Section Headings
+
+%End Bibliography Commands
+%remove parenthesis from bibliography
+%\renewbibmacro*{issue+date}{%
+% \setunit{\addcomma\space}% NEW
+% \printtext[parens]{% DELETED
+% \iffieldundef{issue}
+% {\usebibmacro{date}}
+% {\printfield{issue}%
+% \setunit*{\addspace}%
+% \usebibmacro{date}}}% DELETED
+% \usebibmacro{date}}% NEW
+% \newunit}
+%end section
+
+\geometry{top=1.0in,bottom=1.0in,left=1.0in,right=1.0in}
+\usepackage{datetime}
+\usepackage{fancyhdr}
+\linespread{2}
+\def\@firstname{ }
+\newcommand{\firstname}[1]{
+ \def\@firstname{#1}
+}
+\def\@lastname{ }
+\newcommand{\lastname}[1]{
+ \def\@lastname{#1}
+}
+\newcommand{\professor}[1]{
+ \def\@professor{#1}
+}
+\newcommand{\class}[1]{
+ \def\@class{#1}
+}
+\pagestyle{empty}
+\pagestyle{fancy}
+\fancyhf{}
+\fancyhead{}
+\renewcommand{\headrulewidth}{0pt}
+\rhead{\@lastname\ \thepage}
+\newdateformat{datef}{\THEDAY\ \monthname[\THEMONTH] \THEYEAR}
+\renewcommand{\maketitle}
+ {\begin{nospacecenter}
+ \@title
+ \end{nospacecenter}}
+\newcommand*{\makeheader}
+ {\begingroup
+ \rmfamily
+ \fontsize{12}{2}
+ \noindent \@firstname\ \@lastname\\
+ \@professor\\
+ \@class\\
+ \datef\@date
+ \endgroup}
+\newcommand*{\makeworkscited}
+ {\addcontentsline{toc}{section}{Works Cited}
+ \begingroup
+ \pagebreak
+ \begin{center}
+ Works Cited
+ \end{center}
+ \printbibliography[heading=apa]
+ \endgroup}
+\newcommand*{\maketitlepage}
+ {\begingroup
+ \pagebreak
+ \linespread{1}\vspace*{3in}\centering\huge\@title\normalsize \\
+ \vspace{4in} \centering {\@firstname\ \@lastname} \\
+ \@professor \\
+ \@class \\
+ \datef\@date \\
+ \endgroup}
+% Make abstract add itself to the table of contents.
+\renewenvironment{abstract}
+ {\addcontentsline{toc}{section}{Abstract}
+ \small
+ \begin{center}
+ \bfseries \abstractname\vspace{-.5em}\vspace{0pt}
+ \end{center}
+ \quotation}
+ {\endquotation}
diff --git a/mme-essay/references.bib b/mme-essay/references.bib
new file mode 100755
index 0000000..989eb77
--- /dev/null
+++ b/mme-essay/references.bib
@@ -0,0 +1,98 @@
+@misc{unWater,
+ organization={United Nations},
+ title="We Can End Poverty 2015",
+ year="2010",
+ month=oct,
+}
+@Article{planetArk,
+ author={{Planet Ark}},
+ title={Greywater: The Basics},
+ year={2007},
+ annotation={Work baby work}
+}
+@Article{pacificInst2010,
+ author={Allen, Lucy},
+ organization={Pacific Institute},
+ title={Overview of Greywater Reuse: The potential of Greywater Systems to Aid Sustainable Water Management},
+ month=nov,
+ year={2010},
+ annotation = {Will this work like a charm or will it not?}
+}
+@Article{usaToday2012,
+ author={Keen, Judy},
+ publisher={USA Today},
+ title={Midwest drought and heat increase water supply worries},
+ month=jul,
+ year={2012},
+}
+@Article{mcgill2008,
+ author={Finley, Sara},
+ publisher={McGill University},
+ title={Reuse of Domestic Greywater for the Irrigation of Food Crops},
+ month=aug,
+ year={2008},
+}
+@Article{twente2011,
+ author={Ercin, Ertug and Aldaya, Maite and Hoekstra, Arjen},
+ publisher={United Nations Environment Programme},
+ title={The water footprint of soy milk and soy burger and equivalent animal products},
+ month=dec,
+ year={2011},
+}
+@Article{inspect2012,
+ author={Gromicko, Nick and London, Elise},
+ publisher={International Association of Certified Home Inspectors},
+ title={Greywater Inspection},
+ year={2012},
+}
+@Article{sustainLaw2011,
+ author={Unger, Lysan},
+ publisher={Lewis & Clark Law School},
+ title={Greywater is Great Water for your Plants},
+ year={2011},
+ month=apr,
+}
+@Article{ucdavis,
+ author={Reschke, Erin},
+ publisher={UC Davis},
+ title={Greywater Systems - Benefits, Drawbacks and Uses of greywater},
+ year={2003},
+}
+@Article{graywaterguide,
+ author={Little, Val},
+ publisher={Water Conservation Alliance},
+ title={Gray Water Guide},
+ year={2004},
+}
+@Article{newTimes,
+ author={Johnston, Kathy},
+ publisher={New Times Los Angeles},
+ title={From laundry to landscaping},
+ year={2009},
+ month=jul,
+}
+@Article{worldWaterCouncil,
+ organization={World Water Council},
+ title={Water Crisis},
+ year={2012},
+}
+@Article{nytimes,
+ author={Marlow, Jeffery},
+ publisher={The New York Times},
+ title={The Pursuit of Cost-Effective Desalination},
+ year={2009},
+ month=sep,
+}
+@Article{epa,
+ author={McGovern, Cheryl},
+ publisher={Environmental Protection Agency},
+ title={Water Recycling and Reuse: The Environmental Benefits},
+ year={2011},
+ month=sep,
+}
+@Article{rcap,
+ author={Adams, Randolph},
+ publisher={Rural Community Assistance Partnership},
+ title={Still Living Without the Basics in the 21st Century},
+ year={2009},
+}