Created
May 29, 2014 23:44
-
-
Save mitliagkas/f548d7477de6b1eab956 to your computer and use it in GitHub Desktop.
Commonly included latex packages
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
% 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