Tagged Questions
3
votes
1answer
330 views
Formatting chapter in memoir
I'm trying to reproduce this chapter heading (Styling my section/chapter) in memoir. This is more or less working with the following code:
\documentclass[11pt,oneside]{memoir}
\usepackage{blindtext}
...
5
votes
1answer
805 views
Memoir: removing headrule in chapter page
How to remove headrule in chapter page without remove of footrule, eg, rule only in foot page in all pages, but without on chapter page, but headrule in others pages.
\documentclass[a4paper]{memoir}
...
4
votes
1answer
107 views
Problem with LetLtxMacro
I'm trying to redefine \rule to make cleaner underscores, but my book file (in memoir class) is having problems with the following:
\RequirePackage{letltxmacro}
\LetLtxMacro{\oldrule}{\rule}
...