For subfigure numbering and reference: the following styles are wanted
...
(a) Figure 1 (b) Figure 2
...
The reference should be: xxx as shown in Figure 1.a and 1.b (or 1a and 1b).
Because it looks awardard like: xxx (see Figure 1(a) and 1(b)).
How to make this happen using subfigure package?

Figure 1bold face but (a) ... normal? – KOF Dec 30 '17 at 06:37\DeclareCaptionLabelFormat{bold}{\textbf{#1~#2}} \captionsetup[figure]{labelformat = bold}to your preamble after loading thesubcaptionpackage. – Werner Dec 30 '17 at 06:45:is not. I need to delete it by\captionsetup{labelsep = space}. – KOF Dec 30 '17 at 06:56\captionsetup[figure]{labelfont = bf}. – Werner Dec 30 '17 at 07:03:---\DeclareCaptionLabelFormat{bold}{\textbf{#1~#2:}} \captionsetup[figure]{labelformat = bold} \captionsetup{labelsep = space}– KOF Dec 30 '17 at 07:08