Is there a way to omit <booktitlealt> (alternative title/subtitle) from a header, and only show the <mainbooktitle> (primary title)?
At present I have both of them showing in the header together using:
Code: Select all
@page :left:right, chapter:first:left:right{
@top-center {
content: string(maptitle)!important;
color: black;
border-bottom: 0.75pt solid red;
vertical-align: bottom;
}
Thanks.