equal
deleted
inserted
replaced
44 |
44 |
45 \usepackage{mathpazo} % Use the Palatino font by default |
45 \usepackage{mathpazo} % Use the Palatino font by default |
46 \usepackage{hyperref} |
46 \usepackage{hyperref} |
47 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA) |
47 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA) |
48 \usepackage{stmaryrd} |
48 \usepackage{stmaryrd} |
|
49 \usepackage{caption} |
49 |
50 |
50 \addbibresource{example.bib} % The filename of the bibliography |
51 \addbibresource{example.bib} % The filename of the bibliography |
51 |
52 |
52 \usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography |
53 \usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography |
53 |
54 |
66 \usepackage{nccmath} |
67 \usepackage{nccmath} |
67 \usepackage{tikz-cd} |
68 \usepackage{tikz-cd} |
68 \usepackage{tikz} |
69 \usepackage{tikz} |
69 \usetikzlibrary{automata, positioning, calc} |
70 \usetikzlibrary{automata, positioning, calc} |
70 |
71 |
|
72 |
|
73 |
|
74 \DeclareCaptionType{mytype}[Illustration][] |
|
75 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{} |
71 %---------------------------------------------------------------------------------------- |
76 %---------------------------------------------------------------------------------------- |
72 % MARGIN SETTINGS |
77 % MARGIN SETTINGS |
73 %---------------------------------------------------------------------------------------- |
78 %---------------------------------------------------------------------------------------- |
74 |
79 |
75 \geometry{ |
80 \geometry{ |