I'm using the memoir class to write my master thesis. It's math related so there are lot's of Theorems, Definitions and stuff. I know how to customize theorems by using amsthm.
e.g.
\newtheoremstyle{mainth}
{11pt}% hSpace abovei
{11pt}% hSpace belowi
{\itshape}% hBody fonti
{}% hIndent amounti1
{\ttfamily\bfseries}% hTheorem head fonti
{ }% hPunctuation after theorem headi
{\newline}% hSpace after theorem headi2
{ }% hTheorem head spec
I want to give my document an elegant and modern look. Therefor I played a bit with the \newtheoremstyle options, but I couldn't get a satisfying solution. E.g. I don't know what fonts are available, what space suits the memoir look,...
Has somebody examples of nice looking customized theoremstyles. Like Theorem, Definition, Remark.
Thanks a lot.