Skip to content

Instantly share code, notes, and snippets.

@ktushar14
Created April 28, 2019 23:42
Show Gist options
  • Save ktushar14/d980c81bc63fab4378bfa530ebe71488 to your computer and use it in GitHub Desktop.
Save ktushar14/d980c81bc63fab4378bfa530ebe71488 to your computer and use it in GitHub Desktop.
LaTeX preamble for simple note-taking.
\documentclass[11pt,english]{article}
\usepackage[a4paper,bindingoffset=0.2in,%
left=1in,right=1in,top=1in,bottom=1in,%
footskip=.25in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{mathpazo} % add possibly `sc` and `osf` options
% \usepackage{eulervm}
\renewcommand{\baselinestretch}{1.0}
\title{TITLE}
\author{Tushar Kusnur}
\date{\today}
\begin{document}
\maketitle
\section{SECTION1}
The quick brown fox jumps over the lazy dog.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment