Skip to content

Instantly share code, notes, and snippets.

@omarayad1
Created February 6, 2015 12:58
Show Gist options
  • Save omarayad1/e8afaba177c8dcebe639 to your computer and use it in GitHub Desktop.
Save omarayad1/e8afaba177c8dcebe639 to your computer and use it in GitHub Desktop.
Basic LaTeX snippet for fast use on new LaTeX Documents
\documentclass{article}
\begin{document}
\title{Lorem Ipsum}
\author{Omar H. Ayad
900112630}
\date{\today}
\maketitle
your Document Here
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment