You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.1 KiB
TeX

2 years ago
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[left=2cm,right=2cm,bottom=2cm, top=2cm]{geometry}
\usepackage{amsmath}
\usepackage{tcolorbox}
\tcbuselibrary{theorems}
\newtcbtheorem{definition}{Definition}{colback=red!5!white,colframe=red!75!black,fonttitle=\bfseries\large}{def}
2 years ago
\usepackage{xcolor}
\usepackage{graphicx,import}
2 years ago
\usepackage{fancyhdr}
\usepackage{url}
\usepackage{hyperref}
\usepackage{hyperref}
\hypersetup{
linktoc=all, %set to all if you want both sections and subsections linked
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
2 years ago
\pagestyle{fancy}
\fancyhf{}
\lhead{ECE-657 Tools of Intelligent System Design}
\rhead{Spring 2022}
2 years ago
\lfoot{Arthur Grisel-Davy}
\rfoot{Page \thepage}
\begin{document}
\thispagestyle{empty}
\begin{center}
\par\noindent\rule{\textwidth}{2px}\\
\vspace{0.5cm}
{\Huge Tools of Intelligent System Design}
\vspace{0.3cm}
\par\noindent\rule{\textwidth}{2px}
\end{center}
\tableofcontents
\newpage
\section{Introduction}
\begin{definition}{Artificial Intelligence}
plop
\end{definition}
2 years ago
\end{document}