I'd like to make my own caption inside \caption{} in figures of LaTeX, how can I turn off the "Figure " prefix from the captions that appear?
thanks.
I'd like to make my own caption inside \caption{} in figures of LaTeX, how can I turn off the "Figure " prefix from the captions that appear?
thanks.
You can use the caption
package and do this:
\usepackage[labelformat=empty]{caption}