Finish first draft of introduction and method section.
This commit is contained in:
parent
939aa3ad50
commit
f27cca4baf
7 changed files with 688 additions and 106 deletions
|
|
@ -20,6 +20,7 @@
|
|||
%% I recommend downloading TeXMaker, because it includes a large library of the most common packages.
|
||||
|
||||
\usepackage{physics,amssymb} % mathematical symbols (physics imports amsmath)
|
||||
\usepackage[no-test-for-array]{nicematrix}
|
||||
|
||||
\usepackage{graphicx} % include graphics such as plots
|
||||
\graphicspath{.images/}
|
||||
|
|
@ -33,6 +34,29 @@
|
|||
\usepackage{algorithm}
|
||||
\usepackage[noend]{algpseudocode}
|
||||
\usepackage{tikz}
|
||||
% \usepackage{pgfplots}
|
||||
% \pgfplotsset{compat=1.18}
|
||||
% \usetikzlibrary{3d}
|
||||
\usepackage{xcolor}
|
||||
% \usepackage{etoolbox} %ifthen
|
||||
% \usetikzlibrary{calc}
|
||||
% \usetikzlibrary{arrows,arrows.meta}
|
||||
% \usetikzlibrary{decorations.markings}
|
||||
% \usetikzlibrary{angles,quotes}
|
||||
% \usetikzlibrary{fadings}
|
||||
% \tikzset{>=latex}
|
||||
% \colorlet{wall}{blue!30!black}
|
||||
% \colorlet{myblue}{blue!70!black}
|
||||
% \colorlet{myred}{red!70!black}
|
||||
% \colorlet{mydarkred}{red!50!black}
|
||||
% \colorlet{mylightgreen}{green!60!black!70}
|
||||
% \colorlet{mygreen}{green!60!black}
|
||||
% \colorlet{myredgrey}{red!50!black!80}
|
||||
% \colorlet{myshadow}{blue!30!black!90}
|
||||
% \tikzstyle{wave}=[myblue,thick]
|
||||
% \tikzstyle{mydashed}=[black!70,dashed,thin]
|
||||
% \tikzstyle{mymeas}=[{Latex[length=3,width=2]}-{Latex[length=3,width=2]},thin]
|
||||
% \tikzstyle{mysmallarr}=[-{Latex[length=3,width=2]}]
|
||||
% \usetikzlibrary{quantikz}
|
||||
% defines the color of hyperref objects
|
||||
% Blending two colors: blue!80!black = 80% blue and 20% black
|
||||
|
|
@ -44,7 +68,9 @@
|
|||
|
||||
% Biblio stuff
|
||||
% \def\biblio{\bibliographystyle{plain}\bibliography{../references/references}}
|
||||
|
||||
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
|
||||
\newcommand{\rvline}{\hspace*{-\arraycolsep}\vline\hspace*{-\arraycolsep}}
|
||||
|
||||
% Defines indices i and j to avoid confusion with imaginary i
|
||||
\newcommand{\ivec}{\hat{\imath}}
|
||||
|
|
@ -67,10 +93,10 @@
|
|||
\maketitle
|
||||
|
||||
% Introduction
|
||||
% \subfile{sections/introduction}
|
||||
\subfile{sections/introduction}
|
||||
|
||||
% Methods
|
||||
% \subfile{sections/methods}
|
||||
\subfile{sections/methods}
|
||||
|
||||
% Results
|
||||
% \subfile{sections/results}
|
||||
|
|
@ -79,7 +105,7 @@
|
|||
% \subfile{sections/conclusion}
|
||||
|
||||
% Notes
|
||||
\subfile{draft}
|
||||
% \subfile{draft}
|
||||
|
||||
\clearpage
|
||||
\newpage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue