Skip to content

Instantly share code, notes, and snippets.

@qlyoung
Last active October 10, 2017 04:05
Show Gist options
  • Save qlyoung/c44db15b55a5cbba78d2f149053ba699 to your computer and use it in GitHub Desktop.
Save qlyoung/c44db15b55a5cbba78d2f149053ba699 to your computer and use it in GitHub Desktop.
\documentclass[a4paper,english]{article}
%% Use utf-8 encoding for foreign characters
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
%% Vector based fonts instead of bitmaps
\usepackage{lmodern}
%% Useful
%\usepackage{fullpage} % Smaller margins
\usepackage{enumerate}
%% Theorem
\usepackage{amsthm}
%% More math
\usepackage{amsmath}
\usepackage{amssymb}
%% Indentation
\setlength\parindent{0pt}
%% Document Header
\title{Title}
\author{Author}
\date{}
\begin{document}
\maketitle
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment