On 2010-01-31, Uwe Stöhr wrote: >> Later I will want to have captions that >> are simply descriptive and don't have "Figure X" in the front of them. How >> do I turn off the automatic numbering?
> This is tricky because this is quite unusual when tpesetting. Have a > look in the documentation of the LaTeX-package "caption" for a > description how the numbering and label "Figure" can be suppressed. How about using a standard paragraph instead of a caption? Should be easy: * delete the empty caption paragraph that is input by default for every new float (as most users *do* want it), * insert the image, * press Enter to get a new paragraph, * write your informal caption. Günter