Skip to content

Instantly share code, notes, and snippets.

@macoj
Last active June 5, 2020 14:32
Show Gist options
  • Save macoj/17b0fb0ed80af72e15fa6391848b2a9e to your computer and use it in GitHub Desktop.
Save macoj/17b0fb0ed80af72e15fa6391848b2a9e to your computer and use it in GitHub Desktop.
Having a bold Fig. in figure caption in REVTex4-1

To have a Fig. 1. instead of Fig. 1. when using REVTex4-1, since caption does not work with this class.

\makeatletter
\renewcommand*{\fnum@figure}{{\normalfont\bfseries \figurename~\thefigure}}
\makeatother
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment