Results 1 to 4 of 4

Thread: [SOLVED] Subfigures and customizing captions

  1. #1
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    [SOLVED] Subfigures and customizing captions

    I've been using ccaption to make my captions italic in LaTeX but I've just tried to use subfig for subfigures and the two packages won't work together.

    How can I modify the caption font when using subfigures? I tried using "\renewcommand\captionfont{\itshape}" as subfig says it works with the caption package, but this doesn't have any effect.

  2. #2
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Subfigures and customizing captions

    Never mind, I figured it out. I loaded the caption and subfig packages like this:

    Code:
    \usepackage[labelfont=it,textfont=it]{caption}
    \usepackage{subfig}

  3. #3
    Join Date
    Mar 2011
    Beans
    4

    Re: [SOLVED] Subfigures and customizing captions

    First hit in Google for this problem. Thanks for posting.

    jlinkels

  4. #4
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: [SOLVED] Subfigures and customizing captions

    Old thread.

    Closed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •