ece312/lab_2/Empty LaTex ReportV1.tex

73 lines
1.5 KiB
TeX

\documentclass[12pt]{article}
\usepackage{comment}
\usepackage{float}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pdfpages}
\usepackage[hidelinks]{hyperref}
\newcommand{\docTitle}{Musical Greeting Card}
\newcommand{\courseNum}{ECE 312}
\newcommand{\labName}{Lab 2}
\newcommand{\labSection}{D21}
\hypersetup{
pdftitle={\docTitle{}},
pdfauthor={David Lenfesty \& Willard Farmer},
bookmarksnumbered=true,
bookmarksopen=true,
bookmarksopenlevel=1,
colorlinks=false,
pdfstartview=Fit,
pdfpagemode=UseOutlines, % this is the option you were lookin for
pdfpagelayout=TwoPageRight
}
\title{ {\Huge \docTitle{}} \\
\courseNum{} - \labName{} - \labSection{} - Tuesday}
\author{
David Lenfesty\\
\texttt{lenfesty@ualberta.ca}\\
\texttt{ID: 1531446}
\and
Willard Farmer\\
\texttt{wfarmer@ualberta.ca}\\
\texttt{ID: XXXXXXX}
}
\begin{document}
\pagenumbering{roman}
\maketitle
\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\section{Brief Description}
\section{Target Specifications}
\section{Schematic}
\section{Firmware Plan}
\section{Parts Required}
\begin{table}[H]
\centering
\begin{tabular}{c | c | c}
\textbf{Partno. / Description} & \textbf{Number Required} & \textbf{Return} \\
Attiny2313A & 1 & $\square$ \\
Piezoelectric Buzzer & 2 & $\square$ \\
Momentary Pushbutton & 1 & $\square$ \\
\end{tabular}
\end{table}
\end{document}