I'd like to have my figure captions with the word Figure x.x in bold, but the rest normal. Ideally, that would be in the header of the file, so that it applies to all the figures in my document.
If it's not possible, is there a way to have a different ... distance to the edge of the page, so it's different from normal text?
So for example, you would have:
Normal text blah blah blah.
[actual figure]
Figure 1.5: figure caption
I tried to use stuff like \usepackage[font=bf]{caption}, but it tells me I don't have caption.sty (or figure.sty if I replace caption by figure). I'd be also surprised if we needed a new package only for that. Is there a way to achieve one of the two?
[edit] I've installed the caption package. It might be easier to get this done now.
labelfont=bfwith justfont=bf– caw Jul 29 '19 at 20:31