Graphics, Figures & Tables ⇒ short, long figure caption
short, long figure caption
using a caption by caption[short]{long}, I would like to use a short and long version in a figure caption. However, the short version is only used for list of figures and doesn't get displayed in figure caption. How can I get it displayed or what else instead? I use kile
thanks
carol
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
Re: short, long figure caption
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
short, long figure caption
the caption package provides many additional features for customizing captions, perhaps it's useful for you, have a look at its documentation.
Stefan
short, long figure caption
caption[short_version]{long_version}
I want that only short version be displayed in the list of figure but both, short and long versions be displayed in the figure caption
phi wrote:I'm not sure if I've understood you correctly, but all text inside the second (required) argument is used for the figure caption, so include everything you want there.
Re: short, long figure caption
cheers
short, long figure caption
Code: Select all
\newcommand*\mycaption[2]{\caption[#1]{#1#2}}