-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathsurvey.tex
74 lines (54 loc) · 1.71 KB
/
survey.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
\documentclass[12pt]{article}
\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
\usepackage{setspace}
\onehalfspacing
\usepackage{amssymb}
%% The amsthm package provides extended theorem environments
\usepackage{amsthm}
\usepackage{epsfig}
\usepackage{times}
\renewcommand{\ttdefault}{cmtt}
\usepackage{amsmath}
\usepackage{graphicx} % for graphics files
% Draw figures yourself
\usepackage{tikz}
% The float package HAS to load before hyperref
\usepackage{float} % for psuedocode formatting
\usepackage{xspace}
% from Denovo Methods Manual
\usepackage{mathrsfs}
\usepackage[mathcal]{euscript}
\usepackage{color}
\usepackage{array}
\usepackage[pdftex]{hyperref}
\usepackage[parfill]{parskip}
% math syntax
\newcommand{\nth}{n\ensuremath{^{\text{th}}} }
\newcommand{\ve}[1]{\ensuremath{\mathbf{#1}}}
\newcommand{\Macro}{\ensuremath{\Sigma}}
%---------------------------------------------------------------------------
%---------------------------------------------------------------------------
\begin{document}
\begin{center}
{\bf NE 24, S17 \\
Introductory Course Survey \\ January 23, 2017}
\end{center}
Name:
\setlength{\unitlength}{1in}
\begin{picture}(6,.1)
\put(0,0) {\line(1,0){6.25}}
\end{picture}
By what name would you prefer to be called?
\vspace*{3 em}
What gender pronouns do you prefer?
\vspace*{3 em}
Are there any special accommodations you need for this course?
\vspace*{3 em}
What is your current major?
\vspace*{3 em}
What computing languages could you use and what is your skill level (e.g.\ small, no function script up to hundreds of lines, full-featured code)?
\vspace*{3 em}
%Have you ever used Serpent or MCNP?
%\vspace*{3 em}
What do you want to learn from this course?
\end{document}