[OS X TeX] creating captions for graphics

Peter Dyballa Peter_Dyballa at Web.DE
Thu May 4 15:25:27 CEST 2006


Am 04.05.2006 um 14:39 schrieb Scott Cunningham:

> If I use \includegraphics{picture.jpg}, and want to create captions  
> that are consistent in appearance with the kinds of headers,  
> footers, captions that I have for my TeX generated Tables, what's  
> the command?  Note, I know that they will not be chronologically in  
> order with the tables, but I want all of the Figures to be  
> nonetheless chronological.  So, for instance, Figure 1, Figure 2, etc.

Does the following code fail?

	\begin{figure}[H]
	    \includegraphics[width=\linewidth]{Bilder/1a}
	    \caption{gefederter Sitz}
	    \label{FederSitz}
	\end{figure}

With \AtBeginDocument{\renewcommand{\figurename}{Bild}} I get for the  
pictures 'Bild 1: <some text>', Bild 2: <some other text>' ...


--
Greetings

   Pete

When confronted with actual numbers, a mathematician is at a loss.   
(Steffen Hokland)


------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list