For instance,
\documentclass{article}
\usepackage{tasks}
\begin{document}
\begin{tasks}(3)
\task A
\task B
\task C
\task D
\task E
\task F
\end{tasks}
\vspace{1cm}
\begin{tasks}(5)
\task A
\task B
\task C
\task D
\task E
\task F
\end{tasks}
\end{document}
I want to list my list so that it makes automatically the width of the page full, and it does not matter the way that can be achieved.




taskspackage. – Mico Aug 23 '18 at 20:08