-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.tex
90 lines (72 loc) · 1.55 KB
/
recipe.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
\documentclass[12pt,a4paper]{report}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{siunitx}
\usepackage{enumitem, nth}
\usepackage{mhchem}
\DeclareSIUnit\torr{torr}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{empty}
\begin{figure}[t]
\includegraphics[scale=0.4]{fig/usydlogo.jpg}
\end{figure}
\begin{tabular}{c}
\\
\\
\\
\begin{huge}
\textbf{Nanofab work procedure}
\end{huge}
\\
\\
\rule{14cm}{1mm}
\end{tabular}
\vspace{2cm}
\begin{flushright}
\begin{Large}
\textbf{School of physics, Quantum group}\\
\vspace{0.5cm}
Last update: \today
\end{Large}
\end{flushright}
\vspace{4cm}
\noindent \textbf{Abstract}:\\
\textit{Description of each steps to manufacture quantum dots from a GaAs/AlGaAs chip.}\\
\begin{flushright}
Sebastian Pauka\\
Sylvain Blanvillain
\end{flushright}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Nanofabrication}
\include{dressing}
\include{cleaving}
\include{cleaning}
\include{spinner}
\include{photolith}
\include{develop}
\include{photodielectrics}
\include{dektak}
\include{etch}
\include{ash}
\include{evaporator}
\include{sputterer}
\include{anneal}
\include{ald}
\include{ebl}
\section{Notes}
\newpage
\textbf{- Notes -}
\newpage
\textbf{- Notes -}
\end{document}