signature of pictures

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Oct 10 11:55:08 UTC 2024




Am 10.10.24 um 13:45 schrieb Jürgen Spitzmüller:
> Am Donnerstag, dem 10.10.2024 um 11:19 +0200 schrieb Andreas Plihal via
> lyx-users:
>> Please: How can I change the caption under pictures in KOMA books
>> from “Abbildung” to “Abb.”?
> Considering you are using babel (not polyglossia):
>
> \AddToHook{package/after/babel}{%
>    \addto\captionsngerman{\def\figurename{Abb.}}
> }
>
> If you use Austrian German, use \captionsnaustrian in the code.

\renewcaptionname{ngerman}{\figurename}{Abb.}

should do it in short ...

Herbert


More information about the lyx-users mailing list