mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Changed command fig to use absolute position when placing images inline
This commit is contained in:
parent
a420c8dd29
commit
1a5e467b30
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue