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
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to