-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.tex
More file actions
40 lines (29 loc) · 841 Bytes
/
Copy pathtemplate.tex
File metadata and controls
40 lines (29 loc) · 841 Bytes
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
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amssymb}
\usepackage[most]{tcolorbox}
\usepackage[hidelinks]{hyperref}
\newcommand{\BookName}{Pattern Recognition and Machine Learning}
\newcommand{\BookAuthor}{Christopher M. Bishop}
\newcommand{\ChapterName}{Chapter name}
\newcommand{\ExerciseID}{exercise-id}
\title{Chapter: \ChapterName}
\author{Ahonakpon Guy Gbaguidi}
\date{}
\begin{document}
\maketitle
\begin{center}
\large\textbf{Exercise \ExerciseID}
\vspace{0.5em}
\normalsize\BookName\ - \BookAuthor
\end{center}
\begin{tcolorbox}[breakable,colback=gray!5,colframe=gray!60,title=Solution]
% Write your solution here.
% Example structure:
% \begin{align*}
% x &= y + z \\
% &= \dots
% \end{align*}
% Add text, equations, lists, or figures as needed.
\end{tcolorbox}
\end{document}