\textcolor{red}{\textbf{---}}\textcolor{red}{\rule[0.5ex]{2em}{1pt}}Gibt's noch eine andere Möglichkeit, einen etwas dickeren Gedankenstrich o.ä. im Text zu erstellen?[/code]
\textcolor{red}{\textbf{---}}\textcolor{red}{\rule[0.5ex]{2em}{1pt}}\documentclass[a4paper]{scrreprt}
\usepackage[demo]{graphicx}
\usepackage{color}
\begin{document}
So: \textcolor{red}{\rule[0.5ex]{2em}{1pt}} soll es auch in der caption aussehen.
\begin{figure}
\includegraphics{test}
\caption{Das: \textcolor{red}{---} ist mir zu duenn.}
% Folgendes funktioniert nicht!
% \caption{Text \textcolor{red}{\rule[0.5ex]{2em}{1pt}} Mehr Text}
\end{figure}
\end{document}