import useful packages

This commit is contained in:
hannes.kuchelmeister
2020-03-17 10:36:22 +01:00
parent 05ac43b0c2
commit 65434dfefd

View File

@@ -74,6 +74,39 @@
%% -------------------------------- %% --------------------------------
\usepackage[colorinlistoftodos, obeyDraft]{todonotes} \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 | %% | Gantt Charts |
%% -------------------------------- %% --------------------------------