-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModule.tex
More file actions
39 lines (26 loc) · 1.11 KB
/
Module.tex
File metadata and controls
39 lines (26 loc) · 1.11 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
\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{geometry}
\usepackage{listings}
\usepackage{float}
\lstset{language=Verilog}
\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
\title{Zhejiang University Experiment Report \\ Computer Architecture \\ Pipeline CPU with stall} % Title
\author{Huang Huang} % Author name
\date{\today} % Date for the report
\begin{document}
\maketitle % Insert the title, author and date
\begin{center}
\begin{tabular}{l r}
Student ID: & 3130000435 \\
Partners: & None \\
Instructor: & XiaoHong Jiang
\end{tabular}
\end{center}
\end{document}