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>.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis