diff --git a/config/bind.sty b/config/bind.sty index 638d8af493a13e41d53097aa933f1080744d673b..d5600e2853f7340fd23eb1e62913d0a46418854a 100644 --- a/config/bind.sty +++ b/config/bind.sty @@ -67,7 +67,7 @@ inner sep=5pt, rectangle, text width=1.2cm, - text height=4cm, + text height=4.33cm, align=center, anchor=north east ] @@ -85,7 +85,7 @@ inner sep=5pt, rectangle, text width=1.2cm, - text height=4cm, + text height=4.33cm, align=center, anchor=north west ] @@ -249,6 +249,19 @@ bookmarks=true]% \end{figure*} } +\newcommand{\toppicBorder}[2]{ + \begin{figure*}[t!] + \begin{tcolorbox}[colframe=black,colback=gray] + \IfFileExists{images/#1.svg}{ + \includesvg[width=\textwidth]{images/#1} + }{ + \includegraphics[width=\textwidth]{images/#1.jpg} + } + #2 + \end{tcolorbox} + \end{figure*} +} + \newcommand{\bottompic}[2]{ \begin{figure*}[b!] \IfFileExists{images/#1.svg}{ @@ -260,6 +273,19 @@ bookmarks=true]% \end{figure*} } +\newcommand{\bottompicBorder}[2]{ + \begin{figure*}[b!] + \begin{tcolorbox}[colframe=black,colback=gray] + \IfFileExists{images/#1.svg}{ + \includesvg[width=\textwidth]{images/#1} + }{ + \includegraphics[width=\textwidth]{images/#1.jpg} + } + #2 + \end{tcolorbox} + \end{figure*} +} + \colorlet{chapnumcol}{black!100} %%%%% Section Formatting %%%%%