Skip to content

Instantly share code, notes, and snippets.

@mitliagkas
Created May 29, 2014 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mitliagkas/f548d7477de6b1eab956 to your computer and use it in GitHub Desktop.
Save mitliagkas/f548d7477de6b1eab956 to your computer and use it in GitHub Desktop.
Commonly included latex packages
% Typesetting
%\usepackage[margin=1in]{geometry}
%\usepackage{fullpage}
\usepackage{verbatim}
% Fonts and stuff
%\usepackage{times}
%\usepackage{soul}
\usepackage{color}
%\usepackage[usenames,dvipsnames]{color}
%\usepackage{relsize}
%\usepackage{mathpazo}
% Figures and tables
\usepackage{graphicx}
%\usepackage{epsfig}
%\usepackage{subfigure}
%\usepackage{subfig}
%\usepackage[countmax]{subfloat}
%\usepackage{epstopdf}
%\usepackage{float}
%\usepackage{wrapfig}
%\usepackage[thinlines]{easytable}
%\usepackage{caption}
%\usepackage{subcaption}
\usepackage{tikz}
% Math
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{bbm}
\usepackage{dsfont}
\usepackage{algorithm}
\usepackage{algorithmic}
% Biblio, references, urls
%\usepackage{hyperref}
\usepackage{natbib}
\usepackage{url}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment