From 433b838cd7a68bb45abf0023edfb5439097693f2 Mon Sep 17 00:00:00 2001 From: samuel niederer Date: Sun, 24 Jul 2022 12:03:46 +0200 Subject: update packages --- buch/papers/kra/packages.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'buch/papers/kra/packages.tex') diff --git a/buch/papers/kra/packages.tex b/buch/papers/kra/packages.tex index df34dcf..b16f074 100644 --- a/buch/papers/kra/packages.tex +++ b/buch/papers/kra/packages.tex @@ -8,3 +8,15 @@ % following example %\usepackage{packagename} +\usepackage{physics} +\usepackage{pgfplots} +\usepackage{tikz} +\usepackage[outline]{contour} +\pgfplotsset{compat=1.16} +\usetikzlibrary{patterns} +\usetikzlibrary{snakes} +\usetikzlibrary{math} +\usetikzlibrary{arrows.meta} +\usetikzlibrary{decorations} +\usetikzlibrary{decorations.markings} +\usetikzlibrary{calc} \ No newline at end of file -- cgit v1.2.1 From 96ca6105b6adad8a6b3c5a1af426df9f8c4024c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 15 Aug 2022 06:54:23 +0200 Subject: fix physics dependency --- buch/papers/kra/packages.tex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'buch/papers/kra/packages.tex') diff --git a/buch/papers/kra/packages.tex b/buch/papers/kra/packages.tex index b16f074..56c48d9 100644 --- a/buch/papers/kra/packages.tex +++ b/buch/papers/kra/packages.tex @@ -8,15 +8,11 @@ % following example %\usepackage{packagename} -\usepackage{physics} -\usepackage{pgfplots} -\usepackage{tikz} +%\usepackage{physics} \usepackage[outline]{contour} \pgfplotsset{compat=1.16} \usetikzlibrary{patterns} \usetikzlibrary{snakes} -\usetikzlibrary{math} \usetikzlibrary{arrows.meta} \usetikzlibrary{decorations} \usetikzlibrary{decorations.markings} -\usetikzlibrary{calc} \ No newline at end of file -- cgit v1.2.1