-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplots.tex
More file actions
208 lines (163 loc) · 5.6 KB
/
plots.tex
File metadata and controls
208 lines (163 loc) · 5.6 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% University/School Laboratory Report
% LaTeX Template
% Version 3.1 (25/3/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Linux and Unix Users Group at Virginia Tech Wiki
% (https://vtluug.org/wiki/Example_LaTeX_chem_lab_report)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{article}
\usepackage[version=3]{mhchem} % Package for chemical equation typesetting
\usepackage{siunitx} % Provides the \SI{}{} and \si{} command for typesetting SI units
\usepackage{graphicx} % Required for the inclusion of images
\usepackage{natbib} % Required to change bibliography style to APA
\usepackage{amsmath} % Required for some math elements
\usepackage[utf8]{inputenc}
\usepackage{tikz,pgfplots}
\usepackage[letterpaper, margin=0.2in]{geometry}
\usepackage{float}
\usepackage{enumitem}
\usepackage{fixltx2e}
\usepackage{gensymb}
\usepackage[hidelinks]{hyperref}
\usepackage[all]{hypcap}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{color}
% Code color matlab definitions
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
% Roman numerials
\pagenumbering{arabic}
\setlength\parindent{0pt} % Removes all indentation from paragraphs
%\renewcommand{\labelenumi}{\alph{enumi}.} % Make numbering in the enumerate environment by letter rather than number (e.g. section 6)
%\usepackage{times} % Uncomment to use the Times New Roman font
% for some tables
\newcommand{\specialcell}[2][c]{%
\begin{tabular}[#1]{@{}c@{}}#2\end{tabular}}
\providecommand{\e}[1]{\ensuremath{\times 10^{#1}}}
%----------------------------------------------------------------------------------------
% DOCUMENT INFORMATION
%----------------------------------------------------------------------------------------
%\title{Determination of the Atomic \\ Weight of Magnesium \\ CHEM 101} % Title
%\author{John \textsc{Smith}} % Author name
%\date{\today} % Date for the report
\title{KeySight u2701A Modular Scope tests with Matlab}
\author{Levon Dovlatyan}
\date{\today}
\begin{document}
%\maketitle % Insert the title, author and date
% If you wish to include an abstract, uncomment the lines below
% \begin{abstract}
% Abstract text
% \end{abstract}
%----------------------------------------------------------------------------------------
% SECTION 1
%----------------------------------------------------------------------------------------
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (-5,0) {\includegraphics[width=300pt]{p2_Energy.pdf}};
\node at (5,0) {\includegraphics[width=300pt]{p2_error.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (-5,0) {\includegraphics[width=300pt]{p3_100_Energy.pdf}};
\node at (5,0) {\includegraphics[width=300pt]{p3_100_Error.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (-5,0) {\includegraphics[width=300pt]{p3_10000_Energy.pdf}};
\node at (5,0) {\includegraphics[width=300pt]{p3_10000_Error.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (-5,0) {\includegraphics[width=300pt]{p5_100.pdf}};
\node at (5,0) {\includegraphics[width=300pt]{p5.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (-5,0) {\includegraphics[width=300pt]{p5_10000.pdf}};
\node at (5,0) {\includegraphics[width=300pt]{p5_100_500pts.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (-5,0) {\includegraphics[width=300pt]{p5_10000.pdf}};
\node at (5,0) {\includegraphics[width=300pt]{p5_100_500pts.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (0,0) {\includegraphics[width=600pt]{2d_p2.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (0,0) {\includegraphics[width=300pt]{2d_p3_energy_n30.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (0,0) {\includegraphics[width=300pt]{2d_p3_error_scale.pdf}};
\end{tikzpicture}
\end{figure}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\node at (0,0) {\includegraphics[width=300pt]{2d_p5.pdf}};
\end{tikzpicture}
\end{figure}
%\textcolor{white}{l} \\*[2cm]
% Nothing right now
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\bibliographystyle{apalike}
\bibliography{sample}
%----------------------------------------------------------------------------------------
\end{document}