0

I am writing a book in the Memoir package. The book is, in fact, a memoir. Most of the book is fairly standard content, but some sections are not. I am calling these "interludes". I now have them marked by having "Interlude" in the section name, which I am putting in the header of the page. But I was thinking of marking these sections by using a different font (maybe Times).

I was wondering a) If this is a good idea (although that may be off topic) and b) How to do this?

I'm pretty sure this has been asked before, but I tried Googling and got very confused.

Thanks

Peter Flom
  • 1,176

1 Answers1

0

If using LuaLaTeX or XeLaTeX along with the fontspec package, do the following.

In the preamble, use the command \newfontfamily to define a command that will allow you to easily switch to the desired font, e.g.:

\newfontfamily\interludefont[UprightFont={* Light},BoldFont={* Bold}]{AT Hadriano Std}

This is a manual solution, though: at the beginning of each "interlude", you need to input your \interludefont command. For setting a specific style for the body of one particular type of section, however, I don't know.