Bookcover class and extsizes package clash because bookcover calls geometry. What to do? ...

How does the math work when buying airline miles?

How were pictures turned from film to a big picture in a picture frame before digital scanning?

What was the first language to use conditional keywords?

An adverb for when you're not exaggerating

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

NumericArray versus PackedArray in MMA12

What is this clumpy 20-30cm high yellow-flowered plant?

What is the font for "b" letter?

Amount of permutations on an NxNxN Rubik's Cube

Disembodied hand growing fangs

Effects on objects due to a brief relocation of massive amounts of mass

Crossing US/Canada Border for less than 24 hours

Putting class ranking in CV, but against dept guidelines

Trademark violation for app?

How often does castling occur in grandmaster games?

What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?

Is there hard evidence that the grant peer review system performs significantly better than random?

How fail-safe is nr as stop bytes?

Why aren't air breathing engines used as small first stages?

What does it mean that physics no longer uses mechanical models to describe phenomena?

Can an alien society believe that their star system is the universe?

As a beginner, should I get a Squier Strat with a SSS config or a HSS?

How to tell that you are a giant?

What initially awakened the Balrog?



Bookcover class and extsizes package clash because bookcover calls geometry. What to do?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Using extsizes package changes the page marginWhat do hscale and vscale in the geometry package mean?Option clash for package geometryTop margin, memoir class and geometry packageWhat is the equivalent of fullpage in geometry package?Why do I get an extra white page before my TikZ picture?geometry and fancyhdr clashCustom Paper Size, Geometry Package ClassHeader on odd pagesOption Clash for package Geometry: Reason?LaTeX Error: Option clash for package geometry












0















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.










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 4





    Do you really need the full 17pt setup or do you only need one 17pt font?

    – Ulrike Fischer
    Aug 12 '17 at 20:40






  • 3





    I was going to ask same as @UlrikeFischer, do you need 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











  • Hurm, that did not even cross my mind. I guess I can do without it.

    – Kristian Nordestgaard
    Aug 12 '17 at 21:08











  • Don't write any text outside bookcocercomponent!

    – user91669
    Jan 23 '18 at 17:51
















0















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.










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 4





    Do you really need the full 17pt setup or do you only need one 17pt font?

    – Ulrike Fischer
    Aug 12 '17 at 20:40






  • 3





    I was going to ask same as @UlrikeFischer, do you need 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











  • Hurm, that did not even cross my mind. I guess I can do without it.

    – Kristian Nordestgaard
    Aug 12 '17 at 21:08











  • Don't write any text outside bookcocercomponent!

    – user91669
    Jan 23 '18 at 17:51














0












0








0








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.










share|improve this question














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.







xetex margins geometry extsizes bookcover






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 12 '17 at 20:27









Kristian NordestgaardKristian Nordestgaard

7231714




7231714





bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 4





    Do you really need the full 17pt setup or do you only need one 17pt font?

    – Ulrike Fischer
    Aug 12 '17 at 20:40






  • 3





    I was going to ask same as @UlrikeFischer, do you need 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











  • Hurm, that did not even cross my mind. I guess I can do without it.

    – Kristian Nordestgaard
    Aug 12 '17 at 21:08











  • Don't write any text outside bookcocercomponent!

    – user91669
    Jan 23 '18 at 17:51














  • 4





    Do you really need the full 17pt setup or do you only need one 17pt font?

    – Ulrike Fischer
    Aug 12 '17 at 20:40






  • 3





    I was going to ask same as @UlrikeFischer, do you need 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











  • Hurm, that did not even cross my mind. I guess I can do without it.

    – Kristian Nordestgaard
    Aug 12 '17 at 21:08











  • Don't write any text outside bookcocercomponent!

    – user91669
    Jan 23 '18 at 17:51








4




4





Do you really need the full 17pt setup or do you only need one 17pt font?

– Ulrike Fischer
Aug 12 '17 at 20:40





Do you really need the full 17pt setup or do you only need one 17pt font?

– Ulrike Fischer
Aug 12 '17 at 20:40




3




3





I was going to ask same as @UlrikeFischer, do you need 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





I was going to ask same as @UlrikeFischer, do you need 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













Hurm, that did not even cross my mind. I guess I can do without it.

– Kristian Nordestgaard
Aug 12 '17 at 21:08





Hurm, that did not even cross my mind. I guess I can do without it.

– Kristian Nordestgaard
Aug 12 '17 at 21:08













Don't write any text outside bookcocercomponent!

– user91669
Jan 23 '18 at 17:51





Don't write any text outside bookcocercomponent!

– user91669
Jan 23 '18 at 17:51










1 Answer
1






active

oldest

votes


















0














I think this is the best way in this case:



documentclass[spinewidth=10mm,coverwidth=160mm,coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover}
usepackage[fontsize=17pt]{scrextend}
begin{document}
begin{bookcover}
bookcovercomponent{normal}{back}{Test}
end{bookcover}
end{document}





share|improve this answer
























  • Could you explain why this solves the problem?

    – Teepeemm
    Nov 19 '18 at 22:09












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f386103%2fbookcover-class-and-extsizes-package-clash-because-bookcover-calls-geometry-wha%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I think this is the best way in this case:



documentclass[spinewidth=10mm,coverwidth=160mm,coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover}
usepackage[fontsize=17pt]{scrextend}
begin{document}
begin{bookcover}
bookcovercomponent{normal}{back}{Test}
end{bookcover}
end{document}





share|improve this answer
























  • Could you explain why this solves the problem?

    – Teepeemm
    Nov 19 '18 at 22:09
















0














I think this is the best way in this case:



documentclass[spinewidth=10mm,coverwidth=160mm,coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover}
usepackage[fontsize=17pt]{scrextend}
begin{document}
begin{bookcover}
bookcovercomponent{normal}{back}{Test}
end{bookcover}
end{document}





share|improve this answer
























  • Could you explain why this solves the problem?

    – Teepeemm
    Nov 19 '18 at 22:09














0












0








0







I think this is the best way in this case:



documentclass[spinewidth=10mm,coverwidth=160mm,coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover}
usepackage[fontsize=17pt]{scrextend}
begin{document}
begin{bookcover}
bookcovercomponent{normal}{back}{Test}
end{bookcover}
end{document}





share|improve this answer













I think this is the best way in this case:



documentclass[spinewidth=10mm,coverwidth=160mm,coverheight=240mm,flapwidth=0mm,bleedwidth=3mm]{bookcover}
usepackage[fontsize=17pt]{scrextend}
begin{document}
begin{bookcover}
bookcovercomponent{normal}{back}{Test}
end{bookcover}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 23 '18 at 17:48







user91669




















  • Could you explain why this solves the problem?

    – Teepeemm
    Nov 19 '18 at 22:09



















  • Could you explain why this solves the problem?

    – Teepeemm
    Nov 19 '18 at 22:09

















Could you explain why this solves the problem?

– Teepeemm
Nov 19 '18 at 22:09





Could you explain why this solves the problem?

– Teepeemm
Nov 19 '18 at 22:09


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f386103%2fbookcover-class-and-extsizes-package-clash-because-bookcover-calls-geometry-wha%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...