Skip to content
Snippets Groups Projects
Commit d1152734 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add side image command for jpegs

parent c4dcd241
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,15 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
\end{wrapfigure}
}
\newcommand{\sidejpg}[3][5]{
\iftoggle{verbose}{
\begin{wrapfigure}{O}{.#1\linewidth}
\noindent\includegraphics[width=\linewidth]{images/#2}
#3
\end{wrapfigure}
}
}
\colorlet{chapnumcol}{black!55}
\titleformat{\chapter}[display]
......@@ -108,7 +117,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
{\Huge}
\titleformat{\section}[frame]
{\needspace{18em}\normalfont}
{\needspace{20em}\normalfont}
{\filright
\footnotesize
\enspace SECTION \thesection\enspace}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment