endmulticols
Endmulticols is a term used to refer to the ending of a multi-column section created by the multicols package in LaTeX. The multicols environment allows text to flow across several columns with a single column width, and it is opened with \begin{multicols}{n}, where n is the number of columns. The end of this section is marked by \end{multicols}. In documentation, endmulticols is often described as the closing tag, but there is no separate endmulticols command; the end is achieved by the end{multicols} delimiter.
The multicols environment balances column heights by default, distributing content so that columns have similar lengths.
Limitations and considerations include limited support for floats within multicols; figures and tables may require placement
In summary, endmulticols denotes the closure of a multicols block, with the actual syntax ending a section