On Wed, 10 Feb 2010, Guenter Milde wrote:
Of course not. You could write::
\renewcommand*{\figureformat}{Map}~\thefigure\autodot}
Guenter,
Thank you. Now I know two ways of making the change.
Rich
On 2010-02-10, Rich Shepard wrote:
> ... KOMA-Script
> offers two \...format commands instead. These are predefined as follows:
> "\newcommand*{\figureformat}{\figurename~\thefigure\autodot}
> "\newcommand*{\tableformat}{\tablename~\thetable\autodot}
> "They also can be adapted to your p
On Wed, 10 Feb 2010, Uwe Stöhr wrote:
This works:
\usepackage{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Map}}
Uwe,
Thank you. I should have seen the need for the babel package.
Rich
Am 10.02.2010 04:57, schrieb Rich Shepard:
It's not happy with this: "Undefined control sequence" is the error
message.
This works:
\usepackage{babel}
\addto\captionsenglish{\renewcommand{\figurename}{Map}}
regards Uwe
On Wed, 10 Feb 2010, Uwe Stöhr wrote:
Try this in the preamble:
\addto\captionsenglish{\renewcommand{\figurename}{Map}}
Uwe,
It's not happy with this: "Undefined control sequence" is the error
message. Same thing if I try removing the backslash between addto and
caption or the string 'engli
Am 10.02.2010 03:39, schrieb Rich Shepard:
I read the section on figures and tables in the KOMA-Script manual
without
seeing just how to change the default "Figure n: " to "Map n: " preceeding
the captions. Please pass me a clue on how to do this.
Try this in the preamble:
\addto\captionsen
I read the section on figures and tables in the KOMA-Script manual without
seeing just how to change the default "Figure n: " to "Map n: " preceeding
the captions. Please pass me a clue on how to do this.
On page 108 I read: "It was already mentioned that \captionformat does not
contain forma