-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.tex
38 lines (28 loc) · 841 Bytes
/
notes.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
\documentclass[11pt,bibend=bibtex]{elegantbook}
\newcommand{\dif}{\mathrm{d}}
\newcommand{\innerprod}[2]{\left<#1,#2\right>}
\newcommand{\norm}[1]{\left\|#1\right\|}
\newcommand{\Linf}{L^{\infty}}
\newcommand{\pdfFrac}[2]{\frac{\partial #1}{\partial #2}}
\title{A brief note for Evans PDE chapter 6-7}
\author{Shuang Hu}
\institute{Zhejiang University}
\date{July 1st 2023}
\version{1.0}
\bioinfo{Bio}{Information}
\logo{logo-blue.png}
\cover{cover.jpg}
% modify the color in the middle of titlepage
\definecolor{customcolor}{RGB}{32,178,170}
\colorlet{coverlinecolor}{customcolor}
\usepackage{cprotect}
\addbibresource[location=local]{reference.bib} % bib
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\mainmatter
\input{chap6.tex}
\input{chap7.tex}
\printbibliography[heading=bibintoc, title=\ebibname]
\end{document}