Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Last active August 6, 2023 02:21
Show Gist options
  • Save mgalgs/f12b3fe5dde216bb24bf8eda312eed8c to your computer and use it in GitHub Desktop.
Save mgalgs/f12b3fe5dde216bb24bf8eda312eed8c to your computer and use it in GitHub Desktop.
%% https://en.wikibooks.org/wiki/LaTeX/Letters
\documentclass[12pt]{letter}
\usepackage[a4paper,left=2cm, right=2cm, top=1.5cm, bottom=1.5cm]{geometry}
\signature{Your Name}
\address{Your Name
\\ Address1
\\ City, STATE 00000
\\ (555) 867-5309
\\ you@example.com}
\begin{document}
\begin{letter}{Senator Dianne Feinstein
\\ US Senate - California
\\ 331 Hart Senate Office Building
\\ Washington, DC 20510}
\opening{Dear Mrs. Feinstein:}
I'm writing again in regards to the
issue of UAP (Unidentified Aerial Phenomena) in restricted US
Airspace.
A hearing on UAPs was held on July 26 by the Subcommittee on National
Security, the Border, and Foreign Affairs. Testimony given in that hearing
has made it abundantly clear that one of two things is happening right now:
\begin{enumerate}
\item The U.S. government has mounted an extraordinary, decades-long
cover-up of UFO retrieval and reverse-engineering activities.
\item Elements of the defense and intelligence establishment are engaging
in a staggeringly brazen psychological disinformation campaign.
\end{enumerate}
Both of these possibilities are deeply troubling and demand your urgent
attention.
A cover-up would imply, at the very least, misappropriation of
funds. \emph{This is theft of the American taxpayer}. The Intelligence
Community Inspector General has deemed these claims to be \emph{credible
and urgent}.
What did we shoot down over Alaska in February? Video footage of the
Chinese balloon shootdown was released almost immediately. Why hasn't the
footage of the ``unknown objects'' been released? Why haven't you pressed
for the release of more public information on the matter? The rampant
overclassification is causing Americans to lose trust in their government.
David Grusch has provided congress with a ``hostile and cooperative witness
list''. Now it is your job to go after these leads and share what you learn
with the American public.
Your timely attention to this important matter is required to ensure public
faith in our government.
\closing{Yours Faithfully,}
\end{letter}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment