Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!diamond!jdm5548 From: jdm5548@diamond.tamu.edu (James Darrell McCauley) Newsgroups: comp.text.tex Subject: Re: LaTeX figure \caption question Message-ID: <7865@helios.TAMU.EDU> Date: 31 Aug 90 01:52:36 GMT References: Sender: usenet@helios.TAMU.EDU Reply-To: jdm5548@diamond.tamu.edu (James Darrell McCauley) Distribution: comp Organization: Texas A&M University Agricultural Engineering Department Lines: 32 In article , bjr@clarity.Princeton.EDU (Brian J. Reiser) writes: |> Is there any simple way to modify the formatting of latex figure |> captions? I have some longish captions (approx 3-4 sentences) that |> are associated with some graphs included in the document as figures. |> The default formatting for \caption is apparently the normal text |> size, and if the text is longer than one line, it is in a paragraph |> the same width as the text. I would like to have the captions printed |> slightly smaller, and in a width indented from the width of the text. |> |> At the suggestion of a colleague, I tried defining my own version of \caption: |> |> \newcommand{\figcaption}[1]{\begin{center} |> \parbox[t]{5in}{\caption{\protect\small #1}} |> \end{center}} ... |> Does anyone have a better suggestion? Is this better? The words "Figure 11" are the same size as the text: \newcommand{\figcaption}[1]{\begin{center} \addtocounter{figure}{1} \parbox[t]{5in}{\protect\small Figure \thefigure : #1} \end{center}} --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - James Darrell McCauley jdm5548@diamond.tamu.edu Dept of Ag. Engineering (409) 845-6484 Texas A&M University, College Station, Texas 77843-2117, USA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -