equal
deleted
inserted
replaced
40 |
40 |
41 \usepackage[utf8]{inputenc} % Required for inputting international characters |
41 \usepackage[utf8]{inputenc} % Required for inputting international characters |
42 \usepackage[T1]{fontenc} % Output font encoding for international characters |
42 \usepackage[T1]{fontenc} % Output font encoding for international characters |
43 %\usepackage{fdsymbol} % Loads unicode-math |
43 %\usepackage{fdsymbol} % Loads unicode-math |
44 |
44 |
|
45 \usepackage{verbatim} |
45 \usepackage{mathpazo} % Use the Palatino font by default |
46 \usepackage{mathpazo} % Use the Palatino font by default |
46 \usepackage{hyperref} |
47 \usepackage{hyperref} |
47 \usepackage{lipsum} |
48 \usepackage{lipsum} |
48 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA) |
49 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA) |
49 \usepackage{stmaryrd} |
50 \usepackage{stmaryrd} |
70 \usepackage{tikz} |
71 \usepackage{tikz} |
71 \usetikzlibrary{automata, positioning, calc} |
72 \usetikzlibrary{automata, positioning, calc} |
72 \usetikzlibrary{fit, |
73 \usetikzlibrary{fit, |
73 shapes.geometric} |
74 shapes.geometric} |
74 \usepackage{mathpartir} |
75 \usepackage{mathpartir} |
75 |
76 \usepackage{stackrel} |
76 |
77 |
77 \DeclareCaptionType{mytype}[Illustration][] |
78 \DeclareCaptionType{mytype}[Illustration][] |
78 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{} |
79 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{} |
79 %---------------------------------------------------------------------------------------- |
80 %---------------------------------------------------------------------------------------- |
80 % MARGIN SETTINGS |
81 % MARGIN SETTINGS |