Changed command fig to use absolute position when placing images inline

This commit is contained in:
chhan11 2017-05-24 19:03:14 +02:00
parent a420c8dd29
commit 1a5e467b30
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
\usepackage{listings}
\usepackage{color}
\usepackage{graphicx}
\usepackage[numbers,square,sectionbib,comma,nonamebreak,elide]{natbib}
\usepackage{float}
\usepackage[english]{babel}
\usepackage{fancyhdr}
@ -17,7 +18,10 @@
\usepackage{varwidth}
\usepackage{enumitem}
\usepackage{titlepic}
\usepackage[nottoc]{tocbibind}
\usepackage{url}
\bibliographystyle{unsrtnat} % styles list https://www.sharelatex.com/learn/Natbib_bibliography_styles
\geometry{a4paper,margin=2cm}
\setlength{\columnsep}{1.5cm}