-
Notifications
You must be signed in to change notification settings - Fork 1
/
00_template.tex
96 lines (64 loc) · 1.7 KB
/
00_template.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
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
\chapter{Experiment Name}
\section*{Objectives}
\begin{enumerate}
\itemsep0em
\item List
\end{enumerate}
\section*{Introduction/Theory/Background}
\subsection*{Subsection 1 - Figures}
\begin{figure}[!htb]
\centering
\includegraphics[width=0.5\textwidth]{example-image-a}
\caption{Insert caption here}
\label{fig:<name>}
\end{figure}
\subsection*{Subsection 2 - Multiple Figures}
\begin{figure}[!htb]
\captionsetup[subfigure]{justification=centering}
\centering
\begin{subfigure}[b]{0.5\textwidth}
\centering
\includegraphics[scale=0.5]{example-image-b}
\caption{Insert caption here}
\label{fig:<name>}
\end{subfigure}\hfill
\begin{subfigure}[b]{0.5\textwidth}
\centering
\includegraphics[scale=0.5]{example-image-c}
\caption{Insert caption here}
\label{fig:<name>}
\end{subfigure}
\par\bigskip
\end{figure}
\begin{question}
\paragraph{Question:} Place your question here.~\\
\paragraph{Question:} You can place more than one in a box.
\end{question}
\begin{imp}
Use this box for important information.
\end{imp}
\begin{tip}
Use this box for tips.
\end{tip}
\section*{Experimental Setup}
\subsection*{Apparatus}
\begin{enumerate}
\itemsep0em
\item List
\end{enumerate}
\subsection*{Description}
Put in any items you think need descriptions. You can include descriptions of different software, etc.
\subsection*{Warnings}
\begin{itemize}
\itemsep0em
\item List
\end{itemize}
\section*{Procedure}
\subsection*{Part A}
\subsection*{Part B}
\subsection*{Part C}
\section*{References}
\begin{enumerate}
\itemsep0em
\item List
\end{enumerate}