Instructions
- Convert Book
- Univers-Light-Normal 120%
- Text Left Align
- Layout 1 em
- pdf output A5
- header template
- check page total, change header and run again
Title and Author template
_TITLE_
_AUTHOR_
Title-only template
<div
style="text-align: center;
border-radius: 0 0 5px 5px;
background-color: #000;
color: white;
padding: 10px;"
>
<div style="height: 30px;">
<p style=" margin: 0; font-size: 80%; text-align: center">
_TITLE_
</p>
</div>
<div
style=" width: 100%;
display: block;
height: 3px;
background-color: black;"
>
<div
style=" width: calc((_PAGENUM_ * 100%)/1173);
background-color: white;
display: block;
height: 3px;"
></div>
</div>
</div>