]> git.lyx.org Git - lyx.git/commit
Add support for multiple indexes in Memoir
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 26 Jul 2024 10:48:12 +0000 (12:48 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 26 Jul 2024 10:48:12 +0000 (12:48 +0200)
commitd4f58c96b5d855b1b0c9ebefd44956c079ab7c55
tree69716ba873dbb53d45ba5dc77b55a16cebf60396
parentfe1a3b57df2cd6adf1bd4752d05b1aae40a4e5b7
Add support for multiple indexes in Memoir

As with almost everything, this class bakes its own cake also with
multiple indexes. So we need to account for this to produce
compilable output.

Not very nice, but there you go!
lib/layouts/memoir.layout
src/Buffer.cpp
src/BufferParams.cpp
src/Converter.cpp
src/LaTeX.cpp
src/LaTeX.h
src/LaTeXFeatures.cpp
src/OutputParams.h
src/insets/InsetIndex.cpp