Skip to content

Instantly share code, notes, and snippets.

@darthsuogles
Last active March 26, 2016 04:39
Show Gist options
  • Select an option

  • Save darthsuogles/93ad1882f06657e898e7 to your computer and use it in GitHub Desktop.

Select an option

Save darthsuogles/93ad1882f06657e898e7 to your computer and use it in GitHub Desktop.
\RequirePackage{amsmath,amsfonts,amsthm,amssymb}
\RequirePackage{mathtools}
\RequirePackage{graphicx}
% http://tex.stackexchange.com/questions/229355/algorithm-algorithmic-algorithmicx-algorithm2e-algpseudocode-confused
%\RequirePackage{algorithmicx, algpseudocode}
\RequirePackage[ruled,vlined]{algorithm2e}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{mathpazo} % add possibly `sc` and `osf` options
\RequirePackage{eulervm}
\RequirePackage{etoolbox}
\RequirePackage{xcolor}
\RequirePackage{authblk}
\RequirePackage[framemethod=tikz]{mdframed}
\RequirePackage{natbib}
\RequirePackage{subcaption}
\RequirePackage{tikz}
\RequirePackage{epigraph}
\RequirePackage{float}
\RequirePackage{hyperref}
\hypersetup{
colorlinks, breaklinks,
urlcolor = [rgb]{0.2, 0.4, 0.6},
citecolor = [rgb]{0.28, 0.39, 0.62}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment