From b098fac83e60c67a0de19c2723ca1a3dee7fb554 Mon Sep 17 00:00:00 2001 From: Thomas N Atkins Date: Sat, 14 Dec 2019 00:19:10 -0600 Subject: [PATCH] Updates from Overleaf --- main.tex | 4 +++- tikz/foo.txt | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tikz/foo.txt diff --git a/main.tex b/main.tex index 7be5fa9..70c71b2 100644 --- a/main.tex +++ b/main.tex @@ -12,6 +12,8 @@ % Plot set up --Thomas-- \usepackage{pgfplots} +\usetikzlibrary{external} +\tikzexternalize[prefix=tikz/] \pgfplotsset{compat=1.16,scale=1.25} \pgfplotsset{ @@ -101,7 +103,7 @@ Green's theorem is commonly used in applications of vector calculus to other fie % ==== Illustration Image of Circulation Here ==== -\begin{figure}[] +\begin{figure}[h] \centering \begin{tikzpicture} \begin{axis}[vector, diff --git a/tikz/foo.txt b/tikz/foo.txt new file mode 100644 index 0000000..e69de29