From 41249cff38a2002fbf96384de8dab6a4d02342ae Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Sat, 9 Jan 2021 15:50:37 +0100 Subject: [PATCH] add \pic command --- bind.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bind.sty b/bind.sty index 09ead5f7..1eb5220f 100644 --- a/bind.sty +++ b/bind.sty @@ -140,6 +140,11 @@ bookmarks=true]% \newcommand{\headingtype}{CHAPTER} +\newcommand{\pic}[1]{ + \noindent\includesvg[width=\linewidth]{images/#1} + +} + \newcommand{\sidepic}[2][5]{ \needspace{2cm}\begin{wrapfigure}{R}{.#1\linewidth} \noindent\includesvg[width=\linewidth]{images/#2} -- GitLab