Search found 3 matches

by dinofizz
Fri Oct 17, 2008 7:08 am
Forum: Document Classes
Topic: problem redefining caption in document class
Replies: 4
Views: 5361

problem redefining caption in document class

On reflection, while I have some time now it might be best to see how this is working. The makecaption function is indeed redefined as such:


\def\tablestring{table}
\def\figurestring{figure}

\newlength{\captionindent}
\long\def\@makecaption#1#2#3{
\ifx\figurestring#3
\vskip 5pt
\setbox ...
by dinofizz
Fri Oct 17, 2008 6:59 am
Forum: Document Classes
Topic: problem redefining caption in document class
Replies: 4
Views: 5361

Re: problem redefining caption in document class

Thank you so much for your reply, it definitely helps in the understanding of the problem.

I don't know how how enthusiastic you are about solving this problem, if you are indeed interested I will gladly post more w.r.t. an example document and the document class file which redefines several items ...
by dinofizz
Thu Oct 16, 2008 10:28 pm
Forum: Document Classes
Topic: problem redefining caption in document class
Replies: 4
Views: 5361

problem redefining caption in document class

Hello

I have a document class provided by my school which redefines caption. My document builds fine with 0 errors or warnings, but in my output there always appears the word "figure" below the caption of figures and the word "table" above tables. If I comment out the caption redefine in the ...