I want to have a 2 pages letter with no margin and a 2 columns designed.
Here is my code:
Code: Select all
\documentclass[a4paper]{letter}
% import needed package to extend possibilities
\usepackage[most]{tcolorbox}
\usepackage{layout}
\usepackage{luacode}
\usepackage[a4paper,total={210mm,297mm},left=0mm,right=0mm,top=0mm,bottom=0mm]{geometry}
\setlength{\headsep}{15mm}
\begin{document}
\layout
\colorbox{gray!20}
{\begin{minipage}[t][297mm]{6cm}
page 1
\end{minipage}
}
hello
\colorbox{gray!20}
{\begin{minipage}[t][297mm]{6cm}
page 2
\end{minipage}
}
\end{document}
I do not know why.
any idea ?
thx