To have my cover match the content, I need a 17pt font size. Thus, I do this:
\documentclass[17pt,spinewidth=10mm,coverwidth=160mm,
coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover}
\usepackage{extsizes}
\begin{document}
\begin{bookcover}
Test
\end{bookcover}
\end{document}
As you can see, the margins get messed up. This appears to be a known problem. However, I can't move \usepackage{geometry) to after \usepackage{extsizes} as it is called by \documentclass{bookcover}.
What should I do? I should notice that I have built bookcover.cls as described on CTAN.
extsizes?\documentclass[spinewidth=10mm,coverwidth=160mm,coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover} %\usepackage{extsizes} \begin{document} \begin{bookcover} \fontsize{17pt}{20pt}\selectfont Test \end{bookcover} \end{document}– David Carlisle Aug 12 '17 at 20:45\bookcocercomponent! – Jan 23 '18 at 17:51