Other words for see and seealso in the index

Jürgen Spitzmüller spitz at lyx.org
Tue May 18 05:57:45 UTC 2021


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20210518/68772057/attachment.asc>


More information about the lyx-users mailing list