Search found 2 matches

by Alucard
Fri Dec 24, 2021 7:01 am
Forum: Graphics, Figures & Tables
Topic: insert an image with caption in a mdframed env at the right of the text
Replies: 1
Views: 3098

insert an image with caption in a mdframed env at the right of the text

ahhh i think i have found a solution with

\InsertBoxR{0}{\begin{minipage}[t]{0.4\textwidth}
\includegraphics[width=0.9\textwidth]{images/annales.PNG}
\captionsetup{format=hang, justification= raggedright, font=small}
\centering
\captionof{figure}{pag 222 of codex 915}
\end{minipage}}[2 ...
by Alucard
Fri Dec 24, 2021 6:22 am
Forum: Graphics, Figures & Tables
Topic: insert an image with caption in a mdframed env at the right of the text
Replies: 1
Views: 3098

insert an image with caption in a mdframed env at the right of the text

Hi everyone, this is my first message, i hope this is the right section. i was trying to add a small image at the right of the main text in a personalized mdframed environment with \insertboxr but i fail to add the caption under the image
\usepackage[framemethod=TikZ]{mdframed}
\usepackage{lipsum ...