-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdf_gen.tex
48 lines (48 loc) · 2.01 KB
/
pdf_gen.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass{article}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage[bottom]{footmisc}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{epigraph}
\usepackage{color}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{wrapfig}
\usepackage{lipsum}
\begin{document}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_Energy_something_HeatMap_DVFS_num_0.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_Energy_something_HeatMap_DVFS_num_last.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_Energy_something_HeatMap_DVFS_percent_0.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_Energy_something_HeatMap_DVFS_percent_last.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_power_Energy_something_HeatMap_DVFS_num_0.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_power_Energy_something_HeatMap_DVFS_num_last.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_power_Energy_something_HeatMap_DVFS_percent_0.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/Package_power_Energy_something_HeatMap_DVFS_percent_last.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/WallClockTime_Energy_something_HeatMap_DVFS_num_0.eps}
\end{wrapfigure}
\begin{wrapfigure}[10]{r}{0.1\textwidth}
\includegraphics[width= 1\textwidth]{data/sunflow/fig/WallClockTime_Energy_something_HeatMap_DVFS_percent_0.eps}
\end{wrapfigure}
\end{document}