Skip to content

Instantly share code, notes, and snippets.

@rischanlab
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rischanlab/3ad88c9bd34f15417c33 to your computer and use it in GitHub Desktop.
Save rischanlab/3ad88c9bd34f15417c33 to your computer and use it in GitHub Desktop.
Standard Requirement Package in Latex
%Rischan Mafrur
%May 2014
% Cite and Caption
\usepackage{cite}
\usepackage{caption}
\usepackage{refstyle}
% this is package for write algorithm
\usepackage{algorithm}
\usepackage{algorithmic}
% adding many math symbol
\usepackage{amsmath}
\usepackage{amssymb}
%this package is for tabling
\usepackage{amsfonts}
\usepackage{graphicx}
%sub figure
\graphicspath{{images/}}
\usepackage{subcaption}
\usepackage{hyperref}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment