-
Notifications
You must be signed in to change notification settings - Fork 0
/
solutions.tex
45 lines (31 loc) · 861 Bytes
/
solutions.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
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{titling}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{enumitem}
\usepackage{cancel}
\DeclareMathOperator*{\E}{\mathbb{E}}
\title{Solution Manual for\\Pattern Recognition and Machine Learning\\by Christopher M. Bishop}
\author{Nicola Fanelli}
\date{August 2nd, 2023}
\begin{document}
\begin{titlepage}
\centering
\vspace*{1cm}
\Huge\textbf{\thetitle}
\vspace{0.5cm}
\Large\textit{Edited by Nicola~Fanelli}
\vfill
\vspace{0.8cm}
\includegraphics[width=0.4\textwidth]{uniba-logo.png} % Include your university logo here
\vspace{1cm}
\Large\thedate
\end{titlepage}
\newpage
% Start your content here
\include{chapter1}
\include{chapter2}
\include{chapter3}
\end{document}