我的文本中有图表。在图表中,数据集由不同的符号表示。我也想使用图表标题中的符号来解释数据集。我该如何将这些符号插入到标题中?
例如:
答案1
\documentclass[12pt]{article}
\usepackage{color}
\usepackage{MnSymbol}
\definecolor{orange}{rgb}{1.0,0.4,0.0}
\begin{document}
\begin{figure}
\centering\rule{4cm}{4cm} %Replace with image.
\caption{\textcolor{blue}{$\medsquare$}
\textcolor{orange}{$\medtriangleup$}}
\end{figure}
\end{document}
不过,要使所有颜色和尺寸都完全正确可能需要花费一些功夫。