strict placement specifier for results

This commit is contained in:
Alfred Melch 2019-08-10 20:51:16 +02:00
parent 332c33480c
commit 3adb016700
17 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
import os
tex_template = """
\\begin{{figure}}[!htb]
\\begin{{figure}}[H]
\\centering
\\includegraphics[width=.75\\linewidth]{{./results-benchmark/{filename}}}
\\caption{{{caption}}}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_ffox_bavaria_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Firefox browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_ffox_bavaria_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Firefox browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_safa_bavaria_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Safari browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/mac_safa_bavaria_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of MacBook Pro device with Safari browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_jsstack_false.png}
\caption{Turf.js simplify benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_jsstack_true.png}
\caption{Turf.js simplify benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/ubu_ffox_bavaria_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Ubuntu device with Firefox browser on dataset "Bavaria outline" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_chro_simplify_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Chrome browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_chro_simplify_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Chrome browser on dataset "Simplify.js example" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_stack_false.png}
\caption{Simplify.wasm runtime analysis benchmark result of Windows device with Edge browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_stack_true.png}
\caption{Simplify.wasm runtime analysis benchmark result of Windows device with Edge browser on dataset "Simplify.js example" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Edge browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_edge_simplify_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Edge browser on dataset "Simplify.js example" with high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_ffox_simplify_vs_false.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Firefox browser on dataset "Simplify.js example" without high quality mode.}

View File

@ -1,5 +1,5 @@
\begin{figure}[!htb]
\begin{figure}[H]
\centering
\includegraphics[width=.75\linewidth]{./results-benchmark/win_ffox_simplify_vs_true.png}
\caption{Simplify.wasm vs. Simplify.js benchmark result of Windows device with Firefox browser on dataset "Simplify.js example" with high quality mode.}