From 65434dfefd00656d755a1145a7f4770d749ac7f1 Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Tue, 17 Mar 2020 10:36:22 +0100 Subject: [PATCH] import useful packages --- 30_Thesis/thesis.tex | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/30_Thesis/thesis.tex b/30_Thesis/thesis.tex index 96d2930..c4f5c85 100644 --- a/30_Thesis/thesis.tex +++ b/30_Thesis/thesis.tex @@ -74,6 +74,39 @@ %% -------------------------------- \usepackage[colorinlistoftodos, obeyDraft]{todonotes} +%% -------------------- +%% | Float Barriers | +%% -------------------- +\usepackage{placeins} + +%% -------------------- +%% | Table Packages | +%% -------------------- +\usepackage{tabularx} +\usepackage{multirow} + +%% -------------------- +%% | Maths Packages | +%% -------------------- +\usepackage{amsmath} +\usepackage{amssymb} + +%% -------------------- +%% | Plotting Packages | +%% -------------------- +\usepackage{pgfplots} + +%% --------------------- +%% | Generating Frames | +%% --------------------- +\usepackage[framemethod=TikZ]{mdframed} + +%% -------------------------------- +%% | PDF Comments | +%% -------------------------------- +\usepackage[colorinlistoftodos, obeyDraft]{todonotes} + + %% -------------------------------- %% | Gantt Charts | %% --------------------------------