It is possible to make the caption of a figure in CAPS (versalitas) typeface format? Like as image below. But I want to change only the 'FIGURE 1.1'. Descriptive text label that is invariant. That has not been answered in another post
I also want to ask if it
is possible to write in bold the test in CAPS format?
Code (false) right here for either case:
\documentclass{article}
\usepackage{mathtools,amsmath}
\usepackage{amsthm}
\begin{document}
\begin{center}
\fbox{\parbox[b]{.3\linewidth}{
\begin{center}
.......\\This is a figure\\*******
\end{center} }
}
\end{center}
\begin{center}
\textsc{Figure 1.1:} Solution of $x^2\leq 4$
\end{center}
\end{document}
captionpackage. – Martin Schröder Feb 04 '14 at 21:07