I want what the following code does, but with no page break when \newgeometry or \restoregeometry are issued. Is that possible?
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,tmargin=2cm,bmargin=2cm,lmargin=2cm,rmargin=2cm}
\usepackage{lipsum}
\usepackage{babel}
\begin{document}
\lipsum[1-20]
\newgeometry{verbose,tmargin=8cm,bmargin=2cm,lmargin=2cm,rmargin=2cm}
\lipsum[1-20]
\restoregeometry
\lipsum[1-20]
\end{document}
\newgeometryalltogether, you can change the margins just with the standardquoteenvironment or a copy that changes the margins by a different amount/ – David Carlisle Jun 05 '19 at 19:08\restoregeometrywith\afterpage{\restoregeometry}, and the geometry is no restored! – PaulS Jun 05 '19 at 19:13\vspace*{-4cm}before the list. – David Carlisle Jun 05 '19 at 19:21