diff options
author | Nao Pross <np@0hm.ch> | 2022-08-31 11:42:50 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-08-31 11:42:50 +0200 |
commit | 4ebbf98026e37b623a3d09c98321d0fc6ea98906 (patch) | |
tree | d1894a157eee2afefa83351dddadca8673334ed2 /buch/papers | |
parent | kugel: Move figure (diff) | |
download | SeminarSpezielleFunktionen-4ebbf98026e37b623a3d09c98321d0fc6ea98906.tar.gz SeminarSpezielleFunktionen-4ebbf98026e37b623a3d09c98321d0fc6ea98906.zip |
kugel: Remove picture frame
Diffstat (limited to '')
-rw-r--r-- | buch/papers/kugel/applications.tex | 2 | ||||
-rw-r--r-- | buch/papers/kugel/packages.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/kugel/applications.tex b/buch/papers/kugel/applications.tex index 481a3a5..b527ebd 100644 --- a/buch/papers/kugel/applications.tex +++ b/buch/papers/kugel/applications.tex @@ -13,7 +13,7 @@ the most interesting applications we came across during our research. \centering \subfigure[EEG Electrodes \label{kugel:fig:eeg-electrodes}]% % {\kugelplaceholderfig{.4\linewidth}{5cm}} - {\includegraphics[width=.45\linewidth, frame]{papers/kugel/figures/electrodes}} + {\includegraphics[width=.45\linewidth]{papers/kugel/figures/electrodes}} \qquad \subfigure[Gauss' Law \label{kugel:fig:eeg-flux}]% {\includegraphics[width=.4\linewidth]{papers/kugel/figures/flux}} diff --git a/buch/papers/kugel/packages.tex b/buch/papers/kugel/packages.tex index 3694ba3..fa8cc85 100644 --- a/buch/papers/kugel/packages.tex +++ b/buch/papers/kugel/packages.tex @@ -9,7 +9,7 @@ % following example %\usepackage{packagename} \usepackage{cases} -\usepackage[export]{adjustbox} +% \usepackage[export]{adjustbox} \newcommand{\kugeltodo}[1]{\textcolor{red!70!black}{\texttt{[TODO: #1]}}} \newcommand{\kugelplaceholderfig}[2]{ \begin{tikzpicture}% |