In a figure environment, I would like to change the 'caption type' from
Code: Select all
Figure~<n>: <Something>
Code: Select all
Fish: <Something>.
Thanks in advance!
Code: Select all
Figure~<n>: <Something>
Code: Select all
Fish: <Something>.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Every PDF viewer has a search function that you can use to search for the \captionsetup command. Regarding my suggestion read Section 4 (Own enhancements, p. 25ff) of the package manual or search for the \DeclareCaptionType command.svend_tveskaeg wrote:[...](1) tell me exactly where to look in the manual, [...]
Try to translate the above suggestions and start a first approach on your own. Feel free to ask further questions by presenting your efforts in form of a minimal working example (MWE).svend_tveskaeg wrote:[...](2) write a fully-working example here. [...]
Code: Select all
Figure 1: A beaver and a horse.
Code: Select all
A beaver and a horse.
NEW: TikZ book now 40% off at Amazon.com for a short time.