cleared repeated packages

This commit is contained in:
Hedongliang Liu
2025-08-20 18:21:10 +02:00
committed by Andrej Rode
parent a80bde5b71
commit 8dc64784bc
3 changed files with 30 additions and 44 deletions

View File

@@ -1,49 +1,34 @@
%%%%%%%%%%%%%%%%%%%%%%%
% Usepackages
%
%\usepackage[ngerman]{babel}
%\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amssymb,amsthm}
\usepackage{array}
\usepackage{multicol}
\usepackage{lipsum}
\usepackage[overlay,absolute]{textpos}
\usepackage{tabularx}
% importing packages for encoding and fonts
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usefonttheme[onlymath]{serif}
\usepackage[english,ngerman]{babel}
% math stuff
\usepackage{amssymb,amsthm}
% Math stuff
\usepackage{amsmath,amssymb,amsthm}
\usepackage{bbm}
\usepackage{dsfont} % more blackboard bold symbols like digits and lowercase letters
\usepackage{bm} % bold math symbols
\usepackage{array}
\usepackage{multicol}
\usepackage{lipsum}
\usepackage{tabularx}
\usepackage[overlay,absolute]{textpos}
%\usepackage[absolute]{textpos}
\usepackage{amsmath,amssymb}
\usepackage{xkeyval}
\usepackage{xkeyval} % for defining keys in commands and environments
\usepackage{todonotes}
\presetkeys{todonotes}{inline}{}
\presetkeys{todonotes}{size=\tiny}{}
\presetkeys{todonotes}{inline}{} % make todos inline by default
\presetkeys{todonotes}{size=\tiny}{} % make todos font smaller by default
\presetkeys{todonotes}{color=kit-yellow50}{} % make todos box color yellow by default
\presetkeys{todonotes}{textcolor=kit-red}{} % make todos textcolor red by default
% Links in pdf
\usepackage[depth=4,open,openlevel=2]{bookmark}
% Um bei Listen erklärenden Text in einem gleichmäßigen Abstand zu setzen:
% In order to set explanatory text in a uniform distance in lists:
\usepackage{makebox}
% SI units:
@@ -54,16 +39,14 @@
% Tables
\usepackage{booktabs}
% For cancelling (errata)
\usepackage{comment}
\usepackage{soul}
\usepackage{comment} % enable the envioment \begin{comment}
\usepackage{cancel}
% For emphasizing or cancelling
\usepackage{soul} % for text highlighting, \hl{highlight}, \ul{underline}, \st{strikeout}
\usepackage[normalem]{ulem}
\usepackage{cancel} % draw diagonal lines through math expressions, e.g. \cancel{a+b}, \bcancel{a+b}, \xcancel{a+b} for different styles
% bold math for vector notation
\usepackage{bm}
\usepackage{xifthen}
%\usepackage{adjustbox}
%\usepackage{adjustbox} % allows to scale, resize, trim, clip, rotate, and frame content
% TikZ and stuff
\usepackage{tikz, pgfplots}
@@ -78,17 +61,15 @@
%\tikzexternalize[prefix=TikzPictures/]
\usepackage{dsfont}
% Index finger
\usepackage{bbding}
\usepackage{bbding} % provvides decorative symbols like \Checkmark, \Cross, \ThumbsUp, \ThumbsDown, \Index, \PointingHand
% ifthenelse
\usepackage{ifthen}
\usepackage{ifthen} % basic logics
\usepackage{xifthen} % extended logics, e.g. \ifempty{arg}{true}{false}
\usepackage[normalem]{ulem}
% \mleft( and \mright) to avoid weird spaces before functions
\usepackage{mleftright}