Am Sonntag, dem 16.05.2021 um 11:59 +0200 schrieb Andreas Plihal:
> Hi,
>  
> I'm still working on the KOMA-Script book.
>  
> There are references to key words in the index (commands "SEE" and
> "SEEALSO").
> How can I change the words "see" and "see also"?
> I tried makeindex - but it was unsuccessful. (Look at my preamble ...)
> I have enclosed the LYX document and the compiled PDF document.

Replace:

\usepackage{makeidx}
\makeindex
\renewcommand{\seename}{s.}
\renewcommand{\alsoname}{oder}

With:

\AtBeginDocument{%
  \addto\captionsgerman{%
    \renewcommand{\seename}{s.}
    \renewcommand{\alsoname}{oder}
  }
}

Jürgen

>  
> Greetings
> Andreas

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
lyx-users mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to