I am trying to display them just like the list of figure or list of tables within the document. So show them in the same style as a chapter and start on the right page. However, I would like them to be displayed in the style of a section in the contents. So exactly as when I use:
When I use "section=section" it shows the two lists correctly in the contents, however, they are not shown properly in the document. When I comment it out, the lists are shown properly in the document but not in the contents.
How can I have the chapter style in the document but the section style in the contents for both glossaries?
Do you actually want the glossaries as sections, or is it more that you want them as unnumbered chapters? It would be weird to have a chapter-level entity (such as a glossary) as a subsection of the previous chapter, but if that's what you want...try this:
Thanks for your reply. Maybe I was a bit unclear. I don't want them as actual sections but they are supposed to have the same look as the one that you get from using \listoffigures or \listoftables.
I have tried a very basic approach by using \addcontentsline. Here is the code