Last active
October 10, 2017 04:05
-
-
Save qlyoung/c44db15b55a5cbba78d2f149053ba699 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[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