VLSI notes week 1 lecture 2

This commit is contained in:
Aidan Sharpe
2024-09-05 15:14:50 -04:00
parent cecea2e53d
commit 16f5ba9de2
33 changed files with 8605 additions and 19 deletions

View File

@@ -0,0 +1,20 @@
\documentclass{report}
\input{preamble}
\input{macros}
\input{letterfonts}
\title{\Huge{Electrical Communication Systems}}
\author{\huge{Aidan Sharpe}}
\date{}
\begin{document}
\maketitle
\newpage% or \cleardoublepage
% \pdfbookmark[<level>]{<title>}{<dest>}
\pdfbookmark[section]{\contentsname}{toc}
\tableofcontents
\pagebreak
\end{document}