Skip to content

Instantly share code, notes, and snippets.

@MCAR43
Created April 27, 2021 03:20
Show Gist options
  • Select an option

  • Save MCAR43/49fddce94c56f1a312b4a755b9b6121c to your computer and use it in GitHub Desktop.

Select an option

Save MCAR43/49fddce94c56f1a312b4a755b9b6121c to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{graphicx}
\graphicspath { {./}}
\title{It's been !Fun}
\author{
Mark Anderson \\
Company\\
}
\date{\today}
\begin{document}
\maketitle
\section{Introduction}
Dear Person, \\
This is a nice picture of a Giraffe. \\
\includegraphics[width=12.5cm, height=7.5cm]{giraffe}
It is also my two weeks notice. \\
\\
Sincerely, \\
Mark Anderson
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment