Skip to content

Instantly share code, notes, and snippets.

@nipunbatra
Created March 13, 2014 06:51
Show Gist options
  • Save nipunbatra/9523019 to your computer and use it in GitHub Desktop.
Save nipunbatra/9523019 to your computer and use it in GitHub Desktop.
\usepackage[hidelinks]{hyperref}
\usepackage{comment}
\usepackage{array}
\usepackage{url}
\usepackage{listings}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{rotating}
\newcommand{\redcolor}[1]{\textcolor{red}{#1}}
\newcommand{\bluecolor}[1]{\textcolor{blue}{#1}}
\newcommand{\figref}[1]{Figure~\ref{#1}}
\newcommand{\secref}[1]{Section~\ref{#1}}
\newcommand{\appref}[1]{Appendix~\ref{#1}}
\newcommand{\tabref}[1]{Table~\ref{#1}}
\newcommand{\algoref}[1]{Algorithm~\ref{#1}}
\newcommand\Mark[1]{\textsuperscript#1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment