After I decided to change from the report class to the memoir class there's a few things I someone don't manage to fix (yet).
#1: Glossary. As I try to avoid using too many packages I want to fix the "problem" with the internal options provided by the memoir class, but I can't see any information about this in the manual. The thing I'm trying to do is to increase the spacing between the glossary key and its description. It seems like the default setting for this is a single empty space, but I'd prefer to increase this to a size which makes it easier to read (i.e. 1in). With the nomenclature package this is quite easy, but I just can't find out how I do this with the options the memoir class provides.
#2: Captions. I found several options for manipulating the captions of floats in the memoir manual, but when I apply these options nothing happens, so I obviously do something wrong. Hopefully someone can point out what I do wrong(?).
I'm trying to make the caption number font to be in bold and in an smaller font than the rest of the document. In addition I want the caption title font to be like the normal font, but smaller (same size as caption number font).
After the reading in the manual I assumed this code would be enough, but when I compile nothing changes.
I managed to get the caption number font to be in bold and with a smaller font size by using the following code, but I don't know how to do something similar with the caption title.
As for the caption stuff not working, some other package may have loaded the caption package, after which the memoir interface no longer works (as caption overwrites it), but this is impossible to know without a full minimal example.
This is how I got the preamble now while experimenting (trying to figure out how to achieve what I want).
When I compile with this preamble I get two warnings;
Class memoir: You are using the caption package with the memoir class. This may cause unexpected or inconsistent results if you use any of memoir's captioning facilities.
and
\caption will not be redefined since it's already redefined by a document class or package which is unknown to the caption package.
However, I have commented out the caption package in the preamble. I've also deleted all temporary files and compiled from scratch - but I still get these warnings.