diff --git a/main.tex b/main.tex index 09902ad..1dc9638 100644 --- a/main.tex +++ b/main.tex @@ -20,13 +20,11 @@ \usepackage{listings} % Source code formatting \usepackage[framemethod=tikz]{mdframed} % Creating framed environments using TikZ \usepackage{mathtools} % Extensions to amsmath (e.g., \coloneqq) -\usepackage{microtype} % Enhances typographic appearance (kerning, spacing) \usepackage[onehalfspacing]{setspace} % Set line spacing to 1.5 \usepackage{pgfplots} % Plotting graphs and data \usepackage{subcaption} % Subfigures and subcaptions \usepackage{stmaryrd} % Extra math symbols (e.g., semantic brackets) \usepackage{tabularx} % Tables with automatic column width adjustment -\usepackage[table,xcdraw]{xcolor} % Coloring text and tables \usepackage{tikz} % Drawing diagrams and illustrations \usepackage{tikz-qtree} % Easy syntax for trees with TikZ