Search found 3 matches

by dobe
Fri Apr 18, 2008 7:31 pm
Forum: Document Classes
Topic: How to change counter in subfloat
Replies: 4
Views: 5463

Re: How to change counter in subfloat

That worked, thanks.
by dobe
Fri Apr 18, 2008 4:33 am
Forum: Document Classes
Topic: How to change counter in subfloat
Replies: 4
Views: 5463

Re: How to change counter in subfloat

\documentclass[a4paper,10pt]{article}
\usepackage{subfig}
\usepackage[dvips]{graphicx}
%opening
\title{}
\author{}

\begin{document}

\maketitle

\begin{abstract}

\end{abstract}

\section{1}
\begin{figure}
\centering
\subfloat[slice 1]{\includegraphics[bb=0 0 64 64]{brainslices/olga1ROI01.png ...
by dobe
Fri Apr 18, 2008 2:56 am
Forum: Document Classes
Topic: How to change counter in subfloat
Replies: 4
Views: 5463

How to change counter in subfloat

Hi,

I have a figure with 60 subfloats. After 24 I get a counter error. I tried putting a '*' after the subfloat to suppress the counter, but that also puts the * and [] around the caption. Is it possible to change to a roman or arabic counter for the subfloat captions?

Thanks

Dominik