-
Notifications
You must be signed in to change notification settings - Fork 234
FAQ
Anish Athalye edited this page May 9, 2019
·
4 revisions
FAQ / troubleshooting tips.
See here for how to add institution logos to the poster header.
If you're having issues with getting figure numbers to appear with subfig
/ subcaption
, try using the following:
\usepackage{subcaption}
\captionsetup[figure]{labelformat=simple, labelsep=colon}
(see here for more information)