I need to color the background of the page. Unfortunately, command \pagecolor cancels trims. Is it possible to fix this? I'm using LuaLaTex.
Here I put an example:
\documentclass[9pt,a4paper,showtrims]{memoir}
\quarkmarks
\usepackage[italian]{babel}
\usepackage{color}
\setstocksize{178mm}{115mm}
\settrimmedsize{148mm}{100mm}{*}
\settrims{15mm}{15mm}
\begin{document}
\pagecolor{yellow}
Lorem ipsum dolor sit amet
\end{document}
The output page, when command \pagecolor{yellow} is commented looks like this:
When the \pagecolor{yellow} command is enabled, trims are cancelled:
With reference to the question posted in this question, I remark that the same problem holds using package {background} with the option {opacity = 1}.


croppackage like here: https://tex.stackexchange.com/questions/248505/color-in-bleed-using-pagecolor-and-crop ? – Jasper Habicht Feb 01 '18 at 17:27memoiralready loadscrop. Sorry – Jasper Habicht Feb 01 '18 at 17:48