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

add side image command for jpegs

parent a208798e
Branches 27-add-possibility-to-view-removed-metadata
No related tags found
No related merge requests found
...@@ -95,6 +95,15 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) ...@@ -95,6 +95,15 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
\end{wrapfigure} \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} \colorlet{chapnumcol}{black!55}
\titleformat{\chapter}[display] \titleformat{\chapter}[display]
...@@ -108,7 +117,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) ...@@ -108,7 +117,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
{\Huge} {\Huge}
\titleformat{\section}[frame] \titleformat{\section}[frame]
{\needspace{18em}\normalfont} {\needspace{20em}\normalfont}
{\filright {\filright
\footnotesize \footnotesize
\enspace SECTION \thesection\enspace} \enspace SECTION \thesection\enspace}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment