sync with overleaf
This commit is contained in:
parent
a627e20975
commit
109334a2be
@ -5,7 +5,13 @@
|
|||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage [autostyle,english=american]{csquotes}
|
\usepackage [autostyle,english=american]{csquotes}
|
||||||
\MakeOuterQuote{"}
|
\MakeOuterQuote{"}
|
||||||
\usepackage[maxbibnames=99,style=numeric,sorting=none,alldates=iso]{biblatex}
|
\usepackage[
|
||||||
|
maxbibnames=99,
|
||||||
|
style=numeric,
|
||||||
|
sorting=none,
|
||||||
|
alldates=iso,
|
||||||
|
seconds=true
|
||||||
|
]{biblatex}
|
||||||
\addbibresource{bib.bib}
|
\addbibresource{bib.bib}
|
||||||
\usepackage[
|
\usepackage[
|
||||||
pdfusetitle,
|
pdfusetitle,
|
||||||
@ -611,7 +617,7 @@ example reference for anyone willing to start using the algorithm.
|
|||||||
arrow/.style={thick,->,>=stealth},
|
arrow/.style={thick,->,>=stealth},
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{figure}[!h]
|
\begin{figure}[!ht]
|
||||||
\centering
|
\centering
|
||||||
\begin{tikzpicture}[node distance=1.5cm,auto]
|
\begin{tikzpicture}[node distance=1.5cm,auto]
|
||||||
\node (start) [startstop] {Read \textsc{linestring}};
|
\node (start) [startstop] {Read \textsc{linestring}};
|
||||||
|
Loading…
Reference in New Issue
Block a user