Search found 1 match

by zaparoli
Wed Apr 06, 2022 9:39 am
Forum: Graphics, Figures & Tables
Topic: Legend inside caption
Replies: 4
Views: 9553

Legend inside caption

You can use tikz package with protect , as suggested in https://tex.stackexchange.com/questions/115352/tikzpicture-within-figure-caption

\documentclass{article}
\usepackage{tikz}
\begin{document}

\begin{figure}[h]
-- This is a figure --
\caption{Figure within caption {\protect\tikz \protect\draw ...