Search found 2 matches

by dacoz
Thu Nov 28, 2019 9:51 am
Forum: General
Topic: Add the word Appendix to header
Replies: 2
Views: 4250

Add the word Appendix to header

I like the clean and short form, but unfortunately it doesn't work. To solve the problem I have been suggested to define a new header only for the appendix:

\documentclass[b5paper]{memoir}
\usepackage[utf8]{inputenc}
\usepackage{blindtext}

%%%%%%%%% HEADER AND FOOTER FORMAT %%%%%%%%%

\def ...
by dacoz
Wed Nov 27, 2019 9:44 pm
Forum: General
Topic: Add the word Appendix to header
Replies: 2
Views: 4250

Add the word Appendix to header

I am completing the template for my PhD thesis. Everything works as expected, except the appendix header :roll: .

So far, it only displays the title: " A Journal articles ".
What I want instead is: " Appendix A Journal articles ".

The document class is *memoir* and here is an MWE showing the ...