Last active
August 29, 2015 14:01
-
-
Save rischanlab/3ad88c9bd34f15417c33 to your computer and use it in GitHub Desktop.
Standard Requirement Package in Latex
This file contains 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
%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