Created
April 27, 2021 03:20
-
-
Save MCAR43/49fddce94c56f1a312b4a755b9b6121c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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