-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment_1.tex
More file actions
47 lines (43 loc) · 1.25 KB
/
Assignment_1.tex
File metadata and controls
47 lines (43 loc) · 1.25 KB
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
46
47
\documentclass[11pt,a4paper,onecolumn]{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\numberwithin{equation}{section} %For numbering equations in format chapter.number
\usepackage{amssymb}%math symbols
\usepackage[mathscr]{euscript}
%\usepackage[onehalfspacing]{setspace}
\usepackage{bm}%fette Symbole(Vektoren)
\usepackage{appendix}
\usepackage{cleveref}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{import} %for importing from other folder
\usepackage{placeins} %Places Figures (FloatBarrier)
\usepackage{mathtools}%dcases
\usepackage{todonotes}
\usepackage{cite}
\usepackage{caption}
\usepackage[margin=1in]{geometry} %For setting the paper boundaries
\usepackage[export]{adjustbox}%Here used for aligning subfloats at the top
\newcommand*{\HomePath}{}
\usepackage{dsfont}
\subimport{\HomePath}{commands.tex}
\graphicspath {{../MyCode/Plots/}}
%\graphicspath {{\HomePath Plots/}}
\captionsetup{labelfont=bf}
\author{Philipp Breul}
\title{Dynamical Systems}
\begin{document}
\maketitle
\begin{center}
I will do question number 2 of the assignment sheet.
\end{center}
\setcounter{secnumdepth}{0}
\section{Exercise 2}
\subsection{a)}
\input{2_a}
\subsection{b)}
\input{2_b}
\FloatBarrier
\bibliography{mybib}{}
\bibliographystyle{plain}
\end{document}