How to bold automatically the first sentence of the float caption and second sentence is normal?
\begin{figure}[t]
\centering
\caption{First sentence. Second sentence.}
\end{figure}
Output should be:
Figure 1. First sentence. Second sentence.
|
How to bold automatically the first sentence of the float caption and second sentence is normal?
Output should be: Figure 1. First sentence. Second sentence. |
|||||||
|
|
You can use the approach described in Customize text format of captions by parsing content of \@caption, namelly
|
||||
|
|
A non-automatic way would be to define:
and using the 'bf' option to the package caption. Here a working example:
|
||||
|
|