Answers for "add new page latex"

3

latex next page command

pagebreak
Posted by: Guest on December-13-2020
0

latex chapter no new page

documentclass{report}
begin{document}

chapter{foo}
% wrap with "{...}" are important here, else it wrokes the rest of the document
{letclearpagerelax chapter{bar}}
chapter{baz}
end{document}
Posted by: Guest on December-18-2020

Browse Popular Code Answers by Language