home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!newton.physics.uq.oz.au!mcduff
- From: mcduff@newton.physics.uq.oz.au (Rodney Graeme McDuff)
- Subject: Re: Bold face for Figure - How to do it
- Message-ID: <C1FtHA.9wD@bunyip.cc.uq.oz.au>
- Keywords: caption, LaTeX, figure
- Sender: news@bunyip.cc.uq.oz.au (USENET News System)
- Organization: Physics Dept. The University of Queensland
- References: <1993Jan25.004248.14611@news.uiowa.edu>
- Date: Tue, 26 Jan 1993 01:29:34 GMT
- Lines: 18
-
- In article <1993Jan25.004248.14611@news.uiowa.edu>, sundaram@blackmail.eng.uiowa.edu (Subbiah Sundaram) writes:
- |> Hi,
- |> I have to make the caption in the figure
- |> environment bold face.
- |> \caption{\bf this is a test}
- |> gives output as
- |>
- |> Figure.X This is a test.
- |>
- |> here the Figure.X is
- |> not bold. I want to make it bold. Is there a way?
-
- In the style file that you are using find the line
- \def\fnum@figure{\figurename{} \thefigure}
- and replace it by
- \def\fnum@figure{{\bf \figurename{} \thefigure}}
-
- This will make the "Figure.X" bold but not the following text.
-