From c708fa19a6a96d6ac8361b5f100234861a6659c6 Mon Sep 17 00:00:00 2001 From: Sebastian Luetge Date: Tue, 12 Sep 2023 15:47:23 +0200 Subject: [PATCH 1/6] after testing to run all exercises with the toolbox environment and LaTeX mini installation, these packages had to be additionally installed to have a running latex setup. Do we want to add those to have a complete set? --- install/downloads/latex_packages.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/downloads/latex_packages.txt b/install/downloads/latex_packages.txt index 20d785f2..c7edcaaf 100644 --- a/install/downloads/latex_packages.txt +++ b/install/downloads/latex_packages.txt @@ -52,15 +52,17 @@ siunitx standalone tabu tabulary +tabularray tcolorbox texdoc threeparttable tikz-feynman trimspaces type1cm +underscore unicode-math varwidth xits xkeyval xpatch -xstring \ No newline at end of file +xstring From 3650e5add7a0b703d3c5cb47fe69e6593697b088 Mon Sep 17 00:00:00 2001 From: Sebastian Luetge Date: Tue, 12 Sep 2023 15:51:23 +0200 Subject: [PATCH 2/6] also need minted running code examples in pdf documents. Not necessary for pure AP documents. Maybe ignore? --- install/downloads/latex_packages.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/install/downloads/latex_packages.txt b/install/downloads/latex_packages.txt index c7edcaaf..470938ab 100644 --- a/install/downloads/latex_packages.txt +++ b/install/downloads/latex_packages.txt @@ -40,6 +40,7 @@ mathtools metalogo mhchem microtype +minted mleftright mwe ncctools From 1b6cb1cad6b2a7fb50561f38417364d3d8c4cf64 Mon Sep 17 00:00:00 2001 From: Sebastian Luetge Date: Tue, 12 Sep 2023 15:56:30 +0200 Subject: [PATCH 3/6] add tikzfill maybe also not super necessary for pure documents --- install/downloads/latex_packages.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/install/downloads/latex_packages.txt b/install/downloads/latex_packages.txt index 470938ab..9f4cc0c4 100644 --- a/install/downloads/latex_packages.txt +++ b/install/downloads/latex_packages.txt @@ -57,6 +57,7 @@ tabularray tcolorbox texdoc threeparttable +tikzfill tikz-feynman trimspaces type1cm From 21be8b075bcfec9b9b427a91258bd86c648e6847 Mon Sep 17 00:00:00 2001 From: Sebastian Luetge Date: Tue, 12 Sep 2023 16:27:42 +0200 Subject: [PATCH 4/6] further packages --- install/downloads/latex_packages.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/downloads/latex_packages.txt b/install/downloads/latex_packages.txt index 9f4cc0c4..1677fee2 100644 --- a/install/downloads/latex_packages.txt +++ b/install/downloads/latex_packages.txt @@ -44,7 +44,9 @@ minted mleftright mwe ncctools +ninecolors oberdiek +pdfcol pdflscape pgf pgfopts From 422bdf7a5ac17f5285543eeb5b56fb5af5cf7aa2 Mon Sep 17 00:00:00 2001 From: Sebastian Luetge Date: Tue, 12 Sep 2023 16:32:41 +0200 Subject: [PATCH 5/6] adding tex-overview this should really only be interesting for generating the slides. --- install/downloads/latex_packages.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/install/downloads/latex_packages.txt b/install/downloads/latex_packages.txt index 1677fee2..4ae616fa 100644 --- a/install/downloads/latex_packages.txt +++ b/install/downloads/latex_packages.txt @@ -58,6 +58,7 @@ tabulary tabularray tcolorbox texdoc +tex-overview threeparttable tikzfill tikz-feynman From 73c573f8f8d0035a04305fad5025b5bfc3d71892 Mon Sep 17 00:00:00 2001 From: Sebastian Luetge Date: Thu, 14 Sep 2023 11:26:25 +0200 Subject: [PATCH 6/6] delete typo package --- install/downloads/latex_packages.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/install/downloads/latex_packages.txt b/install/downloads/latex_packages.txt index 4ae616fa..b8bf3652 100644 --- a/install/downloads/latex_packages.txt +++ b/install/downloads/latex_packages.txt @@ -54,7 +54,6 @@ placeins siunitx standalone tabu -tabulary tabularray tcolorbox texdoc