Package crop and typearea
KOMA-Script is a bundle of versatile LaTeX classes and packages
Brought to you by:
kohm
It seems, that package typearea sometimes overwrites the page size setting of package crop, (maybe when it is loaded before crop, i.e. automatically by a KOMA-Script class?). So IMHO a good solution would be, if option pagesize would be automatically deactivated after loading crop.
See the old TeX.SX question: Titlepage bleed in KOMA-Script with Crop for an example and more information.
This would only partly help. It seems to be more also an issue of the combination of
geometryandcropthan oftypeareaandcrop. If you run, e.g.,with LuaLaTeX you will have the wrong paper size 210x297mm on every page. With PDFLaTeX and XeLaTeX it would work.
On the other hand, if you try the original example from TeX.SX with PDFLaTeX it also works, but not with LuaLaTeX or XeLaTeX. If you add
pagesize=autoto the example, it also works with XeLaTeX, but still not with LuaLaTeX.The manual of
geometrypackage recommends to usedriver=none, when usinggeometrytogether with packagecrop. And indeed this does work in all cases but usage of XeLaTeX, (which is not really supported bycrop). If you also addpagesize=falseit also works with XeLaTeX. However, if you need to explicit add optiondriver=nonetogeometryyou also can add optionpagesize=falsetotypearea(resp. the global options), can't you?Indeed. It seems that all three packages interfere. And because XeLaTeX is not longer recommended and it works with PDFLaTeX and LuaLaTeX, when loading
geometrywith optiondriver=none, I can agree this is the more important change to the original example.IMHO no action needed.