Closed quark67 closed 1 year ago
Here is a code:
\documentclass[12pt,a4paper]{article} \usepackage{xcolor} \usepackage[grid, gridunit=mm, gridcolor=orange, subgridcolor=blue!20,gridBG]{eso-pic} \gridSetup{1mm}{1}{1}{10}{1} \begin{document} test \end{document}
Whatever I put in \gridSetup, the horizontal lines are always separated by 2 cm, and don't have sub-lines.
\gridSetup
In vertical, instead of 10, 20, 30, we must read 20, 40, 60. And several horizontal lines are missing:
See here a workaround: https://tex.stackexchange.com/a/443234/132405
Thank you for the bug report. I added the correction (version 3.0b). In a few days this version will be on CTAN.
Here is a code:
Whatever I put in
\gridSetup
, the horizontal lines are always separated by 2 cm, and don't have sub-lines.In vertical, instead of 10, 20, 30, we must read 20, 40, 60. And several horizontal lines are missing: